Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct {
Name string `json:"name"`
IP string `json:"ip"`
Port int `json:"port"`
Model string `json:"model"`
}
Device represents a discovered LaMetric device.
func Discover ¶
Discover finds LaMetric devices on the local network. Runs mDNS and SSDP in parallel, deduplicates by IP.
func DiscoverMDNS ¶
DiscoverMDNS finds LaMetric devices via mDNS.
func DiscoverSSDP ¶
DiscoverSSDP finds LaMetric devices via UPnP/SSDP.
Click to show internal directories.
Click to hide internal directories.