Skip to content

Files

Latest commit

f547349 · Aug 1, 2020

History

History
15 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 561 Bytes

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