SoftAp with Domain Name
Posted: Fri May 25, 2018 4:12 am
Hello,
Is there an ESP-IDF example for a webserver with a domain name in SoftAP mode?
The examples I found use the IP address to access the webserver.
Couldn't find any using a domain name as www.xxx.com.
I suppose I need a DNS server running on the SoftAP to do a redirect to the ESP32 IP address. But I haven't found the way to do it.
I am porting an existing system to ESP32, and the domain name is fixed (www.sensor.com) so I don't think I can use mDNS as it would need to be changed to xxx.local.
Any link to examples or directions on how to do this would be welcome.
Thanks,
Franck.
Is there an ESP-IDF example for a webserver with a domain name in SoftAP mode?
The examples I found use the IP address to access the webserver.
Couldn't find any using a domain name as www.xxx.com.
I suppose I need a DNS server running on the SoftAP to do a redirect to the ESP32 IP address. But I haven't found the way to do it.
I am porting an existing system to ESP32, and the domain name is fixed (www.sensor.com) so I don't think I can use mDNS as it would need to be changed to xxx.local.
Any link to examples or directions on how to do this would be welcome.
Thanks,
Franck.