Re: [zeromq-dev] use case for ZYRE framework

2018-04-26 Thread Kevin Sapper
Hi Chandra, this absolutely works with Zyre. I'm going to add leader election to Zyre in a couple of days so you can get a master in your cluster without hard configuration. You can have a peek at it on my fork github.com/sappo/zyre. Cheers Kevin Benjamin Henrion schrieb am

Re: [zeromq-dev] use case for ZYRE framework

2018-04-26 Thread Benjamin Henrion
On Thu, Apr 26, 2018 at 6:11 PM, Chandra wrote: > Dear ZMQ community, > > Beginner to ZMQ. First of all thanks for great library and spirit behind > it. :). Zyre looks suitable for our academic research project (kind of > Command and Control) but have some doubts. Here is

Re: [zeromq-dev] IPv6 multicast RADIO/DISH

2018-04-26 Thread Lionel Flandrin
On Thu, Apr 26, 2018 at 08:49:17AM -0400, Brian Adamson wrote: > Hi Lionel, > > Although it isn’t yet supported with the ZMQ API’s, the NORM > protocol can be configured with receiver feedback disabled to > provide an unreliable UDP-like best effort service with the added > benefit of its message

[zeromq-dev] use case for ZYRE framework

2018-04-26 Thread Chandra
Dear ZMQ community, Beginner to ZMQ. First of all thanks for great library and spirit behind it. :). Zyre looks suitable for our academic research project (kind of Command and Control) but have some doubts. Here is scenario Lab with 20 Computer's connected Wifi /Ethernet. One computer (Master

Re: [zeromq-dev] Zyre simple example - missing frame

2018-04-26 Thread Chandra
Just to update to share: After adding at whispers.c program >> zyre_event_t *event = zyre_event_new (node); zyre_whispers(node, zyre_event_peer_uuid (event),"%s", "Hello - Whisper message to listener..."); though in listener, i getting message of whisper , want to send back

Re: [zeromq-dev] IPv6 multicast RADIO/DISH

2018-04-26 Thread Brian Adamson
Hi Lionel, Although it isn’t yet supported with the ZMQ API’s, the NORM protocol can be configured with receiver feedback disabled to provide an unreliable UDP-like best effort service with the added benefit of its message fragmentation and reassembly when messages are larger than the network

[zeromq-dev] NATS by CNCF

2018-04-26 Thread Benjamin Henrion
Hi, Just discovered this yet-another-messaging system: https://nats.io/documentation/ Looks interesting by reading the docs, will give it a shot once I have some spare time... -- Benjamin Henrion (zoobab) Email: zoobab at gmail.com Mobile: +32-484-566109 Web: http://www.zoobab.com FFII.org

Re: [zeromq-dev] IPv6 multicast RADIO/DISH

2018-04-26 Thread Luca Boccassi
On Thu, 2018-04-26 at 10:55 +0200, Lionel Flandrin wrote: > On Thu, Apr 26, 2018 at 09:23:13AM +0100, Luca Boccassi wrote: > > On Thu, 2018-04-26 at 10:00 +0200, Lionel Flandrin wrote: > > > Hello everyone, > > > > > > I'm trying to build a multicast protocol on top of an IPv6-only > > > network.

Re: [zeromq-dev] IPv6 multicast RADIO/DISH

2018-04-26 Thread Lionel Flandrin
On Thu, Apr 26, 2018 at 09:23:13AM +0100, Luca Boccassi wrote: > On Thu, 2018-04-26 at 10:00 +0200, Lionel Flandrin wrote: > > Hello everyone, > > > > I'm trying to build a multicast protocol on top of an IPv6-only > > network. I found that the draft RADIO/DISH sockets seem to do exactly > > what

Re: [zeromq-dev] IPv6 multicast RADIO/DISH

2018-04-26 Thread Luca Boccassi
On Thu, 2018-04-26 at 10:00 +0200, Lionel Flandrin wrote: > Hello everyone, > > I'm trying to build a multicast protocol on top of an IPv6-only > network. I found that the draft RADIO/DISH sockets seem to do exactly > what I want, however the zmq_udp man page doesn't explicitely mention >

[zeromq-dev] IPv6 multicast RADIO/DISH

2018-04-26 Thread Lionel Flandrin
Hello everyone, I'm trying to build a multicast protocol on top of an IPv6-only network. I found that the draft RADIO/DISH sockets seem to do exactly what I want, however the zmq_udp man page doesn't explicitely mention supporting IPv6 multicast and I couldn't get pyzmq to bind an IPv6 multicast