[zeromq-dev] multicast pubsub with python?

Ian Barber ian.barber at gmail.com
Fri Feb 24 10:33:22 CET 2012


On Thu, Feb 23, 2012 at 6:10 PM, Darren Govoni <darren at ontrenet.com> wrote:

> What I want is to use 0MQ and multicast for two servers to find each
> other from different hosts, without subscribing to a common server.
>
> I modified the example across two servers (with multicast) and it they
> don't see messages.
>
> How can I do this with 0MQ python?
>
>
Might be easiest if you posted some example code you've written. One thing
you might run into though is that in newer versions of ZeroMQ PGM loop back
is disabled, so you'll need to be testing between different hosts. Even
then, the two hosts will have to know the multicast address to communicate
over - just neither party has to bind.

Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120224/da27b01c/attachment.htm>


More information about the zeromq-dev mailing list