-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Implement DNS-SD to be seen as a bonjour service #458
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
Comments
This is necessary for OTA integration into the IDE by the way. |
See https://github.com/TrippyLighting/EthernetBonjour Bonjour (ZeroConf) Library for Arduino which does mDNS (registering services) and DNS-SD (service discovery). According to the description, the newest revised code replaces all direct hardware calls to the W5100 chip with calls to EthernetUDP methods. This will provide much better adaptability to different Ethernet hardware. Also see http://gkaindl.com/software/arduino-ethernet/bonjour |
Someone seems to have done it at me-no-dev@1d51c35 although it did not work for me testing with the supplied test sketch and OS X 10.9. Safari doesn't show esp8266 in the Bonjour bookmarks. Also, Bonjour Browser doesn't show an entry. But I can successfully open http://esp8266.local. now. |
with the patch above, Zeroconf Browser on Android could finally see my esp8266 device! |
Hi, can someone help me? how can i make the Zeroconf Browser see my esp8266? |
This works for me. Can add it under the similar line for the OTA service, in the OTA sketch.
|
Thanks a lot... really thanks. |
As per #7 (comment) "to be seen as a bonjour service we need to support DNS-SD, not just bare mDNS. DNS-SD may be implemented on top of mDNS".
The text was updated successfully, but these errors were encountered: