arduino-json-rpc

RPC client

An implementation of the JSON-RPC protocol on an Arduino board for remote control via serial or other means.

Simple JSON-RPC server implementation for Arduino

GitHub

28 stars
6 watching
9 forks
Language: C++
last commit: over 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
cxxxr/jsonrpc A JSON-RPC implementation in Common Lisp for making requests to servers or clients over the network. 66
ybbus/jsonrpc An implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go. 332
hyperf/jet A unified RPC client library built on top of the JSONRPC protocol, supporting various transporters and allowing for easy registration and service binding. 57
oca/odoorpc A Python module that provides an interface to interact with Odoo servers through JSON-RPC. 238
authorizon/fastapi_websocket_rpc Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. 7
joshmarshall/jsonrpclib JSON-RPC implementation with support for original and proposed specifications, including batch submission, keyword arguments, and notifications. 447
fanatid/bitcoind-rpc-client A JavaScript library for interacting with the Bitcoin Core JSON-RPC interface 3
status-im/nim-json-rpc Provides a standardized interface for remote procedure calls over JSON format 91
cinemast/libjson-rpc-cpp A C++ framework for JSON-RPC remote procedure calls 955
osamingo/jsonrpc A JSON-RPC 2.0 implementation package in Go 187
juliendelplanque/jrpc A JSON-RPC 2.0 implementation for Pharo Smalltalk 10
elpheria/rpc-websockets Enables developers to implement business logic over WebSocket protocol using JSON-RPC 2.0 592
bitpay/bitcoind-rpc A JavaScript client library to connect to Bitcoin Core RPC. 175
zcattacz/ujrpc Provides a Simple JSON-RPC 2.0 middleware for Python-based APIs 5
smagafurov/fastapi-jsonrpc A JSON-RPC server implementation using FastAPI 294