PowerAnalyzer/.piolibdeps/AsyncTCP_ID1826
Carsten Schmiemann 0748877113 Update gitignore 2018-08-29 00:24:09 +02:00
..
src Update gitignore 2018-08-29 00:24:09 +02:00
travis Update gitignore 2018-08-29 00:24:09 +02:00
.library.json Update gitignore 2018-08-29 00:24:09 +02:00
.travis.yml Update gitignore 2018-08-29 00:24:09 +02:00
LICENSE Update gitignore 2018-08-29 00:24:09 +02:00
README.md Update gitignore 2018-08-29 00:24:09 +02:00
component.mk Update gitignore 2018-08-29 00:24:09 +02:00
library.json Update gitignore 2018-08-29 00:24:09 +02:00
library.properties Update gitignore 2018-08-29 00:24:09 +02:00

README.md

AsyncTCP

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.