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 <[email protected]> wrote:
> On Sat, Sep 1, 2012 at 4:26 AM, Sebastien <[email protected]> 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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to