forked from ClusterDuck-Protocol/ClusterDuck-Protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
42 lines (39 loc) · 1022 Bytes
/
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
{
"name": "ClusterDuck Protocol",
"keywords": "lora, mesh, emergency-network, ducks, owl, iot",
"description": "An open source firmware for a mesh network of Internet-of-Things devices based on LoRa (Long Range radio)",
"authors":
{
"name": "Project OWL",
"email": "[email protected]",
"url": "https://www.project-owl.com"
},
"version": "3.0.2",
"repository":
{
"type": "git",
"url": "https://github.com/Call-for-Code/ClusterDuck-Protocol.git"
},
"export":
{
"include":
[
"ClusterDuck.[cpp|.h]",
"index.h",
"examples/*"
]
},
"frameworks": "arduino",
"platforms": "espressif32",
"examples": [
"[Ee]xamples/*/*.ino"
],
"dependencies": {
"U8g2": "~2.28.0",
"arduino-timer": "~2.0.1",
"ESP Async WebServer": "~1.2.3",
"RadioLib": "~3.5.0",
"CRC32": "~2.0.0",
"Crypto": "0.2.0"
}
}