https://github.com/jcelerier/raftlib-asio-example
https://github.com/jcelerier/raftlib-asio-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcelerier/raftlib-asio-example
- Owner: jcelerier
- Created: 2016-10-05T11:49:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T09:06:54.000Z (over 9 years ago)
- Last Synced: 2025-06-27T10:07:50.405Z (about 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This supposes that RaftLib is cloned in this folder and bult in a raftlib-build directory.
In multiple shells :
$ python2 python_send.py
$ python2 python_receive.py
$ cmake . && cmake --build . && ./example