ssh client in j2me [closed]
开发者_JS百科
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI have to develop a minimal ssh client in j2me, and time is not a luxury. It would be helpful if you guys got any links(libraries or documentation) so that i could take off right away.
Can you just use MidpSSH? It's open source, GPL-licensed, and unless you'd want to bundle it with proprietary software, it could be an excellent alternative.
There is MidpSSH, a mobile SSH client for MIDP devices. It's GPL licensed, the source code is available at the linked website. The license may not be compatible with your deployment scenario, but it's still a good source to get started.
精彩评论