You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: