diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-09-23 22:22:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-09-23 22:22:47 +0200 |
commit | 8578e1ea7d078b60864b084094dbb02b6cac99c3 (patch) | |
tree | 19a02eef376f5b89c7044c48dcc0c0f43ea9d416 /src/lib/MCCI_LoRaWAN_LMIC_library/library.properties | |
parent | 30a29dcd0d064ab8403a9afb32c59800bb346840 (diff) |
Import partially adapted MCCI LoRaWAN LMIC library. Needs further work.
Diffstat (limited to 'src/lib/MCCI_LoRaWAN_LMIC_library/library.properties')
-rw-r--r-- | src/lib/MCCI_LoRaWAN_LMIC_library/library.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/MCCI_LoRaWAN_LMIC_library/library.properties b/src/lib/MCCI_LoRaWAN_LMIC_library/library.properties new file mode 100644 index 0000000..4b571b3 --- /dev/null +++ b/src/lib/MCCI_LoRaWAN_LMIC_library/library.properties @@ -0,0 +1,9 @@ +name=MCCI LoRaWAN LMIC library +version=4.0.0 +author=IBM, Matthijs Kooijman, Terry Moore, ChaeHee Won, Frank Rose +maintainer=Terry Moore <tmm@mcci.com> +sentence=Arduino port of the LMIC (LoraWAN-MAC-in-C) framework provided by IBM. +paragraph=Supports LoRaWAN 1.0.2/1.0.3 Class A devices implemented using the Semtech SX1272/SX1276 (including HopeRF RFM92/RFM95 and Murata modules). Support for EU868, US, AU, AS923, KR and IN regional plans. Untested support for Class B and FSK operation. Various enhancements and bug fixes from MCCI and The Things Network New York. Original IBM URL http://www.research.ibm.com/labs/zurich/ics/lrsc/lmic.html. +category=Communication +url=https://github.com/mcci-catena/arduino-lmic +architectures=* |