-
Notifications
You must be signed in to change notification settings - Fork 397
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
Comments
I am encountering the same issue. |
If you don't specify a netmask, sudo route -nv add -net 224.0.0.0/4 -interface lo0 You can verify it's working with
|
Can confirm that Seems by default, my mac already had an entry for
I just had to remove the
|
Seems closely related to #60 |
In particular, these commands:
fail since
lo
does not exist.Changing
lo
tolo0
made further progress butroute
does not appear to have anetmask
specifier. The following was accepted:However the LCM self test continued to fail.
The text was updated successfully, but these errors were encountered: