NetBurner 3.5.0
PDF Version
 
TCP Server

This program will create a TCP server task, which listens on port 23 by default. To test the application you can use Telnet. For example, from a windows command prompt, type: telnet <ip address>

This example uses a simple read() function to receive data from a TCP client. Refer to the TCP Multi Socket Server example to handle multiple client connections.