-
Notifications
You must be signed in to change notification settings - Fork 146
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
Windows discovering avahi #40
Comments
Could you drop a piece of code? |
I'm using pretty simple code:
I could link a wireshark but it would be empty because it seems like the initial mdns query is never sent across the wire. Even doing a TCP dump on the device itself doesn't show anything. I dug a little deeper and traced the query sending all the way to dgram.js which seems to say it successfully sent the 46 bytes without error though nothing still shows up. |
I'm going to close this. It seems to be with multicast-dns that is being used that doesn't currently support multiple interfaces. |
I have a linux machine running the avahi-daemon service that I am trying to discover with my windows 10 machines using this bonjour plugin. I seem to be having issues when using a windows 10 tablet (Surface Pro). The bonjour plugin isn't able to find any services whereas if I run bonjour browser (https://hobbyistsoftware.com/bonjourbrowser) the bonjour services are visible. I originally thought this might be a firewall issue but if the bonjour browser is discovering them I would think otherwise.
It also doesn't seem to be specifically windows 10 related as I have other windows 10 machines that are working just fine. This happens on multiple different Surface Pro tablets as well.
Any ideas?
The text was updated successfully, but these errors were encountered: