nuttx-apps/examples/telnetd
chao an 4d79a5cbaf add initial cmake build system
Co-authored-by: Daniel Agar <daniel@agar.ca>
Signed-off-by: chao an <anchao@xiaomi.com>
2023-07-08 13:52:02 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Kconfig
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile netutils: Support telnetd in the kernel mode 2022-11-07 15:24:08 +09:00
README.md
telnetd.c netutils: Support telnetd in the kernel mode 2022-11-07 15:24:08 +09: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.