px4-firmware/apps/examples/telnetd
patacongo ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4353 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-01-31 20:32:49 +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 Numerous cosmetic changes while debugging a telnet driver issue 2012-01-31 20:32:49 +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

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.