Breaking

Saturday, September 07, 2013

How to connect OScam to OScam using Newcamd Protocol

Newcamd is an excelent protocol to connect a local card from one OScam server to another OScam server or client. And to do this we first you need to go to newcamd configuration under OScam WebIf (Configuration/Newcamd) and input the port and the key.


PORT looks something like this: 15001@0B00:000000. You need to be aware of the fact that newcamd only works like this: one port with one caid. You cannot use one port for two or more caids. KEY on the other hand looks like this: 0102030405060708091011121314. This is default key, you can use something else of course.


Client or server (where you want to transfer card to):

[reader]
label                         = XXX
protocol                      = newcamd
device                        = IP or DNS address,port
key                           = 0102030405060708091011121314
user                          = username
password                      = password
connectoninit                 = 1
group                         = anything you want
blockemm-unknown              = 1
blockemm-u                    = 1
blockemm-s                    = 1
blockemm-g                    = 1
dropbadcws                    = 1
audisabled                    = 1

              

Server (to which card is physically connected)

[account]
user                          = username
pwd                           = password
au                            = 1
group                         = group needs to be the same as the one that is assigned to your card

            
And there you have it, the simple way to configurate Newcamd as protocol on your OScam.

No comments:

Post a Comment