Table of Contents

Namespace Pamoja.Lorawan

Classes

Lorawan

The network side of LoRaWAN: reading a frame to route it, and admitting a device that asked to join.

LorawanDevice

The root credentials over-the-air activation is built on.

LorawanGrant

What a network grants a device that joined.

LorawanJoinAccept

An accepted join: the network settings, and the session it grants.

LorawanJoinRequest

A join-request a device broadcast, with its integrity already verified.

LorawanOptions

The header flags and frame options a sender sets on a data frame.

LorawanRxData

A decoded LoRaWAN data frame, with its payload decrypted.

LorawanSession

An activated LoRaWAN session: a device address and its two session keys.

Structs

LorawanHeader

What a frame says about itself before any key is involved.

Enums

LorawanDirection

The direction a frame travelled, which its MIC and encryption fold in.

LorawanMessageType

What kind of message a frame is, read from its header.