Guillermo Ruffino bfcba1f344 Merge pull request #1 from mmakaay/master
Better fix for "ack timeout 4" client disconnects.
2021-05-09 19:10:19 -03:00
2019-10-02 20:01:46 +03:00
2021-05-06 00:41:06 +02:00
2019-10-02 11:51:39 +03:00
2017-09-08 13:07:27 +03:00
2021-04-11 19:09:48 +02:00
2017-09-08 13:04:57 +03:00
2019-10-14 12:46:34 +02: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.

S
Description
Async TCP Library for ESP32
Readme
588 KiB
Languages
C++ 99.6%
CMake 0.2%
Makefile 0.2%