Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateMetaDataInRxInfoSet ¶
UpdateMetaDataInRxInfoSet updates the gateway meta-data in the given rx-info set. It will:
- add the gateway location
- set the FPGA id if available
- decrypt the fine-timestamp (if available and AES key is set)
Types ¶
type StatsHandler ¶
type StatsHandler struct {
// contains filtered or unexported fields
}
StatsHandler represents a stat handler for incoming gateway stats.
func NewStatsHandler ¶
func NewStatsHandler() *StatsHandler
NewStatsHandler creates a new StatsHandler.
func (*StatsHandler) Stop ¶
func (s *StatsHandler) Stop() error
Stop waits for the stats handler to complete the pending packets. At this stage the gateway backend must already been closed.
Click to show internal directories.
Click to hide internal directories.