Documentation ¶
Index ¶
Constants ¶
View Source
const ( CollectKeyTempl = "lora:ns:rx:collect:%s:%s" CollectLockKeyTempl = "lora:ns:rx:collect:%s:%s:lock" )
Templates used for generating Redis keys
Variables ¶
This section is empty.
Functions ¶
func HandleDownlinkTXAcks ¶
HandleDownlinkTXAcks consumes received downlink tx acknowledgements from the gateway.
func HandleUplinkFrame ¶
func HandleUplinkFrame(ctx context.Context, uplinkFrame gw.UplinkFrame) error
HandleUplinkFrame handles a single uplink frame.
func HandleUplinkFrames ¶
HandleUplinkFrames consumes received packets by the gateway and handles them in a separate go-routine. Errors are logged.
Types ¶
Click to show internal directories.
Click to hide internal directories.