-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RADIO/DISH support #751
Comments
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. 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 ***@***.*** 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
<#751 (comment)>, 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? |
bump! |
Ping. |
Hi, are there any updates on the status of the UDP Radio/Dish implementation? |
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.
The text was updated successfully, but these errors were encountered: