Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jreyesr/zerosmq
A ROS-like implementation of topics and nodes for inter-process communication on Python, built using ZeroMQ
https://github.com/jreyesr/zerosmq
python3 zeromq
Last synced: about 1 month ago
JSON representation
A ROS-like implementation of topics and nodes for inter-process communication on Python, built using ZeroMQ
- Host: GitHub
- URL: https://github.com/jreyesr/zerosmq
- Owner: jreyesr
- License: mit
- Created: 2019-03-18T14:59:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T23:44:30.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T23:24:58.764Z (3 months ago)
- Topics: python3, zeromq
- Language: Python
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZeROSMQ
ZeROSMQ is a Python library that implements ROS-like inter-process communication by using ["topics" and "nodes"](https://wiki.ros.org/Topics).
The library is installed by copying the relevant files (``zerosmq-master.py`` and ``zerosmq.py``) to your project folder. After that, follow the instructions shown in [the ReadTheDocs page](https://zerosmq.readthedocs.io/en/latest/) for using the library.
[![Documentation Status](https://readthedocs.org/projects/zerosmq/badge/?version=latest)](https://zerosmq.readthedocs.io/en/latest/?badge=latest)