This is an example application based on Mbed-OS LoRaWAN protocol APIs. The Mbed-OS LoRaWAN stack implementation is compliant with LoRaWAN v1.0.2 specification.
Dependencies: Lorawan_Version_0_1
Dependents: Lorawan_Version_0_1
mbed-os.lib@0:7037ed05f54f, 2018-03-08 (annotated)
- Committer:
- mbed_official
- Date:
- Thu Mar 08 17:46:15 2018 +0000
- Revision:
- 0:7037ed05f54f
- Child:
- 3:8c7198d1a2a1
Fix construction of LoRaWANInterface object
Since radio object is constructed by another source file, we have a
race condition. In order to prevent this race condition, LoRaWANInterface
object is now created in main().
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 0:7037ed05f54f | 1 | https://github.com/ARMmbed/mbed-os#24a3acd647de16ecb79b299c66f550881ee66b7f |