[zeromq-dev] Protocol spec
Pieter Hintjens
ph at imatix.com
Sat Sep 1 02:37:40 CEST 2012
BTW, if you start on a Go implementation it'd be interesting and
useful to expand the protocol spec with detail as you discover you
need it. You can always send me raw material and I'll rework that into
the spec. Note that there is almost a per-socket type protocol on top
of the wire protocol (with overlap, e.g. DEALER = PUSH+PULL).
-Pieter
On Sat, Sep 1, 2012 at 9:36 AM, Pieter Hintjens <ph at imatix.com> wrote:
> On Sat, Sep 1, 2012 at 4:26 AM, Sebastien <sebastien.pahl at gmail.com> wrote:
>
>> is there a place where one could find the protocol spec?
>> All I could find was this document: http://rfc.zeromq.org/spec:15 but
>> it is missing a lot of information to create a new implementation.
>
> It is missing the explanation of how each pattern works, but you can
> find most of this in the zmq_socket man page, per socket.
>
> We are updating the protocol spec for the new 3.2 release, with
> version detection and more consistent identity exchange.
>
> -Pieter
More information about the zeromq-dev
mailing list