-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
62 lines (62 loc) · 1.64 KB
/
Copy pathlibrary.json
File metadata and controls
62 lines (62 loc) · 1.64 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "RadioMesh",
"keywords": "mesh-network, long-range, low-power, radio, protocol, wireless, networking, iot, esp32, arduino",
"description": "A library for building wireless mesh networks of low cost devices using long range, low power radios.",
"authors": {
"name": "Amir Nathoo",
"email": "amir.nth@gmail.com",
"url": "https://github.com/amirna2/RadioMesh",
"maintainer": true
},
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/amirna2/RadioMesh"
},
"frameworks": "arduino",
"platforms": [
"espressif32",
"heltec-cubecell"
],
"headers": "include/RadioMesh.h",
"license": "MIT",
"examples": [
"[Ee]xamples/*/*.ino"
],
"build": {
"libLDFMode": "chain+"
},
"dependencies": [
{
"owner": "jgromes",
"name": "RadioLib",
"version": "7.1.0"
},
{
"owner": "operatorfoundation",
"name": "Crypto",
"version": "0.4.0"
},
{
"owner": "mathieucarbou",
"name": "AsyncTCP",
"version": "3.3.1",
"platforms": [
"espressif32"
]
},
{
"owner": "mathieucarbou",
"name": "ESP Async WebServer",
"version": "https://github.com/mathieucarbou/ESPAsyncWebServer.git#v3.4.5",
"platforms": [
"espressif32"
]
},
{
"owner": "olikraus",
"name": "U8g2",
"version": "2.36.2"
}
]
}