nuttx/netutils
patacongo cd1ddef34a update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@893 42af7a65-404d-4744-a932-0658087f49c3
2008-09-07 20:18:36 +00:00
..
dhcpc
dhcpd errno now defined to be *get_errno_ptr() 2008-02-01 21:23:19 +00:00
resolv
smtp
telnetd
tftpc update 2008-09-07 20:18:36 +00:00
uiplib Add NSH ping command 2008-09-02 23:04:10 +00:00
webclient
webserver errno now defined to be *get_errno_ptr() 2008-02-01 21:23:19 +00:00
Makefile Added basic TFTP client support 2008-09-05 22:47:42 +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