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

UDP Multicast doesn't work on MacOS #476

Open
ihilt opened this issue Oct 27, 2023 · 1 comment
Open

UDP Multicast doesn't work on MacOS #476

ihilt opened this issue Oct 27, 2023 · 1 comment

Comments

@ihilt
Copy link
Contributor

ihilt commented Oct 27, 2023

In particular, these commands:

sudo ifconfig lo multicast
sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev lo

fail since lo does not exist.

Changing lo to lo0 made further progress but route does not appear to have a netmask specifier. The following was accepted:

sudo route -nv add -net 224.0.0.0 -interface lo0

However the LCM self test continued to fail.

@SuryaB1
Copy link

SuryaB1 commented Apr 7, 2024

I am encountering the same issue.

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

2 participants