##########################################################
#
Oscam.server #
# 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 = myserver.homelinux.com,12000
# account = username
# password = password
# 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 = myserver.dyndns.tv,66666
# account = login1,password1
# 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 = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
# n3_boxkey = A7642F57BC96D37C
#
#
# 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
#