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