lnlp / LMIC-node

LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.
MIT License
212 stars 103 forks source link

What does LMIC stand for? Add it to the README #55

Open DeflateAwning opened 1 year ago

DavidStacer commented 1 year ago

LoraWAN-MAC-in-C library

From https://github.com/mcci-catena/arduino-lmic about section.

DeflateAwning commented 1 year ago

Please add that to this repo.