9
0
Fork 0
nuttx-bb/nuttx/netutils
patacongo fe86e5537a TFTP Client
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@878 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2008-09-05 22:39:10 +00:00
..
dhcpc Need to preserve IP address from spurious OFFERs as well 2007-12-11 23:10:47 +00:00
dhcpd errno now defined to be *get_errno_ptr() 2008-02-01 21:23:19 +00:00
resolv Fixed missing logic in readahead buffer logic 2007-11-27 19:19:30 +00:00
smtp Use normal C strings 2007-11-22 12:48:40 +00:00
telnetd Add TELNET front end to NSH 2007-12-02 18:18:59 +00:00
tftpc TFTP Client 2008-09-05 22:39:10 +00:00
uiplib Add NSH ping command 2008-09-02 23:04:10 +00:00
webclient Fixed missing logic in readahead buffer logic 2007-11-27 19:19:30 +00:00
webserver errno now defined to be *get_errno_ptr() 2008-02-01 21:23:19 +00:00
Makefile Fix clean issue 2008-02-20 20:05:38 +00:00
README Verified DHCPC on the C5471 EVM 2007-12-10 19:39:26 +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

NOTE: For test purposes, the dhcpd library can be built as a
host-based DHCPD server.  This can be built as follows:

  cd netutils/dhcpd
  make -f Makefile.host