MaternoFetal

Fork of mbed-os-example-tcp-server by mbed_example

README.md

Committer:
deepikabhavnani
Date:
2017-10-30
Revision:
0:ddb5698aa782

File content as of revision 0:ddb5698aa782:

### 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.