Go to file
2018-07-17 18:10:03 +00:00
examples/local/broadcast Add documentation, fix package local's name, add examples, and LICENSE 2018-07-17 14:00:37 -04:00
local Add documentation, fix package local's name, add examples, and LICENSE 2018-07-17 14:00:37 -04:00
LICENSE Add documentation, fix package local's name, add examples, and LICENSE 2018-07-17 14:00:37 -04:00
README.md Update README.md 2018-07-17 18:10:03 +00:00
seeker.go Add documentation, fix package local's name, add examples, and LICENSE 2018-07-17 14:00:37 -04:00

Discovery

Documentation

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/...