Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 919 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 919 Bytes

A Free-as-in-movement

State of the art implementation of the Majordomo protocol. The current implementation on the master branch is work in progress.

Reference implementations of older wire protocols:

Goals:

  • Forked from Guide examples, to live alone and die free.
  • Multiple language bindings (be the first to write one!).

Architecture:

  • Broker and core C library is in /libmdp directory.
  • Language bindings are under /bindings directory.

Contribution process:

  • C4 process is at http://rfc.zeromq.org/spec:16.
  • All commits are be backed by issues.
  • All commits are made as pull requests from forked work repository.