
echoserver
Latest Changes
- Initial Release
Description
This is a utility I wrote to help with development and debugging of applications using sockets. It displays all the data coming in from a socket and allows you to send data back over the socket.
How to use it
When you start up the program it will show the main screen. Just enter a port to listen on and press start. The application will start listening on that port and open a new window for each connection to that socket and display the data that comes in. You can also type something to send back to the client in the textbox or close the connection.

Main Screen

Connections Screen
| Download Latest: | echoserver v0.1 - 04/18/2006 |
Latest Changes
- Initial Release
Description
This is a utility I wrote to help with development and debugging of applications using sockets. It displays all the data coming in from a socket and allows you to send data back over the socket.
How to use it
When you start up the program it will show the main screen. Just enter a port to listen on and press start. The application will start listening on that port and open a new window for each connection to that socket and display the data that comes in. You can also type something to send back to the client in the textbox or close the connection.

Main Screen

Connections Screen
.:archive