[zeromq-dev] Trying to get a publish - subscribe test program working with multicast.

Thomas Loockx thomas.loockx at otoy.com
Fri Oct 19 00:13:52 CEST 2012


Thanks for the quick response Steven!

However, I'm using this program on 2 different hosts. The address
string at the top of the program is misleading. Obviously I'm using a
different address on the other host.

Further investigation shows that on the server side IGMP joins are
received to join the multicast group. And I can see the multicast
traffic on the client side as well. It seems that the multicast
traffic is not "picked up" by zeromq.

thanks,
Thomas

On Fri, Oct 19, 2012 at 10:57 AM, Steven McCoy <steven.mccoy at miru.hk> wrote:
> On 18 October 2012 17:48, Thomas Loockx <thomas.loockx at otoy.com> wrote:
>>
>> Hi all,
>>
>> I'm trying to get a small client-server test program working using
>> multicast sockets:
>>
>> http://pastebin.com/h5T1AvwS
>
>
> Classic problem: use two different hosts on the same network.  PGM cannot be
> used for IPC.
>
> --
> Steve-o
>
> _______________________________________________
> 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