summaryrefslogtreecommitdiff
path: root/apps/netutils/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 18:21:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 18:21:26 +0000
commit42000d013c9e817baf40d6445ac015991bb4a50b (patch)
tree406de17abc4dcaf0ee6ea4ad85bc4c45ea1d4e85 /apps/netutils/README.txt
parentb3ee6803286f2d85eb1893780b4c20265d6b8f67 (diff)
downloadpx4-nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.tar.gz
px4-nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.tar.bz2
px4-nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.zip
Add port of cJSON from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/netutils/README.txt')
-rw-r--r--apps/netutils/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/netutils/README.txt b/apps/netutils/README.txt
index e97bf5a61..eaf508d48 100644
--- a/apps/netutils/README.txt
+++ b/apps/netutils/README.txt
@@ -47,6 +47,12 @@ highly influenced by uIP) include:
device class so that groups of devices can be discovered.
It is also possible to address all classes with a kind of
broadcast discover. (Contributed by Max Holtzberg).
+ json - cJSON is an ultra-lightweight, portable, single-file,
+ simple-as-can-be ANSI-C compliant JSON parser, under MIT
+ license. Embeddable Lightweight XML-RPC Server discussed at
+ http://www.drdobbs.com/web-development/an-embeddable-lightweight-xml-rpc-server/184405364.
+ This code was taken from http://sourceforge.net/projects/cjson/
+ and adapted for NuttX by Darcy Gong.
tftpc - TFTP client. See apps/include/netutils/tftp.h
for interface information.
telnetd - TELNET server. This is the Telnet logic adapted from