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

Broadcast to 239.255.255.250 isn't working? #11

Open
Phoenix7351 opened this issue Oct 4, 2018 · 0 comments
Open

Broadcast to 239.255.255.250 isn't working? #11

Phoenix7351 opened this issue Oct 4, 2018 · 0 comments

Comments

@Phoenix7351
Copy link

This is driving me crazy. I'm trying to build a network scanner--including finding UPnP devices. I have tried SwiftSSDP and other libraries and I'm getting back nothing even though I know I have PnP devices on my network (I can broadcast from my laptop, for instance, and get responses).

The irritating this is, I'm watching traffic on Wireshark, and never seeing a broadcast from my phone to 239.255.255.250. Again, broadcasting from my laptop I can see this broadcast.

I have gone so far as to manually try implementing SSDP myself through CocoaAsyncSocket. If I broadcast to 255.255.255.255, I can see the packet, but I don't get a response (obviously because SSDP protocol is listening on 255.255.255.255). If I broadcast to 239.255.255.250, as SwiftSSDP is rightly doing, no packet shows up.

Is SwiftSSDP still working for everyone else?

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

1 participant