Files
rtems/cpukit/telnetd
Chris Johns c0075af37a 2009-06-18 Chris Johns <chrisj@rtems.org>
* telnetd/des.c: Split the des_f struct into smaller parts so
        targets that cannot address large structs can be supported.
2009-06-17 22:29:52 +00:00
..
2005-10-27 04:08:55 +00:00
2009-04-14 08:50:03 +00:00

#
#  $Id$
#

Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)

This directory contains a telnetd server
primary features:

   + create a user shell pseudo-terminal task.

This code has not been extensively tested.  It is provided as a tool
for RTEMS users to open more shell tcp/ip pseudo-terminal.
Suggestions and comments are appreciated.

Read libmisc/shell for more information.

NOTES:

1.  OOB not yet implemented. Only a reduced negotiation is implemented.
    
2.  If you have tcp/ip initialied you can start telnetd daemon.
    You need register pseudo-terminals driver into device drivers table.

Enjoy it.

FUTURE: