Doscam Zeroconf Setting - What is this - Should i use it?

Status
Not open for further replies.

fced

Registered
Messages
198
Hello,

For all settings of Oscam i can see on streamboard site to have documentation, but with zeroconf, i'm lost...
What is this setting ?
zeroconf = 1

Any help please ?
Thanks
Cédric
 

zeeteefje

Registered
Messages
39
This is a Doscam feature, not Oscam. zeroconfig will autoconfigure the smartcard and connect the box to any other box in your local network running doscam, thus sharing cards without any manual configuration.
 

iomeali

Registered
Messages
3,962
remember:

(english traslate):

oscam.conf , oscam.server and oscam.user were combined to doscam.cfg
-> All the other config files have been renamed as follows :
doscam.dvbapi
doscam.srvid
doscam.services
doscam.tiers
doscam.guess
doscam.whitelist
doscam.provid
doscam.ac

- Pin codes can be defined now in doscam.cfg under [ pincode ]
-> Format: HHHHHHHHHHHHHHHH : XXXX (H = Hexserial , 8 digits and Webif under the Entitlements to read, X = 4-digit pin)
- > Example of map with Hexserial 0000AABBCCDD0000 and Pin 1234 :
[ pincode ]
0000AABBCCDD0000 1234

- AES keys can be defined now in doscam.cfg under [ crypto ]
- > Format for AES Keys : A: CAID : provid : keyid : aesKey
-> The A stands for AES. Later there will possibly be other things in [ crypto ]
- > Example 0500:030 B00 :
[ crypto ]
A: 0500:030 B00 : 0D : XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

- Rate limits can be now defined as in doscam.cfg under [rate limit]
-> Format: CAID : [ provid ]: [ srvid ]: [ chid ] : Ratelimitecm : Rate Limit Time (ms): Srvidholdtime (ms )
-> Entries in square brackets are optional
- > Example of 0100:00006 A for all SIDs :
[rate limit]
0100:00006 A ::: 4:11000 :

- New Reader Parameters " slots " which to define it in a quad Mouse, MCR and similar devices superfluous , for each slot a reader
-> The device must always only the first slot are specified
- > Example of operation with a quad Mouse ( 4 slots) :
[ reader]
label = quad
protocol = mouse
device = / dev/ttyUSB0
slots = 4
group = 1
- > Example of operation with a MCR8 (8 slots) :
[ reader]
label = MCR8
protocol = sc8in1
device = / dev/ttyUSB0 : 1
slots = 8
detect = cts
group = 1

- Improvements in the DVBApi for request_mode = 1
- Improvements in the automatic recognition of internal slots
- Bug in CCCam protocol now fixed , which could lead to freezers
- Now fixed a few rare segfaults
- Adjustments in the T14 protocol for Coolstream devices
- New BISS format ( ONID sid VPID ), for example F onidsidvpid 00 XXXXXXXXXXXXXXXX
- Gbox protocol adapted so that it remains compatible with the OSCam (long ecm support and gbox_my_password under [ gbox ] instead of [ reader] )
- CacheEX , CSP and CW Cycle check from the code

Original german:

oscam.conf, oscam.server und oscam.user wurden zu doscam.cfg vereint
-> Alle übrigen Config-Dateien wurden wie folgt umbenannt:
doscam.dvbapi
doscam.srvid
doscam.services
doscam.tiers
doscam.guess
doscam.whitelist
doscam.provid
doscam.ac

- Pincodes können ab jetzt in doscam.cfg unter [pincode] definiert werden
-> Format: HHHHHHHHHHHHHHHH:XXXX (H=Hexserial, 8-stellig und im Webif unter den Entitlements ablesbar, X=4-stelliger Pin)
-> Beispiel für Karte mit Hexserial 0000AABBCCDD0000 und Pin 1234:
[pincode]
0000AABBCCDD0000:1234

- AES Keys können ab jetzt in doscam.cfg unter [crypto] definiert werden
-> Format für AES-Keys: A:CAID:provID:KeyID:AESKey
-> Das A steht für AES. Später wird es ggf. noch andere Sachen unter [crypto] geben
-> Beispiel für 0500:030B00:
[crypto]
A:0500:030B00:0D:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

- Ratelimits können ab jetzt in doscam.cfg unter [ratelimit] definiert werden
-> Format: CAID:[ProvID]:[Srvid]:[Chid]:Ratelimitecm:Ratelimittime(ms):Srvidholdtime(ms)
-> Einträge in eckigen Klammern sind optional
-> Beispiel für 0100:00006A für alle SIDs:
[ratelimit]
0100:00006A:::4:11000:

- Neuer Reader-Parameter "slots", der es bei einer Quadmouse, MCR und ähnlichen Geräten überflüssig macht, für jeden Slot einen Reader zu definieren
-> Als device muss immer nur der erste Slot angegeben werden
-> Beispiel für einen Betrieb mit einer Quadmouse (4 Slots):
[reader]
label = quad
protocol = mouse
device = /dev/ttyUSB0
slots = 4
group = 1
-> Beispiel für einen Betrieb mit einem MCR8 (8 Slots):
[reader]
label = mcr8
protocol = sc8in1
device = /dev/ttyUSB0:1
slots = 8
detect = cts
group = 1

- Verbesserungen in der DVBApi für request_mode = 1
- Verbesserungen bei der automatischen Erkennung von internen Slots
- Bug in CCCam-Protokoll gefixed, der zu Freezern führen konnte
- ein paar seltene Segfaults gefixed
- Anpassungen im T14-Protokoll für Coolstream-Geräte
- neues BISS-Format (onid sid vpid), z.B. F onidsidvpid 00 XXXXXXXXXXXXXXXX
- gbox-Protokoll angepasst, damit es weiterhin mit der OSCam kompatibel ist (long ecm support und gbox_my_password unter [gbox] statt [reader])
- CacheEX, CSP und CW Cycle Check vom Code entfernt
 
Status
Not open for further replies.
Top