An open API service indexing awesome lists of open source software.

https://github.com/ropes/interpoller

Golang library for exposing information about a host's network interfaces
https://github.com/ropes/interpoller

Last synced: about 1 year ago
JSON representation

Golang library for exposing information about a host's network interfaces

Awesome Lists containing this project

README

          

InterPoller
-----------

I library to poll a host system's network interfaces and detect changes.

# Features

After intialization return a event channel which will notify callers when changes to the Interfaces occur.

Example:

`cmd/expose/main.go` will build an example usage writing all interfaces and their corresponding IP addresses to stdout.