Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Java Echo Server
#1
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.

Click here to view the project source code

How To Use

You can run the Java Jar file directly, or you can use it as a library
Code:
CREchoServer server = new CREchoServer(7, 1);
server.start();

Using telnet you can easily test the server.

Code:
telnet localhost 7
Reply
 


Messages In This Thread
Java Echo Server - by Konloch - 03-04-2023, 05:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website