beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

would like to have the STA address broadcasted via MDNS #21

Open monteslu opened 9 years ago

beckdac commented 9 years ago

Can you describe the use case?

monteslu commented 9 years ago

Currently it is difficult to know what the dynamic IP of your device is. If an MDNS broadcast was being sent out, apps that wish to connect to the device could find it by service name.

Things like Chromecast, and wireless printers, and other headless devices commonly use this pattern.

beckdac commented 9 years ago

Are you aware of any other ESP8266 implementations I could grab code from for this?

monteslu commented 9 years ago

This might work: https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/ESP8266mDNS/examples/mDNS_Web_Server/mDNS_Web_Server.ino

beckdac commented 8 years ago

Not the first time this has been useful.