This repository was archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
46 lines (46 loc) · 1.33 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
{
"name":"AsyncUDP_ESP32_SC_W6100",
"version": "2.1.0",
"description":"Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W6100 Ethernet. The library is easy to use and includes support for Unicast, Broadcast and Multicast environments",
"keywords":"communication, data, async, udp, ntp, time, time-server, server, client, multicast, broadcast, webserver, esp32, esp32-s3, esp32-s2, esp32-c3, W6100, lwip, udp-server, udp-multicast-server",
"authors":
[
{
"name": "Hristo Gochkov",
"url": "https://github.com/me-no-dev"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100"
},
"homepage": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WebServer_ESP32_SC_W6100",
"version": "^1.2.1",
"platforms": "espressif32"
}
],
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": ["espressif32"],
"examples": "examples/*/*/*.ino",
"headers": [ "AsyncUDP_ESP32_SC_W6100.h", "AsyncUDP_ESP32_SC_W6100.hpp" ]
}