From 9ddfc032d424842691e1f4a30960547b578c9036 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Jan 2012 21:29:59 +0000 Subject: Add new psock layer; telnet session is now wrapped in a character device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/netutils/README.txt') diff --git a/apps/netutils/README.txt b/apps/netutils/README.txt index 2059b569e..ea9dbd5c3 100644 --- a/apps/netutils/README.txt +++ b/apps/netutils/README.txt @@ -9,7 +9,6 @@ include: dhcpc - Dynamic Host Configuration Protocol (DHCP) client resolv - uIP DNS resolver smtp - Simple Mail Transfer Protocol (SMTP) client - telnetd - TELNET server webclient - HTTP web client webserver - HTTP web server @@ -21,6 +20,12 @@ highly influenced by uIP) include: dhcpd - Dynamic Host Configuration Protocol (DHCP) server tftpc - TFTP client + telnetd - TELNET server. This is the Telnet logic adapted from + uIP and generalized for use as the front end to any + shell. The telnet daemon creates sessions that are + "wrapped" as character devices and mapped to stdin, + stdout, and stderr. Now the telnet session can be + inherited by spawned tasks. ftpc - FTP client thttpd - This is a port of Jef Poskanzer's THTTPD HTPPD server. See http://acme.com/software/thttpd/. -- cgit v1.2.3