Go to file
Christina Sander c0e5c73716
MOD: Modifies cmake include for protobuf
- sets the protoc path in CMakeLists.txt file so it can also be used in top level projects
 - sets the proto source file path so it can be used in top level projects
 - uses cmake variable PROTO_SRC_PATH defined in CMakeLists for the custom command in the protobuf.cmake file
2023-08-31 11:07:31 +02:00
cmake/Modules MOD: Modifies cmake include for protobuf 2023-08-31 11:07:31 +02:00
docs ADD: some initial compiling infrastructure 2023-07-25 16:35:12 +02:00
include/WhisperCom ADD: some initial compiling infrastructure 2023-07-25 16:35:12 +02:00
libs ADD: added all dependencies 2023-06-15 15:03:31 +02:00
proto ADD: some initial compiling infrastructure 2023-07-25 16:35:12 +02:00
src FIX: only subscripe to topic if not yet subscribed 2023-07-27 23:47:42 +02:00
tests FIX: Fixes test_Service by replacing == expression with =. 2023-07-31 15:57:14 +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
CMakeLists.txt MOD: Modifies cmake include for protobuf 2023-08-31 11:07: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
compile_commands.json ADD: some initial compiling infrastructure 2023-07-25 16:35:12 +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