nuttx-apps/examples/telnetd
xuxin19 32b417a8f7 cmake:refine cmake build for apps/examples
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2023-08-17 01:15:17 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
Kconfig
Make.defs
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 / 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.