JSON RPC lib for microcontrollers released!
by kacang bawang
I have just released my JSON RPC 2.0 implemenation under MIT License. It is built on top of JSMN JSON parser and is meant for use in microcontrollers. At least that’s where I’m using it. Note: you will need to use my branch of JSMN.
The features are:
- simple API (only 3 functions!)
- low memory requirements
- minimal dependencies (other than JSMN)
- ability to call pre-defined C functions directly from JSON strings (I guess that’s the RPC part)
- parameter type checking
Take a look here.
Hello! Where can i get source of JSON RPC 2.0 implemenation? Links don’t work(
Sigh.. That’s how “the cloud” always ends up. Self hosted solution on the way.