nuttx/netutils
patacongo 3e64d53637 Add TELNET front end to NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3
2007-12-02 18:18:59 +00:00
..
dhcpc Basic DHPC client functionality 2007-11-30 23:15:06 +00:00
dhcpd Basic DHPC client functionality 2007-11-30 23:15:06 +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
uiplib Add examples/dhcpd 2007-11-30 20:46:29 +00:00
webclient Fixed missing logic in readahead buffer logic 2007-11-27 19:19:30 +00:00
webserver Improve send/close performance 2007-11-28 15:25:09 +00:00
Makefile Add examples/dhcpd 2007-11-30 20:46:29 +00:00
README Basic DHPC client functionality 2007-11-30 23:15:06 +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