Server Wait On Clients System - Full Internal Documentation
v1.7.4
Server Wait On Clients System.
|
The Server Wait On Client (SWOC) system provides a simple lock-flag based method of synchronising activities between 1 or more clients and a server.
Communication is via TCP which can optionally be secured by using an SSH tunnel.
The system is split into 9 packages providing the various elememts:
libswoccommon
Library containing functions common to server and client.
libswoccommon-dev
Development files for the libswoccommon library (Include files, man pages, etc).
libswocclient
Library containing client-side functions.
libswocclient-dev
Development files for the libswocclient library (Include files, man pages, etc).
swocclient-c
The command line program for controlling locks from the client side.
libswocserver
Library containing server-side functions.
libswocserver-dev
Development files for the libswocserver library (Include files, man pages, etc).
swocserver-c
The command line program for controlling locks from the server-side.
swoc-doc
This documentation package.
The system requires the following packages:-