-
Notifications
You must be signed in to change notification settings - Fork 41
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
autodiscovery #7
Comments
Hi Vincent, |
Well, I'm working on a nodejs version which used to function with standard Ssdp stuff including port 1900, but encounter sudden issues.. Not sure whether it's my wifi, updates from Phillips to the apps, updates from apple, or otherwise... Still trying to figure it out.. Will let you know when I've resolved the issue. It's unfortunate that I don't possess real capture of the Ssdp packet and description.xml from a proper hue bridge Met vriendelijke groet, Vincent Gijsen
|
Hi Vincent, The description.xml from a proper bridge is documented on the developers portal: I did toy with the idea of including it in the emulator at one point, but I wasn't sure if it would add much value (and in any case I seem to recall it was pretty hard to do). The bridge M-SEARCH result is pretty much the same as in the UPNPServer.java (line 41) Hope this helps. |
hi steve, thanks for the reply, still haven't figured out why it wont work, but everywhere is reed, it port 1900 https://raw.githubusercontent.com/Burgestrand/hue-api/master/content/api/discovery.md the strange thing is, I receive the M-search messages from my phone, and reply to them, but the app doesn't respond... |
Hi Steve, just to confirm, i've got my auto discovery working, port 1900
|
Hello Steve, I submitted a pull request with some code to help autodiscovery. check it out. [Edit] Also it looks as issue 13 is related to autodiscovery. Thanks |
Are you sure this is correct in you auto discovery:
line 14, port 1901, SSDP is about port 1900, ..?
The text was updated successfully, but these errors were encountered: