Tcp server

Dependencies:   C12832 LM75B

Committer:
jens_c
Date:
Fri Nov 06 13:20:24 2020 +0000
Revision:
2:1632f52f0f40
Parent:
0:ddb5698aa782
tcp-server

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.