Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mryslab/razmq

ZeroMQ For Robot Control
https://github.com/mryslab/razmq

Last synced: 18 days ago
JSON representation

ZeroMQ For Robot Control

Awesome Lists containing this project

README

        

# The Razmq Communications Framework

![](https://github.com/MrYsLab/razmq/blob/master/documentation/images/razbot.png)

The _**razmq framework**_ is a non-blocking, event driven, asynchronous communication messaging
system used to efficiently and effectively control physical computing devices such as robots. It makes extensive use of
the ZeroMQ distributed messaging system coupled with the MessagePack protocol messaging platform.

To demonstrate its use, sample code is provided illustrating control of a Raspberry Pi 3
based modifed [Sparkfun RedBot](https://www.sparkfun.com/products/12649) robot.
Construction of the modified RedBot is described [here](https://goo.gl/LSI7km).

A Kivy based GUI is provided to drive the robot.

![](https://github.com/MrYsLab/razmq/blob/master/documentation/images/GUI.png)

Also, the early stages of a remi GUI are provided as well.

![](https://github.com/MrYsLab/razmq/blob/master/documentation/images/remi_gui.png)

#[**Checkout the WiKi Pages**](https://github.com/MrYsLab/razmq/wiki)