This is a fully asynchronous TCP library, aimed at enabling trouble-free, multi-connection network environment for Espressif's ESP32 MCUs.
This library is a base for ESPAsyncWebServer
It's a forked version of the original ESP32 AsyncTCP library with missing AsyncTCPBuffer class added to make it API-compatible with ESP8266 ESPAsyncTCP library
- Download the latest master source code as a .zip file
- In the Arduino IDE, import the
.zip
file by navigating to Sketch → Include Library → Add .ZIP Library