summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-21 23:30:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-21 23:30:24 +0000
commit1e17d1ae425452aecad6f1fa99cf9b5903ee3880 (patch)
tree5ae4e64aeb6098defb4cd2f8dc165283085a9658 /nuttx/examples/README.txt
parent7a8e90a29697e9e19ba4c27236be2061f8c6b734 (diff)
downloadpx4-nuttx-1e17d1ae425452aecad6f1fa99cf9b5903ee3880.tar.gz
px4-nuttx-1e17d1ae425452aecad6f1fa99cf9b5903ee3880.tar.bz2
px4-nuttx-1e17d1ae425452aecad6f1fa99cf9b5903ee3880.zip
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
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt16
1 files changed, 15 insertions, 1 deletions
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.
+