Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

N lines in cccam.cfg

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gianni253
    Experienced Board Member
    • Nov 2012
    • 903

    #46
    Re: N lines in cccam.cfg

    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>
    As you can see, for a given card there is a dedicated port.

    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
    As you can see also Oscam requires a separate port for each provider/caid

    Comment

    Working...