/pyzmq-mdp

ØMQ-MDP implementation using pyzmq

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MDP - the Majordomo Protocol

An implementation in Python using pyzmq.

For the specification of see

MDP - the Majordomo Protocol

The implementation will make use of the more advanced parts of the pyzmq bindings, namely ioloop and streams.

For this reason, most of the code will not look like the examples in the guide. The examples in the guide are more or less direct translations of the C examples. But pyzmq does offer more than a shallow wrapper of the C API.

This is an example of how to use pyzmq, not a full blown solution for those who need one.

Authors