MaternoFetal

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

Committer:
deepikabhavnani
Date:
Mon Oct 30 16:59:55 2017 +0000
Revision:
0:ddb5698aa782
TCP Sever example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
deepikabhavnani 0:ddb5698aa782 1 ### Getting started with the TCPServer API ###
deepikabhavnani 0:ddb5698aa782 2
deepikabhavnani 0:ddb5698aa782 3 TCPServer Example
deepikabhavnani 0:ddb5698aa782 4 TCP sever in this application accepts single telnet client connection and sends
deepikabhavnani 0:ddb5698aa782 5 buffer data.
deepikabhavnani 0:ddb5698aa782 6
deepikabhavnani 0:ddb5698aa782 7 **Note:** The current example is limited to the ethernet interface on supported
deepikabhavnani 0:ddb5698aa782 8 devices. To use the example with a different interface, you will need to modify
deepikabhavnani 0:ddb5698aa782 9 main.cpp and replace the EthernetInterface class with the appropriate interface.