Re: N lines in cccam.cfg
I know two ways to set up a newcamd server.
NEWCS
As you can see, for a given card there is a dedicated port.
OSCAM
As you can see also Oscam requires a separate port for each provider/caid
I know two ways to set up a newcamd server.
NEWCS
Code:
<readers name="Card Readers"> <device> <name>lower</name> <type>Sci</type> <node>/dev/sci0</node> <parity>even</parity> <export>yes</export> <enabled>yes</enabled> <blocksa>no</blocksa> <blockua>no</blockua> <blockga>no</blockga> <boxid></boxid> <PTShandshake>no</PTShandshake> <Seca-PPV>no</Seca-PPV> <crypto-special>yes</crypto-special> <carddetect>no</carddetect> <newcamd_port>34000</newcamd_port> <autosid>yes</autosid> <priority>round</priority>
OSCAM
Code:
Newcamd (TCP) [newcamd] key = port = serverip = allowed = keepalive = mgclient = key parameter is required DES key Default key for newcamd client encryption. Example: key = 0102030405060708091011121314 port parameter is required TCP port/DES key/CAID/ident definitions. [B][U]Each CAID requires a separate port.[/U][/B] If you don't specify a DES key for a port, the default DES Key will be used! port[{DES key}]@CAID[:ident][,ident]...[;port[{DES key}]@CAID[:ident][,ident]...]... Example: port = 15000@1234:000000 # (CAID 1234 connected with port 15000) port = 15000@1234:000000;15001@5678:000000 # (CAID 1234 connected with port 15000. C
Comment