esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

is there a way to get a "client stream" to work with aWOT?

Open ArminPP opened this issue 4 years ago • 0 comments

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.

ArminPP avatar Jun 18 '21 05:06 ArminPP