xiuos3/Ubiquitous/Nuttx/apps/examples/telnetd
TangYiwen123 804bd57aa0 Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
..
Kconfig Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Make.defs Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Makefile Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
README.md Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
telnetd.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
telnetd.h Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00

README.md

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.