Welcome to ArduRPC ================== ArduRPC brings `remote procedure calls(RPC) `_ to microcontrollers. It has been developed for `Arduino `_ based projects but can also be used with other platforms. The protocol has been designed to be simple and flexible. **Users:** .. toctree:: :maxdepth: 2 user/index user/handler user/handler-system user/additional-handlers **Developers:** .. toctree:: :maxdepth: 2 dev/protocol dev/communication **Additional information:** .. toctree:: :maxdepth: 2 license changelog Handlers ~~~~~~~~ * `Official handler repository `_ * Colorduino_GFX * Adafruit NeoPixel * ... Client libraries ~~~~~~~~~~~~~~~~ **Python:** * `python-ardurpc `_ Application ~~~~~~~~~~~