Documentation ¶
Overview ¶
Package semtechudp implements the JSON configuration for the Semtech UDP Packet Forwarder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SX1301Conf shared.SX1301Config `json:"SX1301_conf"` GatewayConf GatewayConf `json:"gateway_conf"` }
Config represents the full configuration for Semtech's UDP Packet Forwarder.
type GatewayConf ¶
type GatewayConf struct { GatewayID string `json:"gateway_ID,omitempty"` ServerAddress string `json:"server_address"` ServerPortUp uint32 `json:"serv_port_up"` ServerPortDown uint32 `json:"serv_port_down"` Enabled bool `json:"serv_enabled,omitempty"` // only used inside servers Servers []GatewayConf `json:"servers,omitempty"` }
GatewayConf contains the configuration for the gateway's server connection.
Click to show internal directories.
Click to hide internal directories.