No description
examples/local/broadcast | ||
local | ||
LICENSE | ||
README.md | ||
seeker.go |
Discovery
discovery
is a pure Go library to provide simple abstractions to discover other hosts on networks.
Documentation
The discovery
documentation for source code is available on GoDoc or you can run:
godoc gitlab.com/tblyler/discovery
Testing
Most tests do not require an active network. However, for the ones that do, they only utilize the loopback device and bind to an automatically assigned port via the 0
port.
go test -cover gitlab.com/tblyler/discovery
Examples
Usable examples are located here or run:
go get gitlab.com/tblyler/discovery/examples/...