AkTCP_servCAI

Purpose:

Perform the AK TCP Server Test Task for CyFlex. This program acts as a TCP server for CyFlex, receiving commands over a socket, processing them, and sending responses while logging data.

Enter:

AkTCP_servCAI [socket_port_number] [timeout_in_seconds]

Where:

socket_port_number

Optional. Specify the socket port number to listen on. The default value is 1080.

timeout_in_seconds

Optional. Specify the timeout value. The default value is 20 seconds.

Example:

AkTCP_servCAI

Notes:

This program includes error handling and may attempt to restart itself after certain failures.

See Also: