This repository has been 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
/
library.json
58 lines (58 loc) · 1.7 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
53
54
55
56
57
58
{
"name":"AsyncUDP_ESP32_SC_Ethernet",
"version": "2.2.0",
"description":"Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500, W6100 or ENC28J60 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, w5500, enc28j60, lwip, lwip-w5500, lwip-enc28j60, lwip-ethernet, 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": "khoih.prog@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet"
},
"homepage": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WebServer_ESP32_SC_W5500",
"version": "^1.2.1",
"platforms": "espressif32"
},
{
"owner": "khoih-prog",
"name": "WebServer_ESP32_SC_W6100",
"version": "^1.2.1",
"platforms": "espressif32"
},
{
"owner": "khoih-prog",
"name": "WebServer_ESP32_SC_ENC",
"version": "^1.2.0",
"platforms": "espressif32"
}
],
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": ["espressif32"],
"examples": "examples/*/*/*.ino",
"headers": [ "AsyncUDP_ESP32_SC_Ethernet.h", "AsyncUDP_ESP32_SC_Ethernet.hpp" ]
}