nuttx-apps/examples/telnetd
2017-07-01 08:03:54 -06:00
..
.gitignore
Kconfig apps/examples/thttpd: Remove the netstats demo. This depends on an illegal function call and cannot be supported. That example could be replaced with logic that uses the procfs network entries as was done for NSH which had the same issue. But I am too lazy to implement that 2017-07-01 08:03:54 -06:00
Make.defs
Makefile Simplify apps/ Makefiles by combining common logic into the Makefile fragment Application.mk 2015-09-05 15:13:03 -04:00
README.txt
telnetd.c netutils/telnetd and users of telnetd: Add support for IPv6. 2017-06-27 09:14:13 -06:00
telnetd.h

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.