I have no idea where to begin or where to look for this, so I'm hoping to get pointed in the right direction.
I've built a Raspberry Pi 4 that has a web server on it. It spins up a WiFi network using hostapd. Users connect to the network and navigate to the website running on it.
Right now, users can connect by IP address but the server's name doesn't resolve. For example, I connect to network with my iPhone. I want to navigate to web server on the Pi via http://webserver.
What is a good way to acheive this? A DNS server? DHCP? Something else?
mDNS
that's totally different fromdnsmasq
. – MatsK Jan 03 '23 at 20:54