From 7e27610c4f420a98420035ec4ea10f45caf185ca Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 31 Oct 2012 16:04:45 +0000 Subject: 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 --- apps/examples/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/examples/README.txt') 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: -- cgit v1.2.3