nuttx-apps/examples/telnetd
patacongo 3e98f528a4 Some fixes to apps/builtin/registry need to handle some additional cases
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5456 42af7a65-404d-4744-a932-0658087f49c3
2012-12-24 13:15:57 +00:00
..
Kconfig update Kconfig files 2012-04-13 02:14:09 +00:00
Makefile Some fixes to apps/builtin/registry need to handle some additional cases 2012-12-24 13:15:57 +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 Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files 2012-10-04 17:36:07 +00:00
shell.h Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files 2012-10-04 17:36:07 +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.