Oscam-emu for Vu+ Duo 4k - how to read constant.cw file?

abrasat

Registered
Messages
43
What exactly do I have to set for the oscam-emu for Vu+ Duo 4k to use the protocol="constcw" and read the constant.cw file?
The "protocol=emu" and "device=emulator" settings in oscam.server seem to work and the SoftCam.Key file is read. Can you tell me please what exactly do I have put into the oscam.server file to get the oscam-emu to read and use both SoftCam.Key and constant.cw files?
 

Evg77734

Registered
Messages
17
Constcw requires a separate reader. For example:

[reader]
enable = 1
label = MyConstCW
protocol = constcw
device = /usr/oscam/constant.cw
ident = 2600:000000
group = 1

In the constant.cw file, the keys should be written as:

CAID:pROVIDER:SID:pMT:pID::XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
 
Top