能源管控程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
pry 044e79b922 any 2 年前
..
.github any 2 年前
src any 2 年前
.gitignore any 2 年前
.piopm any 2 年前
.travis.yml any 2 年前
CMakeLists.txt any 2 年前
Kconfig.projbuild any 2 年前
LICENSE any 2 年前
README.md any 2 年前
component.mk any 2 年前
library.json any 2 年前
library.properties any 2 年前

README.md

AsyncTCP

Build Status Codacy Badge

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.