On Fri, Feb 24, 2012 at 12:39 PM, Darren Govoni <[email protected]> wrote:
> Hi Ian, > I had to scrap the code since it wasn't working. I guess the simpler > question is how can I send and receive messages to a multicast address > from pyzmq. > > thanks! > Darren You'll need ZeroMQ compiled --with-pgm, then it's just a case of creating a socket with a PGM or EPGM socket type: http://api.zeromq.org/2-1:zmq-pgm Ian
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
