Command Server - How to write and run a non-slc-control-system client.

The c language module ref_ntwkshr:cmdsrv_msg_sync.c is a portable API used for interfacing with a cmdSrv server. Put that module on your unix machine, compile and link it with your client application. See the other cmdSrv web pages for programs that already call cmdsrv_msg_sync(). Between looking at those resources and the comments in the module, you'll be able to figure out how to write your client.


Return to cmdSrv main page.