mdns

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Discover

func Discover(stop chan struct{}, cb func(Descriptor)) error

Discover searches for devices with the _naos._tcp service type and calls the provided callback for each discovered device until the stop channel is closed.

Types

type Descriptor added in v0.15.0

type Descriptor struct {
	Hostname string
	Address  string
}

Descriptor represents a discovered device.

func Collect added in v0.15.0

func Collect(duration time.Duration) ([]Descriptor, error)

Collect searches for devices with the _naos._tcp service type for the specified duration and returns the results.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL