Does anyone know of a simple telnet server?
I want to embed in my application and set my own commands something simple not complex .
Does anyone know of a simple telnet server?
I want to embed in my application and set my own commands something simple not complex .
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.
I did as below