Ergonomic facade over the generated LoRaWAN binding.
A long-range public-band link is wide open, so LoRaWAN wraps every frame in two
guarantees: a message integrity code keyed to the network proves the frame is
authentic and intact, and the payload is encrypted to the application so only
its owner can read it. This builds and verifies exactly that.
The frame direction is re-exported as a runtime Direction object,
because the generated enum is types-only.
Ergonomic facade over the generated LoRaWAN binding.
A long-range public-band link is wide open, so LoRaWAN wraps every frame in two guarantees: a message integrity code keyed to the network proves the frame is authentic and intact, and the payload is encrypted to the application so only its owner can read it. This builds and verifies exactly that.
The frame direction is re-exported as a runtime Direction object, because the generated enum is types-only.