Cryptoworks CAM Emulator "CWCamEmu" (c) 2002-2003, Iko
------------------------------------------------------


ABOUT
-----
CWCamEmu is plugin to access crypted CRYPTOWORKS and CONAX TV channels 
using a phoenix interface and your legal subscription smart card 
from you favourite TV DVB software that accept MultiDec plugin.

*** Current plugin is tested only with ProgDVB 3.0.4 ***
But works on MD8.2-MD9.0, WTVP, DVBx ... (with correct root size !!!).


FEATURES
--------
+ ECM support: Yes
- EMM support: No (under development).
+ multi phoenix when RST is on DTR generate 50ms pulses for
  switch ISO socket on phoenix (not tested)


INSTALL
-------
Decompress the ZIP in the root folder of your TV application,
in example "C:\ProgDVB\". Rename CWCamEmu.sample.ini to CWCamEmu.ini.
Edit CWCamEmu.ini for your setting.

The installed files should look like:
C:\ProgDVB\CWCamEmu.dll
C:\ProgDVB\CWCamEmu.ini


INI FILE
--------
[setup]
# automatic start (0|1)
run=1
# read write timeout (ms) for COM (0:infinite 10:default)
timeout=10
# use MDAPI>=8.2 for read CA_Type,ECM works with CW - ProvID is detected (0|1)
use_api=1
# search current SID.LNB in all [providerX] and read CA_Type,ECM (0|1)
# works with CW and CNX - for CNX must by used
use_sid=0
# is useful for ECM auto update only with MDAPI>=8.2
save_sid=0
# only for log (don't use it - too slow channel switch)
scan_pmt=0

# use_api and use_sid can by used together

[log]
# log setting info (0|1)
set=1
# log ECM packet (0|1)
ecm=0
# log EMM packet (0|1)
emm=0
# log serial COM
com=0

[provider1]
# provider name only for monitor
name=UPC
# provider ID in hex
id=88
# serial port for provider ID (0:no card)
com=1
# DTR pulses for provider ID (0:no dtr pulses)
dtr=0
# next part is SID.LNB definition for provider
// SID.LNB=ECM,EMM,Name
20337.0=5513,0,Extreme Sports


DTR TIMING
----------
Sample: dtr=3
RST: ___------------------------------------------___

DTR: _________------______------______------_________

        <50ms><50ms><50ms><50ms><50ms><50ms><50ms>


BUGS
----
* none :-)


HISTORY
-------
V 0.1.0 04-nov-2002 (binary)
  * first public release

V 0.1.1 13-nov-2002 (binary)
 features:
  * Multi phoenix
 bugfix:
  variable ECM packet length to ISO command

V 0.1.2 08-jan-2003 (binary)
 features:
  * CONAX support
  * ECM from ini (for CNX and CW on DVB programs with MDAPI<=8.1)
  * EMM log
 - currently only full packet
 bugfix:
  * log in DLL dir

Iko.