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

2013-02-23 Thread mabra
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

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

2013-02-23 Thread Joshua Foster
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: or pgm://192.168.1.1;239.192.1.1: NOTE: you need zeromq compiled with openpgm. Joshua