async-tcp-client topic

List async-tcp-client repositories

AsyncHTTPRequest_Generic

90
Stars
29
Forks
Watchers

Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2,...

TcpClientServerApp

40
Stars
9
Forks
Watchers

Sample asynchronous protocol-based TCP client and server apps using C++ and Boost::Asio

AsyncWebServer_RP2040W

23
Stars
6
Forks
Watchers

Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries fo...

AsyncHTTPSRequest_Generic

18
Stars
4
Forks
Watchers

Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720...

AsyncTCP_SSL

20
Stars
7
Forks
Watchers

Asynchronous SSL TCP Library for ESP32, ESP32_C3, ESP32_S2, ESP32_S3. This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest

AsyncWebServer_WT32_ETH01

16
Stars
4
Forks
Watchers

This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChu...