van Robin en Simon

Dependencies:   C12832

Committer:
simonmestdagh
Date:
Sat Nov 07 14:52:01 2020 +0000
Revision:
2:390c3c1cdf42
Parent:
0:ddb5698aa782
server robin en simon

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.