forked from Research/WhisperCom
cmake/Modules | ||
docs | ||
include/WhisperCom | ||
libs | ||
proto | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
compile_commands.json | ||
LICENSE | ||
README.md |
WhisperCom
Description
WhisperCom is a network middleware based on ZeroMQ.
Authors
- Dominik Meyer dmeyer@hsu-hh.de
License
Mozilla Public License 2.0
Building
- mkdir build
- cd build
- cmake ..
- make all
- make test