mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 03:40:40 +08:00
12 lines
704 B
Markdown
12 lines
704 B
Markdown
# AsyncTCP
|
|
Async TCP Library for ESP32 Arduino
|
|
|
|
[](https://gitter.im/me-no-dev/ESPAsyncWebServer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
|
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](https://github.com/me-no-dev/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.
|