netmq
netmq copied to clipboard
RADIO/DISH support
Are there any contributors working on RADIO/DISH support using UDP? (Either in this repo or on a fork.) I'd be interested in helping/testing.
I am also very interested in radio/diah via udp. For c++ it seems to work fine.
I actually contributed both the RADIO/DISH and the UDP to libzmq.
The issue is, that radio/dish only works on ZMTP v3 and also is thread safe socket. NetMQ is not supporting ZMTP v3 yet and thread safe sockets.
We can however, try to add UDP support to the PUB/SUB sockets.
UDP on pub sub sockets would rock! That would remove a lot of latency im data distribution.
On Thu, 14 Feb 2019, 08:53 Doron Somech <[email protected] wrote:
I actually contributed both the RADIO/DISH and the UDP to libzmq.
The issue is, that radio/dish only works on ZMTP v3 and also is thread safe socket. NetMQ is not supporting ZMTP v3 yet and thread safe sockets.
We can however, try to add UDP support to the PUB/SUB sockets.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zeromq/netmq/issues/751#issuecomment-463527723, or mute the thread https://github.com/notifications/unsubscribe-auth/AKWhGkFNAS6tA7YWO9Yi-Ha-UmreB_qNks5vNRYFgaJpZM4V6B9K .
This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.
Posting comment to keep this current.
Cool, it will actually come soon, but initially without UDP. Client-Server pull request is almost ready
@macaba radio/dish is merged to master. No UDP yet. Will release a pre-prelease after some docs update.
Thanks @somdoron. Is UDP implemented now?
UDP on pub sub sockets would rock! That would remove a lot of latency im data distribution.
bump!
Ping.
Hi, are there any updates on the status of the UDP Radio/Dish implementation?