fishy-wifi icon indicating copy to clipboard operation
fishy-wifi copied to clipboard

Switch to AsyncWebserver - Laying the groundwork for SSL

Open Eroc33 opened this issue 6 years ago • 1 comments

I'm somewhat assuming that the most likely way to get https on the esp32 is AsyncWebserver (Whenever they actually implement SSL for the esp32 port of ESPAsyncTCP).

This doesn't seem to impact performance particularly, and even though it doesn't give us SSL at this time it gives a few neat features to play with in the future, such as web-socket server and client which might be useful for streaming data either to the web interface, or data logging services.

Eroc33 avatar Dec 04 '17 21:12 Eroc33

Looks super neat! And we're most of the way to closing #14 - we already have a favicon.ico file! https://github.com/hamishcunningham/fishy-wifi/blob/master/ardesp/waterelf/data/favicon.ico

layerzerolabs avatar Dec 04 '17 22:12 layerzerolabs