Back to home page

LXR

 
 

    


Warning, /cpukit/telnetd/README.md is written in an unsupported language. File is not indexed.

0001 telnetd
0002 =======
0003 
0004 Author: Fernando Ruiz Casas <fruizcasas@gmail.com>
0005 
0006 This directory contains a telnetd server with the primary features:
0007 
0008    + create a user shell pseudo-terminal task.
0009 
0010 It is provided as a tool for RTEMS users to open more shell tcp/ip
0011 pseudo-terminal.  Suggestions and comments are appreciated.
0012 
0013 Read libmisc/shell for more information.
0014 
0015 NOTES:
0016 
0017 1.  OOB not yet implemented. Only a reduced negotiation is implemented.
0018     
0019 2.  If you have tcp/ip initialied you can start telnetd daemon.
0020     You need register pseudo-terminals driver into device drivers table.
0021 
0022 Enjoy it.
0023