source: rtems-libbsd/services/telnetd/README @ ff43f5d

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since ff43f5d was ff43f5d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/28/12 at 12:10:41

telnetd: Added from old stack

  • Property mode set to 100644
File size: 620 bytes
Line 
1Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)
2
3This directory contains a telnetd server
4primary features:
5
6   + create a user shell pseudo-terminal task.
7
8This code has not been extensively tested.  It is provided as a tool
9for RTEMS users to open more shell tcp/ip pseudo-terminal.
10Suggestions and comments are appreciated.
11
12Read libmisc/shell for more information.
13
14NOTES:
15
161.  OOB not yet implemented. Only a reduced negotiation is implemented.
17   
182.  If you have tcp/ip initialied you can start telnetd daemon.
19    You need register pseudo-terminals driver into device drivers table.
20
21Enjoy it.
22
23FUTURE:
Note: See TracBrowser for help on using the repository browser.