Zentitle SDK and Library
PSL The Nalpeiron V10 licensing library

The PSL library provides an easy method of adding passive licensing to your software. PSL can easily be added to new or existing software as it is a shared library and can be accessed as such. The library is intended to be used with the dlopen family of functions (dlopen, dlclose, dlsym, etc). While it may be possible to link to the PSL library, it is not a currently supported option.

C SDK Programs:

The C SDK contains plm and plmTerm.

plm is a generic testing problem similar to nilm for use with the passive licensing library.

[pslTerm] is a simple interactive menu-driven program similar to nslTerm for the passive licensing library

SDK Build:

Change into the C sdk directory (CSDK) by default. Type make clean and then make.

1 cd ./CSDK
2 make clean
3 make

This will create the binaries nilm, nsaTest and plm in the C SDK directory. All source files for the build are located in CSDK/src. All intermediate products of the build can be found in CSDK/Build.