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

https://github.com/jcelerier/raftlib-asio-example


https://github.com/jcelerier/raftlib-asio-example

Last synced: 5 months ago
JSON representation

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