incubator-nuttx/netutils
patacongo 13dfdf9a05 Remove warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2365 42af7a65-404d-4744-a932-0658087f49c3
2009-12-17 15:01:02 +00:00
..
dhcpc Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
dhcpd Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
resolv Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
smtp Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
telnetd Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
tftpc Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
thttpd Remove warnings 2009-12-17 15:01:02 +00:00
uiplib Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
webclient Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +00:00
webserver Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 2009-12-15 16:37:20 +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/.