ESP32 OTA over many forms with support of cryptography (AES-256 CBC)!
All folders contain an explanation/example file (README.md) to help you to use the specific protocol/bus.\
WiFi library: WiFi
Ethernet library: ETH
- All methods support WiFi or Ethernet.
- Crypted functions use AES-256 CBC.
- This library is made 100% in IDF (v4.0).
- OTA over HTTP (Web Server HTML).
- OTA over MQTT.
- OTA over TCP.
- OTA over UART.
- OTA over SD Card (SDMMC).