netmq icon indicating copy to clipboard operation
netmq copied to clipboard

RADIO/DISH support

Open macaba opened this issue 6 years ago • 11 comments

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.

macaba avatar Aug 13 '18 07:08 macaba

I am also very interested in radio/diah via udp. For c++ it seems to work fine.

awb99 avatar Feb 13 '19 15:02 awb99

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.

somdoron avatar Feb 14 '19 07:02 somdoron

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 .

awb99 avatar Feb 14 '19 08:02 awb99

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.

stale[bot] avatar May 14 '20 14:05 stale[bot]

Posting comment to keep this current.

macaba avatar May 15 '20 13:05 macaba

Cool, it will actually come soon, but initially without UDP. Client-Server pull request is almost ready

somdoron avatar May 15 '20 13:05 somdoron

@macaba radio/dish is merged to master. No UDP yet. Will release a pre-prelease after some docs update.

somdoron avatar May 27 '20 06:05 somdoron

Thanks @somdoron. Is UDP implemented now?

aditya-krish avatar Jan 12 '21 13:01 aditya-krish

UDP on pub sub sockets would rock! That would remove a lot of latency im data distribution.

bump!

LucasMoskun avatar Apr 05 '21 07:04 LucasMoskun

Ping.

Svisstack avatar Jul 05 '21 16:07 Svisstack

Hi, are there any updates on the status of the UDP Radio/Dish implementation?

hummlj avatar Mar 07 '23 16:03 hummlj