Documentation ¶
Index ¶
- Variables
- func Handle(ctx context.Context, rxPacket models.RXPacket) error
- func HandleStartPRHNS(ctx context.Context, prStartPL backend.PRStartReqPayload, ...) (backend.PRStartAnsPayload, error)
- func Setup(conf config.Config) error
- func StartPRFNS(ctx context.Context, rxPacket models.RXPacket, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAbort = errors.New("nothing to do")
ErrAbort is used to abort the flow without error
Functions ¶
func HandleStartPRHNS ¶
func HandleStartPRHNS(ctx context.Context, prStartPL backend.PRStartReqPayload, rxPacket models.RXPacket) (backend.PRStartAnsPayload, error)
HandleStartPR handles starting a passive-roaming OTAA activation as the hNS.
func StartPRFNS ¶
func StartPRFNS(ctx context.Context, rxPacket models.RXPacket, jrPL *lorawan.JoinRequestPayload) error
StartPRFNS initiates the passive-roaming OTAA as a fNS.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.