This example program shows how to receive TCP datagrams. This program acts as the server, and listens for any data entering on TCP port 54123. If a TCP message is received, we set the system LED if the first byte of the received message '1', and clear the system LED if it is '0'
The following modules are included in this project: