Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: README.md
- Revision:
- 0:ddb5698aa782
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Oct 30 16:59:55 2017 +0000 @@ -0,0 +1,9 @@ +### 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. \ No newline at end of file