status-go/vendor/github.com/jackpal/gateway
Adam Babik c9e99c432d migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
..
.travis.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
LICENSE Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
README.md migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
gateway_common.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
gateway_darwin.go Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
gateway_freebsd.go Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
gateway_linux.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
gateway_solaris.go Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
gateway_unimplemented.go Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
gateway_windows.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00

README.md

gateway

A simple library for discovering the IP address of the default gateway.

Build Status

Provides implementations for:

  • FreeBSD
  • Linux
  • OS X (Darwin)
  • Solaris
  • Windows

Other platforms use an implementation that always returns an error.

Pull requests for other OSs happily considered!