nuttx-apps/examples/telnetd
2014-09-07 07:19:19 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig configs/stm3240g-eval/telnetd: Configuration converted to use the kconfig-frontends tools 2014-03-04 11:10:31 -06:00
Makefile Determine the main object name from the main source name in every kernel build Makefile 2014-09-07 07:19:19 -06:00
README.txt Add new psock layer; telnet session is now wrapped in a character device 2012-01-30 21:29:59 +00:00
telnetd.c Use more standard *argv[] instead easier **argv 2014-09-06 09:23:23 -06:00
telnetd.h Change from last commit was still in the editor 2014-04-28 07:27:36 -06: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.