ZeroMQ Majordomo Pattern with CURVE authentication, allowing encripted and clear communication between clients and workers.
Extends ZMQ Majordomo (https://rfc.zeromq.org/spec:7/MDP) pattern with CURVE authentication and encription
It provides a Broker with two endpoints for client connection, providing both a clear and a trusted communication channels.
APIs and examples are provided for python3 and C/C++.
The package can be installed from source or directly from pip
pip install irondomo
Examples provide documentation of the various APIs and necessary configuration
APIs are provided for C and C++ as header only distribution in order to simplify target build. Examples provide documentation of the various APIs and necessary configuration Please find information on how to build and run these examples here: https://github.com/desmoteo/IronDomo/blob/master/C/examples/README.md