В общем виде конфиг (cardclient.conf) для XcamClient выглядит так:
Код:
#
# Comment lines can start with # or ;
#
# every client line starts with the client name, followed by some arguments:
# 'hostname' is the name of the server
# 'port' is the port on the server
# 'emm' is a flag to allow EMM transfers to the server
# (0=disabled 1=enabled)
# 'caid' (optional) caid on which this client should work
# 'mask' (optional) mask for caid e.g. caid=1700 mask=FF00 would allow
# anything between 1700 & 17FF.
# Default is 1700 & FF00. If only caid is given mask is FFFF.
# You may give multiple caid/mask values comma separated
# (e.g. 1702,1722,0d0c/ff00).
# 'username' is the login username
# 'password' is the login password
#
# radegast client
radegast:hostname:port:emm/caid/mask
#
# aroureos client
# 'hexbase'
# 'hexserial' card data for which EMM updates should be send
aroureos:hostname:port:emm/caid/mask:hexbase:hexserial
#
# camd33 client (tcp protocol)
# 'aeskey' is the AES key (32bytes), disable encryption if missing
camd33:hostname:port:emm/caid/mask:username:password:aeskey
#
# camd35 client (udp protocol)
camd35:hostname:port:emm/caid/mask:username:password
#
# cardd client
cardd:hostname:port:emm/caid/mask:username:password
#
# buffy client
# 'aeskey' is the AES key (32bytes), disable encryption if missing
buffy:hostname:port:emm:username:password:aeskey
#
# newcamd client
# 'cfgkey' is the config key (28bytes)
#newcamd:127.0.0.1:32000:0/caid/mask:username:password:cfgKey
#newcamd:192.168.10.107:32000:0/0000/0000:dummy:dummy:0102030405060708091011121314
#newcamd:127.0.0.1:32000:0/0000/0000:dummy:dummy:0102030405060708091011121314
#
# gbox client
#
# NOTE: hostname & port will be ignore. GBOX must be runnning on the local
# machine. For convinience you should choose localhost:8004
gbox:hostname:port:emm/caid/mask
#
# cccam client (via LD_PRE_LOAD wrapper)
#
# NOTE: hostname will be ignore. CCcam must be runnning on the local machine
# 'socket' is the name of the camd socket file. For multiple cards add %d
# into the string. This will be replaced with the number 0-3.
# e.g. /var/emu/chroot%d/tmp/camd.socket
cccam:hostname:port:emm/caid/mask:socket
#
# (the real) cccam client
#
# NOTE: this is a real client. You don't need to have CCcam running on local
# machine.
cccam2:hostname:port:1/1833/1702:username:pass
как правильно настроить данный конфиг по newcamd-протоколу для пакета "Весь 36E"
?
Как я пониимаю, нужно правильно указать соответствие
Спутниковый провайдер - Порт - caid - маска (если иденты по разным портам у одного прова);
типа
Код:
newcamd:server:port1:0/0500/0000:login:pass:0102030405060708091011121314
P.s.: проще всего, если я, конечно, всё правильно понимаю, настраивать по camd35-протоколу - там всего один порт 10003 под все пакеты; и тогда будет примерно так:
Код:
camd35:server:10003:0/0/0:login:pass