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

2018-05-07 Thread Jabrane Hamdi
Hi Lionel, Thank you for your feedback. I think that my real problem is Go and not the network. In fact, when i use python, the work is done. But with Go, i have the problem. You find below the code complete : // File Transfer model #1 // // In which the server sends the entire file to the

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

2018-05-07 Thread Lionel Flandrin
On Wed, May 02, 2018 at 07:33:36PM +0200, Lionel Flandrin wrote: > On Sun, Apr 29, 2018 at 08:45:20AM +0300, Doron Somech wrote: > > I can try and help regarding adding IPv6 to RADIO/DISH UDP protocol. > > > > I don't think it should very complicated. I can try and point to you to the > > places

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

2018-05-02 Thread Lionel Flandrin
On Sun, Apr 29, 2018 at 08:45:20AM +0300, Doron Somech wrote: > I can try and help regarding adding IPv6 to RADIO/DISH UDP protocol. > > I don't think it should very complicated. I can try and point to you to the > places in the code that need to have the support. > Since my PR for the IP

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

2018-04-29 Thread Lionel Flandrin
On Sun, Apr 29, 2018 at 08:45:20AM +0300, Doron Somech wrote: > I can try and help regarding adding IPv6 to RADIO/DISH UDP protocol. > > I don't think it should very complicated. I can try and point to you to the > places in the code that need to have the support. Thank you, I've started by

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

2018-04-28 Thread Doron Somech
I can try and help regarding adding IPv6 to RADIO/DISH UDP protocol. I don't think it should very complicated. I can try and point to you to the places in the code that need to have the support. On Fri, Apr 27, 2018 at 4:09 PM, Luca Boccassi wrote: > On Fri, 2018-04-27

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

2018-04-27 Thread Luca Boccassi
On Fri, 2018-04-27 at 15:00 +0200, Lionel Flandrin wrote: > On Fri, Apr 27, 2018 at 01:36:13PM +0100, Luca Boccassi wrote: > > On Fri, 2018-04-27 at 14:29 +0200, Lionel Flandrin wrote: > > > On Thu, Apr 26, 2018 at 10:58:33AM +0100, Luca Boccassi wrote: > > > > On Thu, 2018-04-26 at 10:55 +0200,

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

2018-04-27 Thread Lionel Flandrin
On Fri, Apr 27, 2018 at 01:36:13PM +0100, Luca Boccassi wrote: > On Fri, 2018-04-27 at 14:29 +0200, Lionel Flandrin wrote: > > On Thu, Apr 26, 2018 at 10:58:33AM +0100, Luca Boccassi wrote: > > > On Thu, 2018-04-26 at 10:55 +0200, Lionel Flandrin wrote: > > > > On Thu, Apr 26, 2018 at 09:23:13AM

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

2018-04-27 Thread Luca Boccassi
On Fri, 2018-04-27 at 14:29 +0200, Lionel Flandrin wrote: > On Thu, Apr 26, 2018 at 10:58:33AM +0100, Luca Boccassi wrote: > > 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,

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

2018-04-27 Thread Lionel Flandrin
On Thu, Apr 26, 2018 at 10:58:33AM +0100, Luca Boccassi wrote: > 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

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

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

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 >