nuttx/netutils
patacongo 8c17e7f6d0 Fix CGI I/O redirection and interposer tasks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1988 42af7a65-404d-4744-a932-0658087f49c3
2009-07-18 18:04:05 +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
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 CGI I/O redirection and interposer tasks 2009-07-18 18:04:05 +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 2009-07-11 23:40:17 +00:00
README Add tftpc 2009-03-28 13:58:00 +00:00

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