########################################################### #
# All lines preceded by "#" are comment lines so #
# use this model for all your readers ( up to 32 ). #
# A C: line is a CCcam reader , a N: line is NewCamd #
# reader , the internal card readers are also shown. #
# A card reader must always to specify the CAID. #
# #
##########################################################
#
# this is an example of how to connect a CCcam server
# this line acts as a cccam 2.0.11 client ( recomended )
#
# [reader]
# label = cccam_server
# enable = 1
# protocol = cccam
# device = xxxxxx.dyndns.org,12xxx
# account = xxxxx60
# password = xxxxx64
# cccversion = 2.0.11
# cccmaxhops = 2
# group = 1
#
# this is an example how to connect to a NewCamd server
#
# [reader]
# label = newcamd_server
# protocol = newcamd
# key = 0102030405060708091011121314
# device = xxxxxxx.dyndns.org,xxxxx
# account = xxxxx60,xxxxxxx
# group = 1
#
# this is an example how to "read" a na*ra card ( e.g.
HD+ )
#
#
# [reader]
# Label =
HD plus
# Protocol = internal
# Device = sci0
# detect = CD
# EMMCache = 1,1,2
# group = 1
# CAID = 1830
# n3_rsakey = BFxxxD5
# n3_boxkey = A7xxx7C
#
#
# this is an example how to "read" a Viaccess card ( AKTA )
# the same rule apply to a Conax card replacing CAID with 0B02 ( Focus )
#
#
# [reader]
# Label = Akta
# Protocol = internal
# Device = sci0
# detect = CD
# EMMCache = 1,1,2
# group = 1
# CAID = 0500
#
#
# this is an example how to "read" a N*S card ( Dolce )
#
#
# [reader]
# Label = Dolce
# Protocol = internal
# Device = sci0
# detect = CD
# group = 1
# emmcache = 1,1,2
# caid = 092f
# boxid = 12345678
#