public-Homekit_Split/001-homekit_hub/lib/AsyncTCP-esphome@2.0.0
Zygfryd Homonto 5f1b6cd8f0 public
2024-07-20 21:58:04 +01:00
..
.github public 2024-07-20 21:58:04 +01:00
src public 2024-07-20 21:58:04 +01:00
.gitignore public 2024-07-20 21:58:04 +01:00
.piopm public 2024-07-20 21:58:04 +01:00
.travis.yml public 2024-07-20 21:58:04 +01:00
CMakeLists.txt public 2024-07-20 21:58:04 +01:00
component.mk public 2024-07-20 21:58:04 +01:00
Kconfig.projbuild public 2024-07-20 21:58:04 +01:00
library.json public 2024-07-20 21:58:04 +01:00
LICENSE public 2024-07-20 21:58:04 +01:00
README.md public 2024-07-20 21:58:04 +01:00

AsyncTCP

Build Status Codacy Badge

A fork of the AsyncTCP library by @me-no-dev for ESPHome.

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.