nuttx/netutils
patacongo fc346719ec Remove all options from examples/uip except for the webserver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1661 42af7a65-404d-4744-a932-0658087f49c3
2009-03-28 21:28:43 +00:00
..
dhcpc
dhcpd Add host based test for wget() 2009-03-26 02:38:07 +00:00
resolv
smtp
telnetd Remove all options from examples/uip except for the webserver 2009-03-28 21:28:43 +00:00
tftpc
uiplib Fix parsing of port number 2009-03-28 20:38:13 +00:00
webclient Add wget command to NSH 2009-03-28 19:49:28 +00:00
webserver Fix problem in conditional compilation 2009-03-28 12:45:28 +00:00
Makefile Add examples/dhcpd 2009-03-17 23:45:41 +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