2 # Comment lines can start with # or ;
4 # every client line starts with the client name, followed by some arguments:
5 # 'hostname' is the name of the server
6 # 'port' is the port on the server
7 # 'emm' is a flag to allow EMM transfers to the server
8 # (0=disabled 1=enabled)
9 # 'caid' (optional) caid on which this client should work
10 # 'mask' (optional) mask for caid e.g. caid=1700 mask=FF00 would allow
11 # anything between 1700 & 17FF.
12 # Default is 1700 & FF00. If only caid is given mask is FFFF.
13 # You may give multiple caid/mask values comma separated
14 # (e.g. 1702,1722,0d0c/ff00).
15 # 'username' is the login username
16 # 'password' is the login password
19 #radegast:hostname:port:0/0B00/FFFF
23 # 'hexserial' card data for which EMM updates should be send
24 #aroureos:hostname:port:emm/caid/mask:hexbase:hexserial
26 # camd33 client (tcp protocol)
27 # 'aeskey' is the AES key (32bytes), disable encryption if missing
28 #camd33:hostname:port:emm/caid/mask:username:password:aeskey
30 # camd35 client (udp protocol)
31 #camd35:hostname:port:emm/caid/mask:username:password
34 #cardd:hostname:port:emm/caid/mask:username:password
37 # 'aeskey' is the AES key (32bytes), disable encryption if missing
38 #buffy:hostname:port:emm:username:password:aeskey
41 # 'cfgkey' is the config key (28bytes)
42 #newcamd:localhost:15050:emm/caid/mask:dummy:dummy:0102030405060708091011121314
46 # NOTE: hostname & port will be ignore. GBOX must be runnning on the local
47 # machine. For convinience you should choose localhost:8004
48 #gbox:hostname:port:emm/caid/mask