vehicle-monitor/ESP32/3rdparty/AsyncTCP
2022-03-12 12:21:38 +01:00
..
.github Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
src Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
.gitignore Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
.travis.yml Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
CMakeLists.txt Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
component.mk Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
Kconfig.projbuild Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
library.json Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
library.properties Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
LICENSE Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00
README.md Added AsyncTCP and ESPAsyncWebServer from https://github.com/me-no-dev/ 2022-03-12 12:21:38 +01:00

AsyncTCP

Build Status Codacy Badge

Async TCP Library for ESP32 Arduino

Join the chat at https://gitter.im/me-no-dev/ESPAsyncWebServer

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.