source: ipk/source/emus_mbox0.6_0006/var/keys/mbox.cfg.mbox@ 626

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

-added all latest ipk sources

File size: 7.3 KB
Line 
1
2
3//mbox.cfg EXPLANATION and EXAMPLES
4
5
6A: { 0 } // for QBoxHD receivers or for any receivers if needed it
7//A: { x }
8//Choose adapter path
9//x=0 -> /dev/dvb/adapter0/
10//x=1 -> /dev/dvb/adapter1/
11//x=2 -> /dev/dvb/adapter2/
12//x=.. -> .......
13//default x=0
14
15
16/************************************************************************************************************************/
17
18D: { 0 }
19
20//D: { x }
21//x=0 -> disable
22//x=1 -> enable dbox2 cw writing
23//x=2 -> enable STAPI for IPBOX
24//x=3 -> enable STAPI for Kathrein
25//x=4 -> enable Linux DVB API for Kathrein
26//x=5 -> enable triple dragon
27//x=6 -> enable Qbox HD
28//x=7 -> enable STAPI for Kathrein ufs922 -> dont work CSA decoding :(
29//default disabled
30
31/************************************************************************************************************************/
32
33B: { 0 0 0 }
34
35//B: { 1 127.0.0.1 127.0.0.1 } // for local watching over DVB
36
37
38//B: { x IP_listen IP_send }
39//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards and gbox plugin (Windows and Linux)
40//x=1 -> enable
41//IP_listen -> on what IP to wait for PMT and ECMs
42//IP_send -> on what IP to send DCW
43//default disabled
44
45/************************************************************************************************************************/
46
47
48
49Z: { 12 01 } { 127.0.0.1 8000 }
50
51// Z option -> control sending/writing current informations
52// Z: { xy 0z } { IP port }
53// x=0 -> don't print time stamp (in console screen and in debug file)
54// x=1 -> print time stamp ( .... )
55// y=0 -> no writing/sending informations to debug file/destination IP
56// y=1 -> send informations to destination IP but not in debug file
57// y=2 -> write informations to debug file but don't send to destination IP
58// y=3 -> write/send informations to debug file/destination IP
59// z=0 -> dont write debug text in console window
60// z=1 -> write debug text in console windows
61// IP port -> destination IP and UDP port where to send informations
62// no default
63
64/************************************************************************************************************************/
65
66#C: { 127.0.0.1 7999 }
67
68// C option -> control receiving some command messages localy or from another IP
69// C: { IP port }
70// IP-> your local IP or you DNS
71// port -> on what port you will be waiting command messages
72// no default
73
74
75/************************************************************************************************************************/
76
77L: { 1 }
78
79// L option -> how mbox to menage virtual card(s) with level 0
80// ( only for peer(s) who have and can reshare virtual cards but don't want to use LEVEL 0 card(s) for them self)
81// L: { x }
82// x=0 -> don't load any virtual cards with LEVEL 0, you can't use them for your self
83// x=1 -> load all virtual cards with LEVEL 0 ,you will be using them for your self
84// default 1
85
86/************************************************************************************************************************/
87
88#G: { /hdd/ }
89
90//G option -> redirect writing ONLY debug.txt file to internal or external HDD in receivers or for any other reason.
91//Remove #, ONLY if you want to use this option !!!!!!!
92
93/************************************************************************************************************************/
94
95T: { /tmp/ }
96
97// T option -> where to store temp files ... (share.info,debug.txt ,etc.)
98// T: { folder_path_to_files, example: T: { /tmp/ } }
99
100/************************************************************************************************************************/
101
102K: { /var/keys/ }
103
104// K option -> where is cwshare.cfg,mbox.prio file
105// K: { folder_path_to_files, example: K: { /var/keys/ } }
106
107
108/************************************************************************************************************************/
109
110
111M: { 1 }
112
113// M option -> Mode option
114// M: { x }
115// x=0 -> local mode no NET
116// x=1 -> NET mode
117// default 0
118
119/************************************************************************************************************************/
120
121
122P: { /tmp/pmt.tmp }
123
124
125// P option -> PMT location (Dont used with linux and windows)
126// you must be tuned to channel so image can generate this file
127// { /tmp/pmt.tmp } for receivers and images that create this file <- use this if you can
128// { /tmp/pmtX.tmp } X-> number -> pmt1.tmp ......
129// { 1/tmp/camd.socket } for enigma 1
130// { 2/tmp/camd.socket } for enigma 2
131
132/************************************************************************************************************************/
133
134W: { 0 }
135
136// W option -> write raw ECM to ecm.raw file
137// W: { x }
138// x=0 -> disabled
139// x=1 -> enabled
140// default disabled
141
142/************************************************************************************************************************/
143
144Q: { 300 }
145
146//Q option -> newcamd connect retry in sec.
147//Q: { x }
148// default 300 sec.
149
150/************************************************************************************************************************/
151
152F: { 500 }
153
154//F option -> reset writing debug.txt from begining if file size is higher then (x)(KB)
155//F { x } -> decimal in KBytes
156//default 500 KB
157
158
159/************************************************************************************************************************/
160
161//V: { card_type | device number | clock | inverse_Reset | inverse_CD_Line | detect card over CTS | DM800/8000 | dbox }
162#V: { 3 1 3571200 0 0 0 0 0 } // external reader example -> Seca card, com1 port, clock 3.57 Mhz,
163#V: { 3 2 3571200 1 0 0 0 0 }
164#V: { 3 3 1 0 0 0 0 0 } // dreambox example -> Seca card,sci0 slot,3.33 Mhz
165
166
167// [card_type]:
168// Seca 3
169// Irdeto 4
170// Conax 5
171// Cryptoworks 6
172// Viaccess 7
173// NDS 8
174// Nagravision 9
175
176
177
178// [device number]:
179// COM1/ttyS0 1
180// COM2/ttyS1 2
181// /dev/sci0 3
182// /dev/sci1 4
183// /dev/usb/tts/0 5
184// /dev/usb/tts/1 6
185// /dev/tts/0 7
186// /dev/tts/1 8
187// /dev/ttyUSB0 9
188// /dev/ttyUSB1 10
189// /dev/scard0 11 //azbox
190// /dev/scard1 12 //azbox
191
192
193
194//[clocks]
195//for COM ports and external card readers in Hz!!!
196
197//for SCI DreamBox slots use this values
198// 1 - 3.33 Mhz
199// 2 - 3.63 Mhz
200// 3 - 4 Mhz
201// 4 - 4.44 Mhz
202// 5 - 5Mhz
203// 6 - 5.71 Mhz
204// 7 - 6.66 Mhz
205// 8 - 8 Mhz
206
207//[Inverse Reset]
208// 1 -yes
209// 0 -no
210//for GPIO
211//2-gpio1
212//3-gpio2
213//4-gpio3
214//5-gpio4
215//6-gpio5
216//7-gpio6
217//8-gpio7
218
219
220//[Inverse CD Line Detection]
221//1 - yes
222//0 - no
223
224//[Detect card over CTS signal]
225//1 - yes
226//0 - no
227
228//[DM800/8000 box]
229//1 - yes
230//0 - no
231
232
233//[dbox serial/multicam]
234//1 - yes
235//0 - no
236
237/************************************************************************************************************************/
238
239
240#J: { 1 }
241// J option -> enable adding betacrypt header to N3 ECM for Premier
242// J { x }
243// x = 0 -> disabled
244// x = 1 -> enabled
245
246/************************************************************************************************************************/
247
248#S: { COM1 115200 }
249//S option -> enable sssp protocol
250//S: { x baud }
251//x=COM1
252//x=COM2
253//x=/dev/ttyS0
254//x=/dev/ttyS1
255//x= serial device ...
256//valids baud -> 115200,57600,38400,19200,9600
257/************************************************************************************************************************/
Note: See TracBrowser for help on using the repository browser.