Table of Contents
Starts a text based TCP server on a designated port on all interfaces and provides the following:
-
Every conection is serviced on a dedicated thread.
-
Periodically sends a message to a client and expects the client provide a response, see Unsolicited Requests for more information.
-
Accepts client requests in the form of
KEY:VALUE
, see Recognized Requests for more information. -
Client requests are provided with a response of the form
KEY:VALUE
.
-
0820
will result in a response0830:time=DATETIME
whereDATETIME
will be the date time stamp of the server.