nuttx/netutils
patacongo 87eb68e5fd 1st cut as BSD-izing uIP web client logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1642 42af7a65-404d-4744-a932-0658087f49c3
2009-03-26 01:31:43 +00:00
..
dhcpc Need to preserve IP address from spurious OFFERs as well 2007-12-11 23:10:47 +00:00
dhcpd Oops.. interrupts must be disabled when uip_arp_update is called 2009-03-21 17:30:38 +00:00
resolv Misc fixes for ZDS compile/build 2008-12-12 18:01:25 +00:00
smtp
telnetd Misc fixes for ZDS compile/build 2008-12-12 18:01:25 +00:00
tftpc Changes for clean compilation with ZDS 2009-03-14 15:46:31 +00:00
uiplib Changes for clean build on ZDS 2009-03-21 19:56:54 +00:00
webclient 1st cut as BSD-izing uIP web client logic 2009-03-26 01:31:43 +00:00
webserver Fix various issues, bad ages, etc. with ez80+uIP webserver 2009-03-22 16:10:28 +00:00
Makefile Add examples/dhcpd 2009-03-17 23:45:41 +00:00
README Add examples/dhcpd 2009-03-17 23:45:41 +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