tree: e11927419274ccbba9c3f5d4815d004979c32b33 [path history] [tgz]
  1. include/
  2. src/
  3. LICENSE.txt
  4. pkg.yml
  5. README.md
  6. syscfg.yml
net/lora/node/README.md

loramac-node

This is a Mynewt port of the Semtech LoRaWAN endpoint stack. This package depends on two drivers: * loramac-net radio - Facilitates communication with a particular type of LoRa modem. This package exports the Radio_s definition containing the function pointers required by this stack. * loramac-net board - Contains MCU or BSP specific definition needed for handling interrupts triggered by the LoRa radio.

Sample drivers of both types can be found at: @apache-mynewt-core/hw/drivers/loramc-node.