AsyncTCP icon indicating copy to clipboard operation
AsyncTCP copied to clipboard

Async TCP Library for ESP32

Results 45 AsyncTCP issues
Sort by recently updated
recently updated
newest added

Hello there :) Have you considered submitting this library to the official Arduino Library Registry? (https://github.com/arduino/library-registry) That way, this library could easily be installed in the Arduino IDE via the...

stale

Board: ESP32-S3-WROOM-1 Arduino-ESP32: v4.4.1-1-gb8050b365e After a day or so of TCP requests (sending temperature and getting temperature as a response) every ~10 minutes I get a "Guru Meditation Error: Core...

stale

Source files are headed with copyright notices that claim both LGPL, and "All Rights Reserved." "All Rights Reserved" is an antique legal term that [hasn't had legal meaning since 2000](https://en.wikipedia.org/wiki/All_rights_reserved#Obsolescence)....

Hi, Currently, the [library page](https://registry.platformio.org/libraries/me-no-dev/AsyncTCP) in the PlatformIO Registry doesn't contain any quick start projects for developers. Such examples serve both to highlight widespread use cases and to help newcomers...

This is a tentative PR to replace #43 to account for the significant restructuring that was made on master since that PR. This still only has client-side TLS support. More...

This pull request chiefly incorporates several critical improvements made by Bmooj which never made it to the master branch­. I have been using this fork of AsyncTCP for months now...

requirementos to register in arduino library manager https://github.com/arduino/library-registry/blob/main/FAQ.md#submission-requirements

In order to avoid #error "include FreeRTOS.h" must appear in source files before "include semphr.h" semphr.h which located in include/freertos/freertos/semphr.h:74:3, "freertos/FreeRTOS.h" library has to be included. PlatformIO on ubuntu-latest