Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 637 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 637 Bytes

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