Exposes the following patterns:
- Pub / Sub
- Push / Pull
In progress:
- Req / Rep
We utilize conda for managing environment dependencies. In order to create your development environment:
git clone https://github.com/wrieg123/csp-adapter-zeromq.git
cd csp-adapter-zeromq
micromamba create -n csp-zmq -f conda/dev-env-unix.yml
micromamba activate csp-zmq
make requirements
Building C++:
make build
Installing Python:
make develop
Tests:
make test