AkTCP_serv
Purpose:
-
Perform the AK TCP Server Test Task. This task receives commands over a network connection, processes them, sends responses, and logs data.
Enter:
-
[port] [timeout]
Where:
-
port
Optional. Specify the port number. The default value is 1080.
timeout
Optional. Specify the socket connection timeout value. The default value is 20 seconds.
Example:
-
AkTCP_serv 1080 50
or
AkTCP_serv 1080
or
AkTCP_serv
Notes:
-
The server operates in the background, attempts to restart after errors, and logs critical events.