Skip to content
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

[Question] Any plan to support UDP protocol? #909

Open
hyunseok-yang opened this issue Jun 26, 2020 · 9 comments
Open

[Question] Any plan to support UDP protocol? #909

hyunseok-yang opened this issue Jun 26, 2020 · 9 comments

Comments

@hyunseok-yang
Copy link

Environment

NetMQ Version:  NetMQ.4.0.0.207
Operating System:  Ubuntu 18.04
.NET Version:    Net 4.0x (@Unity3D)

Expected behaviour

Support UDP

Actual behaviour

NOT Support UDP

Steps to reproduce the behaviour

I've tried to utilize a UDP protocol with NetMQ but it says NOT support UDP as document says.

But, I'd like to know if there is any plan to enhance UDP

@somdoron
Copy link
Member

NetMQ is not yet supporting UDP. But Radio/Dish is already here...
If you would like to contribute that I can help guide you. The UDP protocol is pretty simple to add.
I can direct you to the exact code that needs to be ported from Libzmq. I don't think it is a lot of work.

@hyunseok-yang
Copy link
Author

@somdoron
What I'm trying to do is publishing or subscribing message through UDP protocol.
So Radio/Dish message pattern(?) seems not working on my own project.

May I ask why NetMQ does not support UDP? Any technical issue or history in terms of this protocol?

I tried forking project and code somewhere but it is not a way I want.
Actually, I just want to use binary library from NuGet which supports UDP :)

@stevehayles
Copy link

+1 for UDP support for the Radio/Dish sockets! It would be a really fantastic addition to the library

@dxdjgl
Copy link
Contributor

dxdjgl commented Aug 29, 2020

@somdoron could you point to the exact code in here then somebody might pick up the task?
I was just trying out something but I ran into this issue, somdoron/AsyncIO#39
Maybe I was completely of track.

@stale
Copy link

stale bot commented Apr 17, 2022

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 stale bot added the stale label Apr 17, 2022
@ngravic
Copy link

ngravic commented May 9, 2023

Hi, I would like to contribute to this issue. @somdoron can you guide me?

@stale stale bot removed the stale label May 9, 2023
@hyunseok-yang
Copy link
Author

Hi, I would like to contribute to this issue. @somdoron can you guide me?

Hello, Have you started the work for this issue?

@ngravic
Copy link

ngravic commented Jul 12, 2024

Hi, I would like to contribute to this issue. @somdoron can you guide me?

Hello, Have you started the work for this issue?

No sir, I have it pending

@hyunseok-yang
Copy link
Author

Hi, I would like to contribute to this issue. @somdoron can you guide me?

Hello, Have you started the work for this issue?

No sir, I have it pending

Thanks for reply..

I was looking for the other protocol which is faster than TCP especially inside same machine. for example, UDP or IPC...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants