开发者

Telnet library for J2ME

Like the title says.开发者_高级运维 Is there any telnet library that can be used with J2ME?

EDIT: more specifically, I need this library to be used in a BlackBerry app.


one of many:

http://commons.apache.org/net/index.html


It's not very clear what you're looking for when you say Telnet library.

The project BBSSH (http://bbssh.org) is an open source SSH and Telnet client for BlackBerry which contains a telnet protocol implementation.

Specifically if you're looking for something that can handle the telnet protocol itself, these files will be of interest:

  • http://svn.bbssh.org/trunk/BBSSH_Common/src/org/bbssh/telnet/TelnetProtocolHandler.java
  • http://svn.bbssh.org/trunk/BBSSH_Common/src/org/bbssh/net/session/Session.java
  • http://svn.bbssh.org/trunk/BBSSH_Common/src/org/bbssh/net/session/TelnetSession.java
  • http://svn.bbssh.org/trunk/BBSSH_Common/src/org/bbssh/net/session/SessionIOHandler.java
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜