nuttx-apps/netutils/telnetd
Masayuki Ishikawa 000d1455b4 netutils: Make telnetd_daemon() in public
Summary:
- This commit makes telnetd_daemon() in public so that we
  can call it from applications.
- Also, adds new configs to support posix_spawnp()

Impact:
- telnetd only

Testing:
- Tested with sabre-6quad:netknsh (will be updated later)

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2022-08-09 23:17:25 +08:00
..
Kconfig netutils: Make telnetd_daemon() in public 2022-08-09 23:17:25 +08: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_daemon.c netutils: Make telnetd_daemon() in public 2022-08-09 23:17:25 +08:00

Network Utilities / telnetd Telnet Daemon

This directly contains a generic Telnet daemon.