obrain17 a924420b93 Fix Issue that connect() did not work with DNS
Add additional code to "bool AsyncClient::connect(const char* host, uint16_t port)" and "static void _handle_async_event(lwip_event_packet_t * e)".
Async Service task and queue had not yet been started and "LWIP_TCP_DNS" had no handler defined, so "_tcp_dns_found" called by "dns_gethostbyname" ran into an error.
2019-06-29 17:43:43 +02: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%