esp32_https_server
esp32_https_server copied to clipboard
is there a way to get a "client stream" to work with aWOT?
I would like to operate a web server based on aWot (https://github.com/lasselukkari/aWOT) that is capable of both WiFi and Ethernet HTTPS.
aWOT uses streams for communication, (https://github.com/lasselukkari/aWOT/issues/89#issuecomment-749274842).
I know that WifiClient is not supported in esp32_https_server (https://github.com/fhessel/esp32_https_server_compat/issues/4#issuecomment-718863563), maybe there is another solution?
Unfortunately, my knowledge is too limited to find a solution myself.
Thanks for any help.