Simple TCP server example

README.md

Committer:
pcordemans
Date:
2020-03-07
Revision:
1:b658dfbe2a7c
Parent:
0:ddb5698aa782

File content as of revision 1:b658dfbe2a7c:

### Getting started with the TCPServer API ###
 
TCPServer Example
TCP sever in this application accepts single telnet client connection and sends 
buffer data.
 
**Note:** The current example is limited to the ethernet interface on supported 
devices. To use the example with a different interface, you will need to modify 
main.cpp and replace the EthernetInterface class with the appropriate interface.