tree: 1e0bb493533d617eecab981d40ed82fdb93742f0 [path history] [tgz]
  1. include/
  2. src/
  3. LICENSE.txt
  4. pkg.yml
  5. README.md
  6. syscfg.yml
versions/v1_4_0/mynewt-core/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.