From 1e17d1ae425452aecad6f1fa99cf9b5903ee3880 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 21 Nov 2007 23:30:24 +0000 Subject: Fix confusion in listening socket vs accepted sockets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@395 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/README.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'nuttx/examples/README.txt') diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt index ed89b6133..6ef65e924 100644 --- a/nuttx/examples/README.txt +++ b/nuttx/examples/README.txt @@ -46,4 +46,18 @@ examples/null ^^^^^^^^^^^^^ This is the do nothing application. It is only used for bringing - up new NuttX architectures + up new NuttX architectures. + +examples/uip +^^^^^^^^^^^^ + + This is a port of uIP example application. It includes + conditionally compiled logic to exercise the uIP webserver, + webclient, telnet, smtp, dncpc, and resolver. + +examples/netttest +^^^^^^^^^^^^^^^^^ + + This is a simple network test for verifying client- and server- + functionality in a TCP/IP connection. + -- cgit v1.2.3