Migrate configuration from cccam to oscam
Oct
24
There are no binaries for cccam for newer architectures. While older dreamboxes like my DM800SE are based on the mipsel architecture, newer ones like the Dreambox 900 are based on arm. Binaries for oscam are available.
It is time to move from cccam to oscam
A typical C-Line found in the CCcam.cfg looks like this:
C:13.124.13.210 1237 2365dfgds zzddaccss # comment bla bla
The IP address following the C: is the IP address (13.124.13.21) of the remote server providing the share, the number 1237 is the TCP port of the service. Sometimes there is a hostname (host.example.com) provided instead of an address. The next token (2365dfgds) is the username, the last one is the password (zzddaccss). Every character beyond the hash is ignored as a comment.
Migrating this line to oscam means creating the following oscam.server configuration file:
[reader] label = CCcamRemote1 protocol = cccam device =13.124.13.210,1237 user = 2365dfgds password = zzddaccss cccreshare = 2 ccckeepalive = 1 group = 4