forked from LoRaMesher/LoRaMesher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
31 lines (31 loc) · 897 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
{
"name": "LoRaMesher",
"version": "0.0.8",
"description": "A mesh network for LoRa. The LoRaMesher library implements a distance-vector routing protocol for communicating messages among LoRa nodes.",
"keywords": "lora, mesh, network, arduino, esp32, routing, iot",
"authors": [
{
"name": "Joan Miquel Solé",
"url": "https://www.github.com/Jaimi5",
"maintainer": true
},
{
"name": "Roger Pueyo"
},
{
"name": "Sergi Miralles"
}
],
"dependencies": {
"jgromes/RadioLib": "^6.3.0"
},
"frameworks": "arduino",
"platforms": "*",
"repository": {
"type": "git",
"url": "https://github.com/LoRaMesher/LoRaMesher"
},
"homepage": "https://jaimi5.github.io/LoRaMesher/",
"headers": "LoraMesher.h",
"license": "MIT"
}