forked from novag/SlimLoRa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
36 lines (36 loc) · 1.16 KB
/
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
{
"name": "SlimLoRa",
"version": "0.6.7",
"description": "LoRaWAN library with OTAA join, ADR support and most important MAC commands for EU868 suitable for AVR's with 32Kbytes. It uses 14kBytes of program flash instead of 52kBytes of RadioLib or 32kBytes of LMIC. Tested avr32u4 / ATmega32u4 and HopeRF 95w (SX1276) on Adafruit Feather. ABP untested. Session is stored to EEPROM. Testers wanted and PR's for other regions. It supports downlinks.",
"keywords": "LoRaWAN, rfm95w, hoperf, SX1276, radio, communication",
"repository":
{
"type": "git",
"url": "https://github.com/clavisound/SlimLoRa.git"
},
"authors":
[
{
"name": "Michales Michaloudes",
"email": "[email protected]",
"url": "https://krg.etraq.eu",
"maintainer": true
},
{
"name": "Hendrik Hagendorn",
"url": "https://github.com/novag/SlimLoRa",
"maintainer": false
},
{
"name": "Ideentron B.V",
"email": "[email protected]",
"url": "http://www.ideetron.nl/LoRa"
}
],
"license": "LGPL-3.0",
"homepage": "https://github.com/clavisound/SlimLoRa",
"dependencies": {
},
"frameworks": "*",
"platforms": "*"
}