2007-08-27 07:12:17 +08:00
|
|
|
netutils
|
|
|
|
^^^^^^^^
|
|
|
|
|
2007-12-01 07:15:06 +08:00
|
|
|
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
|
|
|
|
|
2007-12-11 03:39:26 +08:00
|
|
|
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
|
|
|
|
|
|
|
|
|