CCcam配置文件CCcam.cfg参数简介
浏览:4439 发布日期:2014-08-14


# CCcam team uvadi CCcam #
# Special greets go to Dale Cooper, the RuDream and ofcourse HDLteam
#
# For system without new enigma socket.... capmtserver is your friend ;-)
#
######################################################################
# 伙伴选项                                                             #
######################################################################
# syntax for to add a friend user to CCcam with the max up hops limit
# sharing of emus (default = 1), allow emm (default = 1), and optional
# downshare limits per share (default = no limits)
# emus are shared only one level down, even if no limits given
#
#在CCcam中,为一个朋友添加一个共享的语法,带hops参数(hops的概念是找出一网路站所必须作的数个连结动作)
#共享emus(缺省=1),允许emm(缺省=1),可选参数downshare limits per share(缺省是没有限制)
#即使给出没有限制的定义,emus 共享也仅能向下一个级别
#F: 
    ( { caid:id(:downhops), caid:id(:downhops),... } )
#举例说明
#F: 用户名 密码 上行连接数目 是否共享emus(空=1=是=提供共享) 是否允许emm(空=1=是=允许emm) ({CAID:ID(:下行连接数目),依此类推)})
#
# example:
#
# F: mike 123 10
#
# user1 gets all our shares at max 10 hops from us
# (our local cards + max ten hops away). He can share down to his own
# clients. He also receive emu shares (if he has 'yes' behind his C: entry),
# and is allowed to send us emm.
#
#用户名为mike,密码为123的朋友得到了你提供的所有的共享,最大连接数目为10个(你本地的卡+最大10个外出连接),他可以向下共享到他自己的客户端
#他同时也可以接收emu共享(如果他定义了命令行C:的权限),并且他可以传送你提供的emm
# F: user2 pass2 0 1 0 { 0100:000080, 0622:000000:1, 0500:000000:2 }
#
# user2 gets only our local cards but no 0100:000080.
# and our 0622:000000 cards only for himself (1 hop down),
# and 0500 cards for himself plus one additional hop down.
# He also gets our emus, and is NOT allowed to send us emm (updates).
#
#用户user2 仅得到了你提供的本地卡除了0100:000080 (这里的0100是CAID,加密系统的一个公开代码,000080是频道提供商的代码)
#得到了你提供的卡的0622:000000数据,但是只有一个下行链路,只能他自己使用,可以共享你的emus,但是不能穿回emm数据(不能更新)
# F: user3 pass3 5 0 1 { 0:0:3, 0100:000080:1 }
#
# user3 gets all cards at a maximum of 5 hops away from us,
# and get's to share them down two further levels beyond his own level.
# But he is not allowed to share 0100:000080 down to other users.
# He gets no emus from us, and he is allowed to send us emm.
######################################################################
# 连接选项                                                        #
######################################################################
# syntax for to add a client connection to other CCcam
# add yes on end to use friends emus (non public private key/emu,etc...),
# but only works when corresponding F line on server has '1' for
#
#添加一个客户端连接到其他的CCcam的语法,末尾加yes的话可以使用朋友的mus(非公共私用秘匙/emu等)
#只能在 F命令行shareemus有效(=1)的前提下使用
#C: 
 
 
#
#C: 主机名 端口用户名密码是否使用朋友的emus(yes或空,空=不使用)
# example:
#
# C: someserver.somedomain 12000 user1 pass1
# C: 192.168.1.2 12000 user2 pass2
# connects to CCcam without use of friends emus
#
# C: 192.168.1.2 12000 mike 123 yes
# connects to CCcam, and receives friends emus also.
#-----------------以下是连接到其他协议共享服务器的语法------------------
# syntax for to add newcamd server connection   连接到newcamd服务器的语法
#
#N: 
 
 
#
# example:
#
# N: 127.0.0.1 10000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
#很简单,不用在介绍了
# 连接到radegast 服务器
#
#R: 
  
#
# example:
#
# R: 127.0.0.1 678 0100 000080
# R:IP地址或域名(空格)端口(空格)CAID,四个代表加密系统的字符(空格)6个代表频道组的字符(空格)hop参数
# 连接到 camd3 服务器
#
#L: 
 
  
#
# example: 与上面相同,多了用户名和密码
#
# L: 127.0.0.1 567 dummy dummy 0100 000080
#-----------------以上是连接到其他协议共享服务器的语法------------------
######################################################################
# 其他连接设置                                             #
######################################################################
# server shall listen on this port pro incoming connections   监听端口
# default port is 12000, disable server with parm -s
#
#SERVER LISTEN PORT : 12000
# server can give some info about server and client connections    客户端连进和卡信息监听端口
# and cardinfo
# default port is 16000
# supported commands:
#         info
#         activeclients
#         clients
#         servers
#         shares
#         providers
#         entitlements
# example use: echo servers | telnet localhost 16000      命令行语法格式
#
#INFO LISTEN PORT : 16000
# same info also available in your browser
# go with your browser to http://ip_CCcam_server:16001
#提供web界面了解服务器参数
HTML INFO LISTEN PORT : 16001
####################################
# 打算取消的设置,下个版本将取消,功能合并到shell/web界面                        #
# will be removed in next release   #
# use shell/web interface above     #
####################################
# some listening tcp port for info:
# all ports below will be gone in next release
# start using command interface in your scripts
#
# card info
# CARD INFO PORT : 14000
# online clients
# ONLINE CLIENTS PORT : 15000
# online clients
# ONLINE ACTIVE CLIENTS PORT : 15004
# online connections
# ONLINE CONNECTIONS PORT : 15001
# online shares
# ONLINE SHARES PORT : 15002
# supported providers in shares
# ONLINE PROVIDERS PORT : 15003
####################################
# END DEPRECATED                    #
####################################
# time in seconds to keep On Screen Display active.   屏幕显示信息的暂留时间
# default is 0 (turned off)
#
#ZAP OSD TIME : 3
# Serial path to phoenix reader. Add as many as you have attached too your system    串口读卡器的路径
# default is none
# optionally add readertype : phoenix,mouse,uniprog
# (when non readertype given defaults to uniprog (e.g. for mastera))
#
#        Phoenix Reader Path : 
#
# example
#
#PHOENIX READER PATH : /dev/tts/0
# if timing should be shown in OSD and debug output
# default is no (turned off)
#
#SHOW TIMING : yes
# turns debugging on and off
# default is no (turned off)
#
#DEBUG : yes
# should CCcam try to read and parse newcamd.conf for server connections    是否读取newcamd的配置文件(可通过这个方式连接到newcamd服务器)
# default is no (turned off)
#
#NEWCAMD CONF : yes
# configure what EMM blocker you want. Add as many as readers you have attached                          blocker选项
# default is blocking nothing
#
# B: /dev/sci0 01
#        00 - nothing
#        01 - sa blocked
#        02 - ua blocked
#        04 - ga blocked
#        and sum of for combinations
#
#examples
#
#B: /dev/tts/0 07
#B: /dev/sci0 01
# disable all local EMM readers                                                                    禁止本地的EMM
# saves lots of CPU, but you won't get any updates anymore            节省CPU
# (unless you get updates from your clients)
#
# default: no
#
#DISABLE EMM : yes
# overrule the nds boxkey (4 byte hex)                             NDS用的BOX KEY
#
# BOXKEY:    
#
#example
#
#BOXKEY: /dev/sci0 00 11 22 33
# what Softcam.Key should CCcam try to read            已经破截的key文件目录
# defaults to /var/keys/SoftCam.Key
#
#SOFTKEY FILE : /var/keys/SoftCam.Key
# what AutoRoll.Key should CCcam try to read        
# defaults to /var/keys/AutoRoll.Key
#
#AUTOROLL FILE : /var/keys/AutoRoll.Key
# what constant.cw should CCcam try to read                    CW格式
# defaults to /var/keys/constant.cw
# file content can be like
#
# ca4:id6:sid4:pmtpid4:ecmpid4:key16(01 02 03...)
#
#STATIC CW FILE : /var/keys/constant.cw
# in this file you can configure what CAIDs CCcam should ignore    需要忽略的CAID,一个频道采用多系统加密时候,可保证cccam使用正确的CAID,例如目前的艺华直播
# defaults to /var/keys/CCcam.ignore
# file content can be like
#
# I: ca4 id6    ignore allways this caid/ident
# S: ca4 id6 sid4   ignore caid/ident only on sid
#
#CAID IGNORE FILE : /var/keys/CCcam.ignore
# write wrong logins to file                 记录错误登陆文件
# defaults is off
#
#LOG WARNINGS : /tmp/warnings.txt
# stealthy login to newcamd/newcs server, identify as mgcamd
# default: no
#冒充mgcamd登陆newcamd/newcs 服务器
#NEWCAMD STEALTH : yes

扫码下方或搜索关注公众号“卫星参数网”,独家内幕新闻!

卫星参数网公众号