sprlightning / ESPAsyncWebServer

This lib is designed to include ESPAsyncWebSrv, because there just have ESPAsyncWebSrv on Arduino, some other libs may still use the old one, so they need to to be inluded by this lib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPAsyncWebServer

This lib is designed to include ESPAsyncWebSrv, because there just have ESPAsyncWebSrv on Arduino, but some other libs may still use the old one, so they need to to be inluded by this lib.

How to use? Just download my code in .ZIP format, and use the "import .zip lib" function in Arduino.

Async HTTP and WebSocket Server for ESP8266 Arduino

For ESP8266 it requires ESPAsyncTCP To use this library you might need to have the latest git versions of ESP8266 Arduino Core

For ESP32 it requires AsyncTCP to work To use this library you might need to have the latest git versions of ESP32 Arduino Core

About

This lib is designed to include ESPAsyncWebSrv, because there just have ESPAsyncWebSrv on Arduino, some other libs may still use the old one, so they need to to be inluded by this lib.

License:GNU General Public License v3.0


Languages

Language:C 76.7%Language:C++ 23.3%