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_DOUBLECHECK - enable CW double check CS_WITH_GBOX - enable gbox support CS_LED - enable LED trigger support (currently only working on NSLU2) DWEBIF - enable web interface IRDETO_GUESSING - enable irdeto guessing support WITH_STAPI - enbale DVBAPI support for STAPI Enable features with cmake: -DCS_ANTICASC=1 - enable anti-cascading (default) -DCS_LOGHISTORY=1 - enable log history (default) -DCS_WITH_DOUBLECHECK=1 - enable CW double check -DCS_WITH_GBOX=1 - enable gbox support -DCS_LED=1 - enable LED trigger support (currently only working on NSLU2) -DWEBIF=1 - enable web interface -DIRDETO_GUESSING=1 - enable irdeto guessing support -DWITH_STAPI=1 - enbale DVBAPI support for STAPI 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