Mutiplexed Displays Using Ethernet Socket Server.

Dependencies:   SN74CBT3257 Binary_Switch OSL10564_74HC595

README.md

Committer:
shivanandgowdakr
Date:
2018-10-23
Revision:
1:74ecd404d5e5
Parent:
0:ddb5698aa782

File content as of revision 1:74ecd404d5e5:

### 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.