Mike Dunston f9e107cc52 Update AsyncClient::errorToString for esp-lwip constants
fix #45 by switching from hardcoded values to use the esp-lwip err enum constants
2019-06-25 06:02:52 -07:00
2019-06-22 17:42:46 +02:00
2019-06-22 17:42:46 +02:00
2017-09-08 13:07:27 +03:00
2019-06-23 10:02:01 +02:00
2017-09-08 13:04:57 +03:00
2017-09-08 13:07:27 +03:00

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.

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