public-Homekit_Split/001-homekit_hub/lib/AsyncTCP-esphome@2.0.0/README.md
Zygfryd Homonto 5f1b6cd8f0 public
2024-07-20 21:58:04 +01:00

1.3 KiB

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.