https://github.com/jeremyfix/datacom
https://github.com/jeremyfix/datacom
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremyfix/datacom
- Owner: jeremyfix
- Created: 2018-07-24T11:52:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T12:08:01.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T22:19:22.820Z (4 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datacom
Repository to experiment with different ways of implementing a client/server for sending commands, receiving data, etc... This is useful for example for piloting a distant simulation running in headless mode, or even simply for making easier the interoperability of multiple languages (e.g. simulation in C++ and viewer in python)
Reference:
- It may be worth having a look to [ROS 2.0](http://docs.ros2.org/bouncy/index.html) middleware . Which librariries, API, did they choose ?