80 Forks
150 Stars
150 Watchers

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.

How to download and setup LMIC-node

Open terminal and run command
git clone https://github.com/lnlp/LMIC-node.git
git clone is used to create a copy or clone of LMIC-node repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with LMIC-node https://github.com/lnlp/LMIC-node/archive/master.zip

Or simply clone LMIC-node with SSH
[email protected]:lnlp/LMIC-node.git

If you have some problems with LMIC-node

You may open issue on LMIC-node support forum (system) here: https://github.com/lnlp/LMIC-node/issues