The two most used Arduino LMIC libraries are:
MCCI LMIC | |
Official library name: | MCCI LoRaWAN LMIC library |
Repository: | https://github.com/mcci-catena/arduino-lmic |
and
Classic LMIC | (Use of this library is now deprecated) |
Official library name: | IBM LMIC framework (formerly LMIC-Arduino) |
Repository: | https://github.com/matthijskooijman/arduino-lmic |
Classic LMIC was the first LMIC implementation for the Arduino framework. This library has long served as the defacto LMIC library for the Arduino framework but is no longer maintained.
MCCI LMIC is a fork of and successor to Classic LMIC and is currently actively maintained.
Both use the same repository name âarduino-lmicâ.
The formal name of Classic LMIC originally was âIBM LMIC frameworkâ which was in 2017 changed to âLMIC-Arduinoâ but has now been reverted to âIBM LMIC frameworkâ because the Arduino IDE could not properly handle it.
MCCI LMIC was forked from Classic LMIC. The repository name was not changed and so both Classic LMIC and MCCI LMIC use the same name âarduino-lmicâ for their repository which can be confusing.
In posts people often need to refer to these libraries but do so in different ways (e.g. Arduino LMIC, arduino-limic, matthijskooijman LMIC, matthijsâ Arduino LMIC, MCCIâs LMIC implementation, etc.) which does not make things easier.
And when users only mention Arduino LMIC or arduino-lmic that does not make clear if they mean Classic LMIC or MCCI LMIC because those names are ambiguous.
To keep things simple (for brevity, unambiguity and uniformity) I suggest to from now:
Use the names Classic LMIC and MCCI LMIC when mentioning or referring to these libraries.
(Where needed repository URLâs can be added or linked but donât use the URLâs instead of the names mentioned above.)
For more information about these libraries see: Overview of LoRaWAN Libraries [HowTo]
IBMâs original LMiC implementation does not support the Arduino framework. It served as basis for development of Matthijsâ Classic LMIC. Similar to above I suggest to use the short name IBM LMIC when referring to IBMâs original LMiC implementation.