Skip to content

Example implementation of a non-blocking RFC-862 compliant echo server.

License

Notifications You must be signed in to change notification settings

Konloch/EchoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo Server is a low-level non-blocking RFC-862 compliant echo server.

CR Echo Server is a low-level non-blocking echo server.

It will echo-back the contents of the buffer if it has reached 1024 characters, or encountered a carriage return.

How To Use

You can run the Java Jar file directly, or you can use it as a library

EchoServer server = new EchoServer(7, 1);
server.start();

How To Connect

Using telnet you can easily test the server.

telnet localhost 7

Links

About

Example implementation of a non-blocking RFC-862 compliant echo server.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages