source: rtems/cpukit/telnetd/README

Last change on this file was 5f8c41c, checked in by Joel Sherrill <joel@…>, on 04/01/22 at 18:18:49

Update email address of Fernando Ruiz Casas to <fruizcasas@…>

This was requested to be executed prior to relicensing to BSD-2.

  • Property mode set to 100644
File size: 573 bytes
Line 
1Author: Fernando Ruiz Casas <fruizcasas@gmail.com>
2
3This directory contains a telnetd server with the primary features:
4
5   + create a user shell pseudo-terminal task.
6
7It is provided as a tool for RTEMS users to open more shell tcp/ip
8pseudo-terminal.  Suggestions and comments are appreciated.
9
10Read libmisc/shell for more information.
11
12NOTES:
13
141.  OOB not yet implemented. Only a reduced negotiation is implemented.
15   
162.  If you have tcp/ip initialied you can start telnetd daemon.
17    You need register pseudo-terminals driver into device drivers table.
18
19Enjoy it.
20
Note: See TracBrowser for help on using the repository browser.