日期:2014-05-20  浏览次数:20720 次

Telnet服务器如何开发?
Telnet服务器如何开发? 
我拿JAVA试着做了,但貌似很麻烦,有没有什么规范开发这东西的? 
或者是有没有什么专门的脚本之类的

------解决方案--------------------
有:http://telnetd.sourceforge.net/

About:
telnetd is an Open Source effort to implement a Java telnet daemon that is compact and generic and thus easily embeddable into other applications.

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 stable and with a small runtime footprint. Threads required are two system threads per listener, as well as one per connection.