[zeromq-dev] question about zbeacon
Pieter Hintjens
ph at imatix.com
Wed Jul 30 13:54:56 CEST 2014
Hi Benoit,
zbeacon does not impose any frame format; it allows the caller to
specify the format for beacons. Zyre does this according to the ZRE v2
spec at RFC 36.
So you could implement this in two layers as we do in C, one generic
UDP pub/sub beacon class, and then on top of that, the details of RFC
36. Or you could do that all in a single class. zbeacon has been
useful for other apps, which is why we made that a generic reusable
class.
-Pieter
On Wed, Jul 30, 2014 at 8:51 AM, Benoit Chesneau <bchesneau at gmail.com> wrote:
> Hi all,
>
> In my understanding from the blog:
>
> http://hintjens.com/blog:32
>
> and the doc:
>
> http://czmq.zeromq.org/manual:zbeacon
>
> It seems that the protocol used for it is different than ZRE:
> http://rfc.zeromq.org/spec:20
>
> I am wrong with that? How are formatted the message sent over UDP? Is there
> any doc somewhere about it or only the source code? The main goal there is
> to provides a ful implementation of the discovery in erlang.
>
> Let me know,
>
> - benoit
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list