Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/me-no-dev/AsyncTCP
Async TCP Library for ESP32
https://github.com/me-no-dev/AsyncTCP
Last synced: 8 days ago
JSON representation
Async TCP Library for ESP32
- Host: GitHub
- URL: https://github.com/me-no-dev/AsyncTCP
- Owner: me-no-dev
- License: lgpl-3.0
- Created: 2017-09-08T10:04:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T06:08:24.000Z (4 months ago)
- Last Synced: 2024-07-12T07:28:37.924Z (4 months ago)
- Language: C++
- Size: 82 KB
- Stars: 692
- Watchers: 47
- Forks: 413
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AsyncTCP
[![Build Status](https://travis-ci.org/me-no-dev/AsyncTCP.svg?branch=master)](https://travis-ci.org/me-no-dev/AsyncTCP) ![](https://github.com/me-no-dev/AsyncTCP/workflows/Async%20TCP%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2f7e4d1df8b446d192cbfec6dc174d2d)](https://www.codacy.com/manual/me-no-dev/AsyncTCP?utm_source=github.com&utm_medium=referral&utm_content=me-no-dev/AsyncTCP&utm_campaign=Badge_Grade)### Async TCP Library for ESP32 Arduino
[![Join the chat at https://gitter.im/me-no-dev/ESPAsyncWebServer](https://badges.gitter.im/me-no-dev/ESPAsyncWebServer.svg)](https://gitter.im/me-no-dev/ESPAsyncWebServer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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](https://github.com/me-no-dev/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.