VACM Clients are the interface between the user and Nexxus. They dispatch the IPC commands to Nexxus and present the responses to the user in either a raw or a cooked format. As VACM installations evolve it is possible to have a highly customized client which reacts to your special set of rules. VACM Clients, like Modules, are stand alone programs. They can be launched at any time by users or by scripts to perform given tasks.
Clients should be written using the VACM Client API defined below. To use this API we just need to include vacmclient_api.h and to link with libvacmclient.a.
|
|
|
|
|
|
|
|
|
|
|
|