# # 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 #some examples #newcamd:192.168.0.10:10000:1/1801/#FF00:mythtv:xxxxxxxx:XXXXXXXXXXXXXXXXXXXXXXXXXXXX #radegast:192.168.0.10:10001:1/1801/FF00 # # newcamd client # 'cfgkey' is the config key (28bytes) #HERE IS YOUR CServer's DATA #newcamd:hostname:port:emm/caid/mask:username:password:cfgKey newcamd:IP-adress:port:0/0500/ffff:user:password: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 #newcamd:hostname:port:emm/caid/mask:username:password:cfgKey #newcamd:localhost:15000:1/0602/ffff:dummy:dummy:0102030405060708091011121314 #radegast:192.168.1.2:10001:0/0100/ffff