Go to file
Dominik Meyer 1f9eb2f6f8
ADD: ignore some dirs/files
2023-06-15 15:06:33 +02:00
cmake/Modules ADD: added some cmake requirements 2023-06-15 15:04:15 +02:00
libs ADD: added all dependencies 2023-06-15 15:03:31 +02:00
.gitignore ADD: ignore some dirs/files 2023-06-15 15:06:33 +02:00
.gitmodules ADD: added all dependencies 2023-06-15 15:03:31 +02:00
LICENSE ADD: Initial Commit 2023-06-14 09:28:18 +02:00
README.md ADD: Initial Commit 2023-06-14 09:28:18 +02:00

README.md

WhisperCom

Description

WhisperCom is a network middleware based on ZeroMQ.

Authors

License

Mozilla Public License 2.0

Building

  • mkdir build
  • cd build
  • cmake ..
  • make all
  • make test