This is OSCam: Open Source Cam. The base is MpCS version 0.9d. Thanks a lot to all the authors/contributors. Base code for videoguard2 support is from VDR-SC. Pointers -------- - svn repository: svn co http://streamboard.gmc.to/svn/oscam/trunk - trac instance: http://streamboard.gmc.to:8001/oscam - wiki: http://streamboard.gmc.to/oscam Get sources from SVN -------------------- svn co http://streamboard.gmc.to/svn/oscam/trunk oscam-svn cd oscam Compile options --------------- DVBAPI support is automatically compiled in if the target platform supports it. Enable features: CS_ANTICASC - enable anti-cascading (default) CS_LOGHISTORY - enable log history (default) CS_WITH_GBOX - enable gbox support DWEBIF - enable web interface IRDETO_GUESSING - enable irdeto guessing support Enable features with cmake: -DCS_ANTICASC=1 - enable anti-cascading (default) -DCS_LOGHISTORY=1 - enable log history (default) -DCS_WITH_GBOX=1 - enable gbox support -DWEBIF=1 - enable web interface -DIRDETO_GUESSING=1 - enable irdeto guessing support Build with CMake (new solution for building) -------------------------------------------- mkdir build_dir cd build_dir cmake .. make Build with different toolchain (cross-compilation) -------------------------------------------------- cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/toolchain-powerpc-tuxbox.cmake .. Change build parameters (on command line) ----------------------------------------- cmake -DCS_CONFDIR=/where/is/config/files .. cmake -DCMAKE_INSTALL_PREFIX=/where/to/installed .. cmake -DCS_CONFDIR=/where/is/config/files -DCMAKE_INSTALL_PREFIX=/where/to/installed .. Change build parameters (with interface) ---------------------------------------- ccmake .. Install ------- make install