![]() |
Zentitle SDK and Library
|
A -5035 error indicates that the username/password combination passed into the library xml initialization string does not match a username/password combination stored in the daemon.
When the library is initialized (ie a call to NalpLibOpen) pass in the daemon's IP, port, and your username and password, using the appropriate tags. The tags are as follows:
DaemonIP: The local IP address of the daemon on your LAN. DaemonPort: The port on which the daemon is listening. The default is 16700. DaemonUser: User name. DaemonPass: User password.
A username and password may be added to the daemon on the "users" page of the daemon's web interface.
Once the library has been initialized with the above values, it will contact the daemon for licensing rather than the Nalpeiron server. A regular call to NSLObtainLicense will "checkout" a network seat from the daemon to your local client. The only difference from a normal license checkout is that you use "netseat" when calling NSLObtainLicense instead of a license code.