nuttx-apps/examples/telnetd
patacongo 1d88f972a6 update Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3
2012-04-13 02:14:09 +00:00
..
Kconfig update Kconfig files 2012-04-13 02:14:09 +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
^^^^^^^^^^

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.