Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ZeroConfServiceName = "_eliot._tcp"
ZeroConfServiceName is the service name for discovering the eliotd
Functions ¶
func Devices ¶
func Devices(timeout time.Duration) (devices []model.DeviceInfo, err error)
Devices return list of DeviceInfos synchronously with given timeout
func DevicesAsync ¶
func DevicesAsync(results chan<- model.DeviceInfo, timeout time.Duration) error
DevicesAsync search for devices in network asynchronously for given timeout
func MapToInternalModel ¶
func MapToInternalModel(entry *zeroconf.ServiceEntry) model.DeviceInfo
Types ¶
Click to show internal directories.
Click to hide internal directories.