#
# 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
#
# newcamd client
# 'cfgkey' is the config key (28bytes)
#
# feynman client
# 'cert' is the cert filename
#
# radegast client
# No EMM support
#
# gbox client
# UDP localhost only, default ports, No EMM support
#
# camd35 client
# UDP protocol
#
#radegast:192.168.7.54:10001:0/0100/ffff
#radegast:192.168.7.54:10001:0/0604/ffff
#feynman:192.168.7.54:20000:1/0100,0604/ffff:myname:mypassword:newcs.pem
#feynman:192.168.7.54:20000:1/0100/ffff:myname:mypassword:newcs.pem
#feynman:192.168.7.54:20000:1/0604/ffff:myname:mypassword:newcs.pem
#gbox:default:0:1/0100,0604/ffff
#camd35:192.168.7.54:24110:1/0100/ffff:username:password
[COLOR="Red"]newcamd:192.168.7.54:34001:1/0100/ffff:User1:Pass1:0102030405060708091011121314
newcamd:192.168.7.54:34000:1/0604/ffff:User1:Pass1:0102030405060708091011121314[/COLOR]