summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 16:04:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 16:04:45 +0000
commit7e27610c4f420a98420035ec4ea10f45caf185ca (patch)
tree839cc0251a6594810d92ebca29d0273c59be295b /apps/examples/README.txt
parent608e5adab4915ada5c2881d66d20e3d6fa0efba5 (diff)
downloadpx4-nuttx-7e27610c4f420a98420035ec4ea10f45caf185ca.tar.gz
px4-nuttx-7e27610c4f420a98420035ec4ea10f45caf185ca.tar.bz2
px4-nuttx-7e27610c4f420a98420035ec4ea10f45caf185ca.zip
Add apps/examples/wgetjson from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5281 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 907467bb1..f254ce154 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -1747,7 +1747,16 @@ examples/wget
CONFIGURED_APPS += resolv
CONFIGURED_APPS += webclient
+examples/wget
+^^^^^^^^^^^^^
+
+ Uses wget to get a JSON encoded file, then decodes the file.
+
+ CONFIG_EXAMPLES_WDGETJSON_MAXSIZE - Max. JSON Buffer Size
+ CONFIG_EXAMPLES_EXAMPLES_WGETJSON_URL - wget URL
+
examples/xmlrpc
+^^^^^^^^^^^^^^^
This example exercises the "Embeddable Lightweight XML-RPC Server" which
is discussed at: