Skip to content

wrieg123/csp-adapter-zeromq

Repository files navigation

csp adapter zeromq

A csp adapter for zeromq.

Features

Exposes the following patterns:

  • Pub / Sub
  • Push / Pull

In progress:

  • Req / Rep

Development

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

About

A CSP Adapter for the ZeroMQ Universal Messaging Library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published