nuttx-apps/examples/telnetd
patacongo db676edee2 Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4358 42af7a65-404d-4744-a932-0658087f49c3
2012-02-01 21:10:40 +00:00
..
Makefile Add new psock layer; telnet session is now wrapped in a character device 2012-01-30 21:29:59 +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 Add new psock layer; telnet session is now wrapped in a character device 2012-01-30 21:29:59 +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.