resourcepool / ssdp-client

The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Apache License 2.0
53 stars 21 forks source link

No services are discovered on Windows #26

Closed HeikoBornholdt closed 2 years ago

HeikoBornholdt commented 3 years ago

The "Discover all SSDP services" example does not find any services under Windows. The same code on the same network on the same computer finds services under macOS.

I checked the SSDP traffic with Wireshark and could not find any problems. It looks like the MulticastSocket ignores the unicast "HTTP/1.1 200 OK" messages.

KevinRoebert commented 3 years ago

Same problem here. Under Windows, no services were found.

If I test the same code on the same machine but under elementary OS 5.1 Hera it finds services.

loicortola commented 2 years ago

Hello All! Interesting issue. I wonder how I could change it, has anyone tried a workaround? I do not have a Windows setup around so it's hard to test.

I'd be happy to merge PRs on that topic. @KevinRoebert? @heikobornholdt ?

loicortola commented 2 years ago

Closed due to inactivity

smalldevcloud commented 7 months ago

Same problem. Works on android, but not on Windows