Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClassifyJitter ¶
func ClassifySignalStrength ¶
Types ¶
type PingData ¶
type Signal ¶
type Signal interface { GetGatewaySignalStrength() (SignalData, error) ClassifySignalStrength(signalStrength string) string }
type SignalData ¶
func GetGatewaySignalStrength ¶
func GetGatewaySignalStrength() (SignalData, error)
measures the gateway' signal strength in dBm
type SpeedTest ¶
type SpeedTest interface {
CollectSpeedMetrics() (SpeedTestData, error)
}
type SpeedTestData ¶
func CollectSpeedMetrics ¶
func CollectSpeedMetrics() (SpeedTestData, error)
capture and report upload and download speed
Click to show internal directories.
Click to hide internal directories.