TCP Echo Server v1.0.0
This is the initial release of TCP Echo Server. Please report any issues you encounter or features you’d like to see added.
Links
- Download
- [Report…
Published 12/15/2023
Java non-blocking RFC-862 compliant echo server.
You can run the Java Jar file directly, or you can use it as a library.
EchoServer server = new EchoServer(7, 1);
server.start();
Using telnet you can easily test the server.
telnet localhost 7
This is the initial release of TCP Echo Server. Please report any issues you encounter or features you’d like to see added.