hi im having a real headache setting up my n line!!!whats the difference between cws and cws multiple in the folder keys>newcamd.list??? was using c line before. thanks in advance
Your resource for Mgcamd softcam
![]()
hi im having a real headache setting up my n line!!!whats the difference between cws and cws multiple in the folder keys>newcamd.list??? was using c line before. thanks in advance
An n line must be changed to a csw line so mgcamd can read it. For example:
From-
[COLOR='#FF0000']N:[/COLOR] 127.0.0.1 10001 linuxsat1 support1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
To-
[COLOR='#FF0000']CWS =[/COLOR] 127.0.0.1 10001 linuxsat1 support1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
cws multiple is used for multiple lines. Say for example you had 3 n lines, The first server will be CWS = and the rest will be CWS_MULTIPLE =
CWS_KEEPALIVE = 300
CWS_INCOMING_PORT = 21000
[COLOR='#FF0000']CWS =[/COLOR] 127.0.0.1 10001 linuxsat1 support1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
[COLOR='#FF0000']CWS_MULTIPLE =[/COLOR] 127.0.0.1 10001 linuxsat2 support2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
[COLOR='#FF0000']CWS_MULTIPLE =[/COLOR] 127.0.0.1 10001 linuxsat3 support3 01 02 03 04 05 06 07 08 09 10 11 12 13 14
![]()