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
Expand file tree
/
Copy pathlibrary.json
More file actions
46 lines (46 loc) · 1.33 KB
/
Copy pathlibrary.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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_ENC",
"version": "2.1.0",
"description":"Fully Asynchronous UDP Library for ESP32_S2/S3/C3 boards using LwIP 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, enc28j60, 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": "khoih.prog@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC"
},
"homepage": "https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"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_ENC.h", "AsyncUDP_ESP32_SC_ENC.hpp" ]
}