9
0
Fork 0
nuttx-bb/apps/examples/telnetd
patacongo fab8cfd0d9 Add build environment for the FTP daemon
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4370 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-02-04 22:49:42 +00:00
..
Makefile Add build environment for the FTP daemon 2012-02-04 22:49:42 +00:00
README.txt Add new psock layer; telnet session is now wrapped in a character device 2012-01-30 21:29:59 +00:00
shell.c Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality 2012-02-01 21:10:40 +00:00
shell.h NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 2012-02-02 16:04:09 +00:00

README.txt

README.txt
^^^^^^^^^^

This directory contains a functional port of the tiny uIP shell.  In the
NuttX environment, the NuttShell (at apps/nshlib) supercedes this tiny
shell and also supports telnetd.

This example is retained here for reference purposes only.