summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 22:16:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-18 22:16:10 +0000
commit4feeb8b43631a45b2f5469d72345672a55e10a2a (patch)
tree6ae19d9e96709e5ef3ab2e96d57e81d7e1dbe820 /nuttx/examples/README.txt
parent28123bd6d1cbaf324542cf96e7fb393f411d70e6 (diff)
downloadpx4-nuttx-4feeb8b43631a45b2f5469d72345672a55e10a2a.tar.gz
px4-nuttx-4feeb8b43631a45b2f5469d72345672a55e10a2a.tar.bz2
px4-nuttx-4feeb8b43631a45b2f5469d72345672a55e10a2a.zip
Add TCP/IP server
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1280 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 2d16b210f..be94471c8 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -98,7 +98,9 @@ examples/pipe
examples/poll
^^^^^^^^^^^^^
- A test of the poll() API using FIFOs.
+ A test of the poll() and select() APIs using FIFOs and, if available,
+ stdin, and a TCP/IP socket. This example also includes a nice select
+ based TCP/IP server example.
examples/romfs
^^^^^^^^^^^^^^