[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [dsdp-tm-dev] Extending RSE
|
Hello Sheldon,
A Telnet connector service / shell subsystem does not exist
yet.
You can basically take the org.eclipse.rse.*.ssh as
blueprint for doing it,
and replace the ssh service (based on Jsch) by a Telnet
implementation.
For a telnet implementation, you can choose from Jakarta
Commons Net
(which is already part of RSE), and the implementation in
org.eclipse.tm.terminal/src/org.eclipse.tm.terminal.internal.telnet
(which is discouraged API so I'd rather recommend Commons
Net).
When you come up with a telnet connector for RSE, we'd
appreciate
if you could contribute it under EPL!
Thanks,
--
Martin
Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP
PMC Member
http://www.eclipse.org/dsdp/tm
Hi,
I have tried RSE ant it works well for protocols like FTP and SSH. I would
like to use Telnet as the underline subsystem does it exist or do i have to
extend RSE to support
telnet.
If so how do i exyend RSE to support Telnet protocol?
Regards,
Sheldon