Documentation ¶
Overview ¶
Package stdgw contains defaults for commonly-known gateway types. These constants are used to keep the field names across projects.
Index ¶
Constants ¶
View Source
const ( LoraApplicationEUI = "appEui" LoraDeviceEUI = "devEui" LoraState = "state" LoraDevAddr = "devAddr" LoraAppKey = "appKey" LoraAppSKey = "appSKey" LoraNwkSKey = "nwkSKey" LoraFCntUp = "fCntUp" LoraFCntDn = "fCntDn" LoraRelaxedCounter = "relaxedCounter" LoraKeyWarning = "keyWarning" LoraGatewayEUI = "gatewayEui" LoraRSSI = "rssi" LoraSNR = "snr" LoraFrequency = "frequency" LoraDataRate = "dataRate" )
Configuration parameters for LoRa gateways
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.