discovery/README.md
2018-07-17 18:10:03 +00:00

836 B

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