You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Youen Toupin
8778a57189
|
3 years ago | |
---|---|---|
.. | ||
.github | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 3 years ago | |
CMakeLists.txt | 3 years ago | |
Kconfig.projbuild | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
component.mk | 3 years ago | |
library.json | 3 years ago | |
library.properties | 3 years ago |
README.md
AsyncTCP
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 the base for ESPAsyncWebServer
AsyncClient and AsyncServer
The base classes on which everything else is built. They expose all possible scenarios, but are really raw and require more skills to use.