-
Notifications
You must be signed in to change notification settings - Fork 173
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
Any luck with Windows? #69
Comments
Personally, I have never tested this library on windows. Edit: do not know whether windows firewall might play a role here. |
I met the same issue on Windows 10, it seems Windows socket did not receive multicast packet from server. I replace UDP connection function net.ListenUDP() to net.ListenMulticastUDP() with a specific interface and it works. |
Yeah, that works for me too. Thanks for the feedback! |
Seems like the UDP packet is never sent when running on a Windows platform (works fine with an RPi). Anyone aware of issues regarding Windows?
I'm using Wireshark to try and capture the packets, but there is nothing.
The text was updated successfully, but these errors were encountered: