Hi !
Do you have an idea when DNSServer & WebServer will be embedded?
regards
Dominik
when the issues we currently have with the network are fixed upstream
Hi !
Did you knw when the network issues are done?
Or do you have to wait for the ESP-IDF 1.0 release to finish this stuff?
regards
Dominik
That's currently in backlog. With some luck, we will get these issues fixed in 1.0.
Any updates on WiFiServer? Really need this ;-)
@josmunpav did you try this example? SimpleWiFiServer.ino
Hi Jorgen, in the end I moved to mongoose as both http server and client. More versatile, well documented and working like a charm on the ESP32. Learning curve is harder than the standard Arduino WiFi classes but I think is worth it if your application is complex
Thanks anyway
DNSServer can be copied from esp8266 to esp32 and it works (change esp8266 to esp32 in definition for no warning)
for WebServer I currently use https://github.com/bbx10/WebServer_tng while waiting for an official version
I am a bit late to this party, but I use https://github.com/me-no-dev/ESPAsyncWebServer with good results.
Most helpful comment
Any updates on WiFiServer? Really need this ;-)