Files
rtems/cpukit/telnetd
Ryan Long cee6e7f616 telnetd/des.h: Add file header and license
This file had no header, copyright, or license. Based on git history,
added appropriate copyright and license.
2022-05-04 09:12:07 -05:00
..
2021-04-13 11:57:21 -06:00
2021-04-13 11:57:21 -06:00
2021-04-13 11:57:21 -06:00

Author: Fernando Ruiz Casas <fruizcasas@gmail.com>

This directory contains a telnetd server with the primary features:

   + create a user shell pseudo-terminal task.

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.