/esp32-ota

ESP32 IDF OTA over many forms with support of cryptography (AES-256 CBC)!

Primary LanguageC++MIT LicenseMIT

ESP32 Ultimate OTA

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).