friendev EtherDune TCP/IP library
EchoServer.ino File Reference

Demonstrates how to build a simple server application. More...

Go to the source code of this file.

Detailed Description

Demonstrates how to build a simple server application.

Listens for TCP connections on port 2500, sends a welcome message, then echoes back anything received

See the TCPSocket documentation for more information.

Definition in file EchoServer.ino.