-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary.json
33 lines (33 loc) · 1002 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
{
"name": "LoRaFIIT",
"version": "0.0.2",
"description": "This repository contains the software library LoRa@FIIT for Arduino. This library is the implementation of the LoRa@FIIT protocol. The library uses external library RadioHead,source codes of the XXTEA algorithm and the code of the Diffie-Hellman key exchange.",
"keywords": "iot, lora, lorafiit, atmelavr",
"repository":
{
"type": "git",
"url": "https://github.com/loraalex/LoRaFIIT.git"
},
"authors":
[
{
"name": "Simon Štefunko",
"url": "https://github.com/HalfDeadPie"
},
{
"name": "Alexander Valach",
"url": "https://github.com/alexandervalach",
"maintainer": true
},
{
"name": "Michal Greguš",
"url": "https://github.com/mgregus"
}
],
"license": "MIT",
"homepage": "https://github.com/loraalex",
"dependencies": {
},
"frameworks": "arduino",
"platforms": "atmelavr"
}