nuttx-apps/examples/telnetd
Alin Jerpelea 2ac8589a25 examples: fix relative path CI error
error: Path relative to repository other than nuttx must begin with the root directory
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-06-16 09:03:06 -05:00
..
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00
telnetd.c examples: fix relative path CI error 2021-06-16 09:03:06 -05:00
telnetd.h examples: author: Gregory Nutt: update licenses to Apache 2021-06-15 05:16:58 -05:00

Examples / telnetd Telnet Daemon

This directory contains a functional port of the tiny uIP shell. In the NuttX environment, the NuttShell (at apps/nshlib) supersedes this tiny shell and also supports telnetd.

This example is retained here for reference purposes only.