Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloud-rocket/arduino-json-rpc
Simple JSON-RPC server implementation for Arduino
https://github.com/cloud-rocket/arduino-json-rpc
Last synced: 3 months ago
JSON representation
Simple JSON-RPC server implementation for Arduino
- Host: GitHub
- URL: https://github.com/cloud-rocket/arduino-json-rpc
- Owner: cloud-rocket
- License: gpl-2.0
- Created: 2014-03-05T20:40:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T21:29:32.000Z (over 10 years ago)
- Last Synced: 2024-07-01T13:57:46.789Z (4 months ago)
- Language: C++
- Homepage: http://www.cloud-rocket.com/2014/03/serial-json-rpc-server-arduino/
- Size: 168 KB
- Stars: 28
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-arduino - arduino-json-rpc - Simple JSON-RPC server implementation for Arduino (Libraries)
- awesome-arduino - arduino-json-rpc - Simple JSON-RPC server implementation for Arduino (Libraries)
README
arduino-json-rpc
================Simple JSON-RPC implementation for Arduino over serial line.
Useful for controlling Arduino from another PC, Single Board Computer (e.g. Beaglebone) or over RF communicationRead more: http://www.cloud-rocket.com/2014/03/serial-json-rpc-server-arduino/