te0
te0
How to send HTML page from a Web Server asynchronously in ESP-IDF?
I thought about sending back the page with a socket because in the documentation it says :httpd_start(): Creates an instance of HTTP server [...]. The server has both, a listening socket (TCP) for HTTP traffic, and a control socket (UDP) for control signals, which are selected in a round robin fashion in the server task loop
11 replies