Skip to content
Alex Sherman edited this page Aug 2, 2016 · 1 revision

MRPC is an RPC framework aimed at mesh networks of embedded devices. It's designed to be simple, flexible, and light-ish weight. MRPC uses JSON to meet this goals; the communication protocol requires only that the RPC arguments and return values are JSON values.

Clone this wiki locally