From 42000d013c9e817baf40d6445ac015991bb4a50b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 27 Oct 2012 18:21:26 +0000 Subject: 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 --- apps/netutils/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/netutils/README.txt') 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 -- cgit v1.2.3