Simple tcp client server: the echo client
September 29th, 2010
No comments
In this article I will show you how to write a simple TCP echo server.
The echo server is the simpliest server you can develop, it waits for data from a client and then sends the same data to the client.
The Client.
The following code contains the implementation for the UDP client application that can send data to the server explained in the previous article.
Latest Comments