ESP32-MiniWebRadio icon indicating copy to clipboard operation
ESP32-MiniWebRadio copied to clipboard

mDNS name in local network

Open kpbicka opened this issue 2 years ago • 5 comments

Hello, Wolle!

It would be very convenient to open the radio page in the browser always with one link, for example, miniwebradio.local, because the device periodically receives a new address from DHCP. To avoid this problem, there is a multicast DNS (mDNS) protocol resolves hostnames to IP addresses within small networks that do not include a local name server. It is a zero-configuration service, using essentially the same programming interfaces, packet formats and operating semantics as unicast Domain Name System (DNS).

Some other projects on ESP microcontroller have mdns support.

Please include this request in the list of future tasks. Thank you very much for the development of this project and its support.

kpbicka avatar Aug 29 '23 19:08 kpbicka

This is a good idea, I have added mDNS (dev branch for now) and will be released in master soon. MiniWebRadio is then visible in Bonjur browser (Avahi in Linux). image

schreibfaul1 avatar Aug 30 '23 07:08 schreibfaul1

Dear Wolle! Thank you for support!

kpbicka avatar Aug 30 '23 07:08 kpbicka

Hi, how to use this? I write "miniwebradio.local" in Firefox address bar, but nothing is happen. Thanks!

kerat71 avatar Oct 10 '23 10:10 kerat71

Hi, how to use this? I write "miniwebradio.local" in Firefox address bar, but nothing is happen. Thanks!

http://miniwebradio.local works fine

Screenshot 2023-10-10 at 19 29 48

kpbicka avatar Oct 10 '23 16:10 kpbicka

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jan 06 '24 02:01 github-actions[bot]