summaryrefslogtreecommitdiff
path: root/apps/netutils/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-30 21:29:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-30 21:29:59 +0000
commit9ddfc032d424842691e1f4a30960547b578c9036 (patch)
tree3e0841836e96d7f053e3ee20f9caf4d1bd515dfc /apps/netutils/README.txt
parentd1143e0418c1cd3cbf447e8f49c57bda0e81d75c (diff)
downloadnuttx-9ddfc032d424842691e1f4a30960547b578c9036.tar.gz
nuttx-9ddfc032d424842691e1f4a30960547b578c9036.tar.bz2
nuttx-9ddfc032d424842691e1f4a30960547b578c9036.zip
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
Diffstat (limited to 'apps/netutils/README.txt')
-rw-r--r--apps/netutils/README.txt7
1 files changed, 6 insertions, 1 deletions
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/.