From b04fb14fc96a4cfcf3a76d66bc18ef97ea0aca74 Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Tue, 1 Jun 2021 00:22:19 -0400 Subject: [PATCH] Fix #697: clarify title vs library name in IDE --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae79bb90..31465800 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# Arduino-LMIC library +# Arduino-LMIC library ("MCCI LoRaWAN LMIC Library") This repository contains the IBM LMIC (LoRaWAN-MAC-in-C) library, slightly modified to run in the Arduino environment, allowing using the SX1272, SX1276 transceivers and compatible modules (such as some HopeRF RFM9x modules and the Murata LoRa modules). +> Note on names: the library was originally ported to Arduino by Matthijs Kooijman and Thomas Telkamp, and was named Arduino LMIC. Subsequently, MCCI did a lot of work to support other regions, and ultimately took over maintenance. The Arduino IDE doesn't like two libraries with the same name, so we had to come up with a new name. So in the IDE, it will appear as MCCI LoRaWAN LMIC Library; but all us know it by the primary header file, which is ``. + Information about the LoRaWAN protocol is summarized in [LoRaWAN-at-a-glance](doc/LoRaWAN-at-a-glance.pdf). Full information is available from the [LoRa Alliance](https://lora-alliance.org). A support forum is available at [forum.mcci.io](https://forum.mcci.io/c/device-software/arduino-lmic/5).