nuttx-apps/examples/telnetd
2013-05-30 14:45:31 -06:00
..
.gitignore Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files 2013-05-30 14:45:31 -06: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.