Enthernet Code
DIIDevHeads IoT Integration Server
•Created by te0 on 7/30/2024 in #edge-networking
How to send HTML page from a Web Server asynchronously in ESP-IDF?
In the ESP-IDF's HTTP server component, the
httpd_start()
function sets up both a listening TCP
socket for handling HTTP
traffic and a control UDP
socket for internal control signals. However, for serving HTTP
responses, including HTML
pages, you typically interact with the HTTP
request and response structure provided by the server rather than directly managing sockets @te011 replies