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

Add support for UDP multicast #83

Open
jeremyroy opened this issue Sep 15, 2022 · 2 comments
Open

Add support for UDP multicast #83

jeremyroy opened this issue Sep 15, 2022 · 2 comments

Comments

@jeremyroy
Copy link

Some sensors publish UDP data to multicast addresses (e.g. 224.0.2.2). It would be nice if the udp_driver could intercept multicast traffic and forward it to topic /udp_read.

Example implementation:
https://www.boost.org/doc/libs/1_35_0/doc/html/boost_asio/example/multicast/receiver.cpp

@jeremyroy jeremyroy changed the title Add support for multicast Add support for UDP multicast Sep 15, 2022
@JWhitleyWork
Copy link
Contributor

Please consider creating a PR to add this feature.

@johannesn
Copy link

I created a pull request for this feature. If you still need this functionality, feel free to use my code.

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

3 participants