MaternoFetal

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

Committer:
edwinnoriega11
Date:
Thu May 17 17:21:29 2018 +0000
Revision:
1:b431d2e16f4f
Parent:
0:ddb5698aa782
ADS1299_MATERNO-FETAL

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.