ESPAsyncTCP
Async TCP library
A TCP networking library for ESP8266 microcontrollers, providing an asynchronous framework for building networked applications.
Async TCP Library for ESP8266
758 stars
65 watching
396 forks
Language: C++
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
me-no-dev/asynctcp | An asynchronous TCP library designed to simplify network programming on ESP32 devices with multiple connections. | 732 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
allenxuxu/gev | A lightweight, non-blocking TCP network library that supports custom protocols and high-performance event-driven networking. | 1,727 |
raburton/esp8266 | A collection of software components and libraries for the ESP8266 microcontroller. | 183 |
ef-gy/cxxhttp | A C++ library implementing an asynchronous HTTP server and client. | 25 |
dvlsg/async-csp | An implementation of Communicating Sequential Processes using ES2016's async/await syntax. | 317 |
paulrademacher/asyncpp | A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
jczic/xasyncsockets | A library that provides efficient and managed asynchronous socket functionality for Python/MicroPython | 40 |
ssokol/esp8266 | Provides a WiFi library and sample code for connecting to an ESP8266 module and establishing communication | 112 |
tmenier/asyncpoco | A .NET micro-ORM with asynchronous API and cross-platform support. | 127 |
vapor-community/sockets | A non-blocking TCP socket layer with event-driven server and client | 575 |
chronoxor/cppserver | An ultra fast and low latency asynchronous socket server & client C++ library with support for multiple protocols. | 1,429 |
yesco/esp-lisp | A small, fast Lisp interpreter for the ESP8266 microcontroller | 257 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |