summaryrefslogtreecommitdiff
path: root/nuttx/netutils/README
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/README')
-rw-r--r--nuttx/netutils/README19
1 files changed, 17 insertions, 2 deletions
diff --git a/nuttx/netutils/README b/nuttx/netutils/README
index 443b0636e..6a7de0775 100644
--- a/nuttx/netutils/README
+++ b/nuttx/netutils/README
@@ -1,5 +1,20 @@
netutils
^^^^^^^^
-This directory contains most of the network applications contained under the uIP-1.0 apps directory.
-As the uIP apps/README says, these applications "are not all heavily tested."
+This directory contains most of the network applications contained
+under the uIP-1.0 apps directory. As the uIP apps/README says,
+these applications "are not all heavily tested." These uIP apps
+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
+
+Additional applications that were not part of uIP (but which are
+highly influenced by uIP) include:
+
+ dhcpd - Dynamic Host Configuration Protocol (DHCP) server
+