Documentation ¶
Index ¶
- Variables
- func Handle(ctx context.Context, rxPacket models.RXPacket) error
- func HandleRoamingFNS(ctx context.Context, rxPacket models.RXPacket, macPL *lorawan.MACPayload) error
- func HandleRoamingHNS(ctx context.Context, phyPayload []byte, basePL backend.BasePayload, ...) error
- func Setup(conf config.Config) 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 HandleRoamingFNS ¶
func HandleRoamingFNS(ctx context.Context, rxPacket models.RXPacket, macPL *lorawan.MACPayload) error
HandleRoamingFNS handles an uplink as a fNS.
func HandleRoamingHNS ¶
func HandleRoamingHNS(ctx context.Context, phyPayload []byte, basePL backend.BasePayload, ulMetaData backend.ULMetaData) error
HandleRoamingHNS handles an uplink as a hNS.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.