hamishcunningham / fishy-wifi

Scripts, notes and the odd subaquatic gizmo for the ESP8266 and what-have-you.
GNU Affero General Public License v3.0
25 stars 13 forks source link

Switch to AsyncWebserver - Laying the groundwork for SSL #25

Open Eroc33 opened 6 years ago

Eroc33 commented 6 years ago

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.

layerzerolabs commented 6 years ago

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