how telnet update softcam.key ?
Maybe easiest is to use oscam's webif (hxxp://boxip:8888) and look under Files->other file->SoftCam.Key.
Note, the file must be named exactly "SoftCam.Key" (including caps) and already existing in your oscam config directory.
- - - Updated - - -
linuxsat-support.com/cms/attachment/48526/
Hi bro,
This latest patch is awsome and works great. By the way, may I request one thing. How do we cut those spaces between the lines? Where should I edit on the source code?
The extra newline is necessary because it cannot be assumed there is already one at the end of the file and I don't want to parse the file to find out each time. :)
But if you want to modify your own look at line 177 in module-emulator-osemu.c :
- snprintf(line, sizeof(line), "\n%c %04X %s %s ; added by OSEmu %s %s\n", identifier, provider, keyName, keyValue, dateText, comment);
+ snprintf(line, sizeof(line), "%c %04X %s %s ; added by OSEmu %s %s\n", identifier, provider, keyName, keyValue, dateText, comment);
BTW - what box/image are you using and are you using stream relay. (helpful for others to know what is working....)