| 1 | # allow maximum 06 share level for recieved card data
|
|---|
| 2 | I: { 06 }
|
|---|
| 3 |
|
|---|
| 4 | # 01 repeat EMM's
|
|---|
| 5 | # 00 consider every EMM only once
|
|---|
| 6 | # 01 restart pid on overflow
|
|---|
| 7 | # 1* reset ENX on every channel change
|
|---|
| 8 | # 2* rezap after start (calling pzapit -rz --pal)
|
|---|
| 9 | # *1 check/reset ENX freezes on FTA
|
|---|
| 10 | # *2 check/reset ENX freezes on PayTV
|
|---|
| 11 | # *3 check/reset ENX freezes on FTA and PayTV
|
|---|
| 12 | # 00 write nothing in atack.txt
|
|---|
| 13 | # 01 write into atack.txt: password is wrong
|
|---|
| 14 | # 02 write into atack.txt: ID unknown
|
|---|
| 15 | # 04 write into atack.txt: IP is wrong
|
|---|
| 16 | # 08 write into atack.txt: port is worng
|
|---|
| 17 | # 10 write into atack.txt: share.stat
|
|---|
| 18 | # 20 create online.log for online/offline logging
|
|---|
| 19 | # 3F write everything. (combine bits for other combinations)
|
|---|
| 20 | # 4000 send ecm again after 4 Seconds if no reply.
|
|---|
| 21 | # 6000 resync decode after 6 Seconds if net decode failed
|
|---|
| 22 | N: { 00 01 03 1F 4000 6000 }
|
|---|
| 23 |
|
|---|
| 24 | # Send ECM's at maximum 5 cards (please use this as default)
|
|---|
| 25 | X: { 05 }
|
|---|
| 26 |
|
|---|
| 27 | # Send ECM's in any case to these card ID's, even they are more then X:
|
|---|
| 28 | # some examples ...
|
|---|
| 29 | #G: { 17020000 1234 }
|
|---|
| 30 | #G: { 0B000000 ABCD }
|
|---|
| 31 | #G: { 05021510 AB34 }
|
|---|
| 32 | #G: { 0D03A000 A234 }
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | # For W: please read the cwshare.txt, here only some examples (max. 128 PID)
|
|---|
| 36 | # use card 1 only for the following pids
|
|---|
| 37 | #W: { 01 02 02 } 1022 100A 100B 102B 1009 101D 1029 1014 1011 101B
|
|---|
| 38 | # don't use card 2 for the following pids
|
|---|
| 39 | #W: { 02 03 03 } 1008 1016
|
|---|
| 40 |
|
|---|
| 41 | # S: is the same as W:, just using the SID instead of the ECMPID (max. 128 SID)
|
|---|
| 42 |
|
|---|
| 43 | # cwshare.cfg sharing parameters
|
|---|
| 44 | # M: { hostname { password }}
|
|---|
| 45 | # D: { hostname { rx_port tx_port { password { loc_code net_code }}}}
|
|---|
| 46 | #
|
|---|
| 47 | # loc_code: bit 7 6 5 4 3 2 1 0
|
|---|
| 48 | # 0 0 0 0 | | | |
|
|---|
| 49 | # +-+-+-+- level
|
|---|
| 50 | #
|
|---|
| 51 | # net_code: bit 7 6 5 4 3 2 1 0
|
|---|
| 52 | # 0 0 0 | | | | |
|
|---|
| 53 | # | +-+-+-+- level
|
|---|
| 54 | # +--------- drop level zero cards
|
|---|
| 55 | # example: D: { friend1.homeip.net { 8010 8020 { B142AB11 { 05 15 }}}}
|
|---|
| 56 | #
|
|---|
| 57 | # password
|
|---|
| 58 | #M: { mydbox2.homeip.net { AA242456 }}
|
|---|
| 59 |
|
|---|
| 60 | #
|
|---|
| 61 | # Internet Friends rx tx password cod
|
|---|
| 62 | #D: { friend1.homeip.net { 8010 8010 { B142AB11 { 5 5 }}}}
|
|---|
| 63 | #D: { friend2.homelinux.net { 8010 8010 { 81BFF901 { 5 5 }}}}
|
|---|
| 64 |
|
|---|
| 65 | #
|
|---|
| 66 | # other local boxes
|
|---|
| 67 | #D: { 192.168.0.51 { 8020 8020 { AB333441 { 5 5 }}}}
|
|---|
| 68 | #D: { 192.168.0.52 { 8020 8020 { BA334B24 { 5 5 }}}}
|
|---|