INCUBUSCAMD or OSCAM

meiti.alex

Registered
Messages
2
Code:
########################### [COLOR="Red"]servers configuration[/COLOR] ############################
[Servers]
#
# This is the section for the multi-server configuration.
#
# URL of card-server to use, formats are as follows:
#
# newcamd://<username_31>:<password_31>@<hostname>:<port>:<caid_4>:<prov_id_6>/<des_key_14>/[EMM]
# aroureos://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
# radegast://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
# camd33://<username_10>:<password_10>@<hostname>:<port>:<caid_4>:<prov_id_6>/[aes_key_16]/[EMM]
# camd35://<username_32>:<password_32>@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
# gbox://<localhost>:<localport>:<password_8>@<peer_address>:<peer_port>:<peer_pass_8>/[EMM]
#
# cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
# where <receive_emu_shared> should assume value "yes" (without quotes, if you like to receive emus data shared by the server) or "no" (this is assumed by default)
#
#
# NOTE: The "EMM" suffix is optional and tells the card-server client whether
# to send EMM's to the card-server or not. Enabling or disabling this only
# has effect if the card-server is configured to accept emms from this client.
#
# NOTE 2: The "card_server_url" is not the same as previously declared in the prov/caid section
# use how many server as you like
#
# NOTE 3: You can set value 0000 for caid and value 000000 for provider id on newcamd server if you want a all codifies working server
# or simply if you don't know wich value to set on, just put 0 value
#
# i.e:
#
[COLOR="Red"]#card_server_url=cccam://username:[email protected]:12000[/COLOR]
ciao
for incbus cam open IncbusCamd.conf file and edit that line.

for oscam open oscam.server file and modify it as this following sample

ciaoo
Code:
# **************** REMOTE SAMPLE
#
## remote1
#[reader]
#label       = remote1
#protocol    = cccam
#device      = IP,PORT
#account     = USER,PASSWORD
#group       = 1
#
## remote2
#[reader]
#label       = remote2
#protocol    = newcamd
#key         = 0102030405060708091011121314
#device      = IP,PORT
#account     = USER,PASSWORD
#group       = 1
 
Last edited:
Top