forked from novag/SlimLoRa
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
36 lines (36 loc) · 1.21 KB
/
library.json
File metadata and controls
36 lines (36 loc) · 1.21 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
{
"name": "SlimLoRa",
"version": "0.11.1",
"description": "LoRaWAN semi-non-block 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, SAMD21 and HopeRF 95w (SX1276) on Adafruit Feather, MegaBrick and MightBrick. 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": "korgie@gmail.com",
"url": "https://krg.etraq.eu",
"maintainer": true
},
{
"name": "Hendrik Hagendorn",
"url": "https://github.com/novag/SlimLoRa",
"maintainer": false
},
{
"name": "Ideentron B.V",
"email": "info@ideetron.nl",
"url": "http://www.ideetron.nl/LoRa"
}
],
"license": "LGPL-3.0",
"homepage": "https://github.com/clavisound/SlimLoRa",
"dependencies": {
},
"frameworks": "*",
"platforms": "*"
}