source: ipk/source/emus_mbox0.4_0023/var/keys/mbox.cfg.mbox@ 3733

Last change on this file since 3733 was 521, checked in by civer, 17 years ago

-added all latest ipk sources

File size: 3.5 KB
Line 
1
2//mbox.cfg EXPLANATION and EXAMPLES
3
4D: { 4 }
5
6//D: { x }
7//x=0 -> disable
8//x=1 -> enable dbox2 cw writing
9//x=2 -> enable STAPI for IPBOX
10//x=3 -> enable STAPI for Kathrein
11//x=4 -> enable Linux DVB API for Kathrein
12//default disabled
13
14B: { 0 }
15
16//B: { x }
17//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards and gbox plugin (Windows and Linux)
18//x=1 -> enable
19//default disabled
20
21
22Z: { 13 } { 192.168.0.100 }
23
24// Z option -> control sending/writing current informations
25// Z: { xy } { IP port }
26// x=0 -> don't print time stamp (in console screen and in debug file)
27// x=1 -> print time stamp ( .... )
28// y=0 -> no writing/sending informations to debug file/destination IP
29// y=1 -> send informations to destination IP but not in debug file
30// y=2 -> write informations to debug file but don't send to destination IP
31// y=3 -> write/send informations to debug file/destination IP
32// IP port -> destination IP and UDP port where to send informations
33// no default
34
35
36
37//C: { 192.168.0.1 }
38
39// C option -> control receiving some command messages localy or from another IP
40// C: { IP port }
41// IP-> your local IP or you DNS
42// port -> on what port you will be waiting command messages
43// no default
44
45
46U: { 1 }
47
48// U options -> Update peer(s) IP if it changes while peer still resending ecm's/cw etc.. information
49// default only on hello message peer(s) IP are updated !!!
50// U: { x }
51// x=0 -> disabled
52// x=1 -> enabled
53// default disabled
54
55
56
57L: { 1 }
58
59// L option -> how mbox to menage virtual card(s) with level 0
60// ( only for peer(s) who have and can reshare virtual cards but don't want to use LEVEL 0 card(s) for them self)
61// L: { x }
62// x=0 -> don't load any virtual cards with LEVEL 0, you can't use them for your self
63// x=1 -> load all virtual cards with LEVEL 0 ,you will be using them for your self
64// default 1
65
66
67#G: { /hdd/ }
68
69//G option -> redirect writing ONLY debug.txt file to internal or external HDD in receivers or for any other reason.
70//Remove #, ONLY if you want to use this option !!!!!!!
71
72
73T: { /tmp/ }
74
75// T option -> where to store temp files ... (share.info,debug.txt ,etc.)
76// T: { folder_path_to_files, example: T: { /tmp/ } }
77
78
79
80K: { /var/keys/ }
81
82// K option -> where is cwshare.cfg file
83// K: { folder_path_to_files, example: K: { /var/keys/ } }
84
85
86E: { 1 }
87
88// E option -> disable same cards from peers
89// E: { x }
90// x=0 -> use same cards(boxids) from peers
91// x=1 -> don't use same cards(boxids) from peers
92// default 1
93
94M: { 1 }
95
96// M option -> Mode option
97// M: { x }
98// x=0 -> local mode no NET
99// x=1 -> NET mode
100// default 0
101
102P: { 2/tmp/camd.socket }
103
104// P option -> PMT location (Dont used with linux and windows)
105// you must be tuned to channel so image can generate this file
106// { /tmp/pmt.tmp } for receivers and images that create this file <- use this if you can
107// { 1/tmp/camd.socket } for enigma 1
108// { 2/tmp/camd.socket } for enigma 2
109
110W: { 0 }
111
112// W option -> write raw ECM to ecm.raw file
113// W: { x }
114// x=0 -> disabled
115// x=1 -> enabled
116// default disabled
117
118H: { 0 }
119
120//H option -> C line priority over network cards
121// H: { x }
122// x=0 -> disabled -> newtwork cards and local cards has same priority
123// x=1 -> enabled -> your local cards has priority, no network cards used
124// default disabled
125
126
127Q: { 300 }
128
129//Q option -> newcamd connect retry in sec.
130//Q: { x }
131// default 300 sec.
132
133
134F: { 500 }
135
136//F option -> reset writing debug.txt from begining if file size is higher then (x)(KB)
137//F { x } -> decimal in KBytes
138//default 500 KB
Note: See TracBrowser for help on using the repository browser.