Skip to content

Forked version of the original AsyncTCP library with missing AsyncTCPBuffer class added to make it API-compatible with ESPAsyncTCP library

License

Notifications You must be signed in to change notification settings

gerald-guiony/AsyncTCP

 
 

Repository files navigation

AsyncTCP

ESP32

Async TCP Library for ESP32 Arduino

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

Installing Async TCP Library

  1. Download the latest master source code as a .zip file
  2. In the Arduino IDE, import the .zip file by navigating to Sketch → Include Library → Add .ZIP Library

About

Forked version of the original AsyncTCP library with missing AsyncTCPBuffer class added to make it API-compatible with ESPAsyncTCP library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • Other 0.4%