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

Can't send UDP data to Multicast IP address #172

Open
CoderMad opened this issue May 4, 2021 · 2 comments
Open

Can't send UDP data to Multicast IP address #172

CoderMad opened this issue May 4, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@CoderMad
Copy link

CoderMad commented May 4, 2021

I have configured the UDP Custom Device for my project where the receiving IP (target) is multicast receiver. But, after deploying the project to target I could see an error in Error code Message channel. I have attached the error code in the attachment, please let me know if there is any fix or workaround available for this issue.

Regards,
Madan Mohan
Capture

@bogdanp-ni
Copy link
Contributor

Hi @CoderMad,

Sure, we'll take a look. I haven't seen this error before, so unfortunately I cannot offer a good workaround yet.

@CoderMad
Copy link
Author

Hi @bogdanp-ni,
I have reviewed the source code shared in this repo. I think in the Engine configuration part, you guys are using Protocols.lvlibp library for all the protocol level APIs. I think for the multicast transmission we might need to use 'UDP Multicast Open' instead of 'UDP open' in the initialization part (attached image below) based on the validation of the target IP range (224.0.0.0 through 239.255.255.255 for multicast). Due to this issue we couldn't able to transfer UDP data to Multicast addresses. Can you guys please check on this aspect and provide us a fix or any alternative workaround?

--Madan Mohan
UDP_Open

@PaulDanH PaulDanH added the enhancement New feature or request label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants