[zeromq-dev] Looking for a multicast example in C# or java

Joshua Foster jhawk28 at gmail.com
Sat Feb 23 19:01:04 CET 2013


You can use the pgm/epgm transports for this. The example would be the 
same as the this: http://zguide.zeromq.org/cs:wuproxy

but with a connect/bind string of:
epgm://eth0;239.192.1.1:5555
or
pgm://192.168.1.1;239.192.1.1:5555

NOTE: you need zeromq compiled with openpgm.

Joshua

> mabra at manfbraun.de <mailto:mabra at manfbraun.de>
> February 23, 2013 9:21 AM
> Hi !
>
> I am just looking for such an example and it would ne nice, if someone
> could give me a pointer/link.
>
> For configuration in a distributed app, I'll first do a usual broadcast,
> wich helps me to collect participients, where these in turn give me
> the current configured multicast address. The apps then updates
> status per mutlicast. This is just availability information, not the
> data, the apps exchanging.
>
> I am completely new to 0MQ and cannot see, if it helps me with this.
>
> Thanks anyway and
> best regards,
>
> ++mabra
>
>
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130223/7e1b2803/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postbox-contact.jpg
Type: image/jpeg
Size: 1229 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130223/7e1b2803/attachment.jpg>


More information about the zeromq-dev mailing list