9
0
Fork 0
nuttx-bb/nuttx/netutils
patacongo 876788f58d Fix debug output; remove redundanct close()
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2071 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2009-09-16 20:30:12 +00:00
..
dhcpc Consolidate buffer dumping; fix all occurrences of 'the the' 2009-06-25 17:44:35 +00:00
dhcpd Add host based test for wget() 2009-03-26 02:38:07 +00:00
resolv Misc fixes for ZDS compile/build 2008-12-12 18:01:25 +00:00
smtp Use normal C strings 2007-11-22 12:48:40 +00:00
telnetd Consolidate buffer dumping; fix all occurrences of 'the the' 2009-06-25 17:44:35 +00:00
tftpc Consolidate buffer dumping; fix all occurrences of 'the the' 2009-06-25 17:44:35 +00:00
thttpd Fix debug output; remove redundanct close() 2009-09-16 20:30:12 +00:00
uiplib Fix parsing of port number 2009-03-28 20:38:13 +00:00
webclient Fixes for clean ez80 compilation 2009-06-26 19:22:21 +00:00
webserver Consolidate buffer dumping; fix all occurrences of 'the the' 2009-06-25 17:44:35 +00:00
Makefile Add framework for THTTPD example 2009-07-18 19:47:08 +00:00
README Add framework for THTTPD example 2009-07-18 19:47:08 +00:00

README

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."  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
  tftpc     - TFTP client
  thttpd    - This is a port of Jef Poskanzer's THTTPD HTPPD server.
              See http://acme.com/software/thttpd/.