https://github.com/geontech/zmq
ZeroMQ Distributed Messaging (REDHAWK Shared Library)
https://github.com/geontech/zmq
Last synced: about 1 year ago
JSON representation
ZeroMQ Distributed Messaging (REDHAWK Shared Library)
- Host: GitHub
- URL: https://github.com/geontech/zmq
- Owner: Geontech
- License: gpl-3.0
- Created: 2017-02-01T16:32:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T18:00:57.000Z (about 9 years ago)
- Last Synced: 2025-01-21T12:48:42.613Z (over 1 year ago)
- Language: C++
- Size: 770 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZeroMQ Distributed Messaging (REDHAWK Shared Library)
This is a REDHAWK Shared Library (a.k.a., softpkg dependency) for the ZeroMQ Distributed Messaging library.
## Installation
You should install this in your REDHAWK Domain's SDRROOT with any other Components that will rely upon it for deployment. On the Domain system:
cd zmq
./build.sh
cd cpp
make install
> Note: You may still need to install language bindings.