Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java telnet server

Does anyone know of a simple telnet server?

I want to embed in my application and set my own commands something simple not complex .

like image 701
shay Avatar asked Dec 22 '22 01:12

shay


2 Answers

Try this one,

http://code.google.com/p/telnetd-x/

A telnetd alone is useless. You have to connect it to a shell. We use jacl and jyson as shell.

like image 138
ZZ Coder Avatar answered Jan 03 '23 17:01

ZZ Coder


I have written a simple Telnet server in Java: TelnetStdioRedirector

like image 28
Christian d'Heureuse Avatar answered Jan 03 '23 19:01

Christian d'Heureuse