forked from khoih-prog/WebServer_WT32_ETH01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
30 lines (30 loc) · 1.06 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "WebServer_WT32_ETH01",
"version": "1.3.0",
"keywords": "WebServer, Ethernet, MQTT, MQTTS, HTTP, HTTPS, SSL, Arduino, ESP32, LAN8720, WT32-ETH01, HTTP-Client, WebSocket-Client, MQTT-Client, server, client, websocket, LittleFS, SPIFFS, ThingStream",
"description": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet. The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS.",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/WebServer_WT32_ETH01"
},
"homepage": "https://github.com/khoih-prog/WebServer_WT32_ETH01",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[],
"frameworks": "*",
"platforms": "espressif32",
"examples": "examples/*/*/*.ino"
}