J
Analyzed about 4 hours ago
telnetd is an Open Source effort to implement a Java telnet daemon that is compact and generic and thus easily embeddable into other applications.
telnetd2 is an "update" of the last release to newer Java standards (will require >=1.4). Please see the changes for more information. telnetd2
... [More]
should compile and run under Java 5, which is probably not the case for the last release.
Main Features are:
Telnet protocol implementation (following specifications, support for NVT, ECHO, TTYPE, NAWS, LINEMODE,NEWENV)
Terminal I/O with support for various terminal types
Simple UI toolkit as OO layer on top of the basic terminal I/O (work progress)
Connection management (host based access and handling of idle connections)
Main focus is a design that is flexible and powerful, yet at the same time [Less]