Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 388 Bytes

cJSON-RPC

It is a small RPC-JSON wrapper library around lightweight cJSON library suitable for usage in embedded systems. To build tests run:

git clone https://github.com/nameofuser1/cjson-rpc
cd ./cjson-rpc
git submodule update --init
make

Library is simple to use everything you need to know is placed in comments in rpc_json.c file.