This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
52 lines (52 loc) · 1.56 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name":"AsyncDNSServer_WT32_ETH01",
"version": "1.0.0",
"description":"Fully Asynchronous DNS Server Library for WT32_ETH01 or ESP32-based boards using LwIP LAN8720 Ethernet. This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_WT32_ETH01, AsyncHTTPRequest_WT32_ETH01, AsyncHTTPSRequest_WT32_ETH01",
"keywords":"communication, data, async, udp, ntp, time, time-server, server, client, multicast, broadcast, webserver, esp32, esp32-s2, esp32-c3, lan8720, lan8720a, lwip, udp-server, udp-multicast-server",
"authors":
[
{
"name": "Develo",
"url": "https://github.com/devyte"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01"
},
"homepage": "https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WebServer_WT32_ETH01",
"version": "^1.5.1",
"platforms": "espressif32"
},
{
"owner": "khoih-prog",
"name": "AsyncUDP_WT32_ETH01",
"version": "^2.1.0",
"platforms": "espressif32"
}
],
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": ["espressif32"],
"examples": "examples/*/*/*.ino",
"headers": [ "AsyncDNSServer_WT32_ETH01.h", "AsyncDNSServer_WT32_ETH01.hpp" ]
}