On 11/27/2013 02:20 PM, Michael Haberler wrote: [snip] >> >> In Zyre zbeacon is broadcasting continuously, would the nodes be >> replying continuously as well? Otherwise you would need to do some >> tracking of nodes inside zbeacon? > > I wouldnt use zbeacon_publish() so broadcasting wouldnt be used by the > responder > > zbeacon_send() would just pass a frame and ipaddress to the background thread > for transmission > > -Michael >
Ah like that, so you would setup 1 master node broadcasting and all other nodes only replying using unicast. It could be an interesting option indeed. Although I completely agree that a udp transport for zmq would be really great as well. Arnaud. -- w: http://www.sphaero.org t: http://twitter.com/sphaero g: http://github.com/sphaero i: freenode: sphaero_z25 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
