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
- Host: GitHub
- URL: https://github.com/ropes/interpoller
- Owner: Ropes
- License: apache-2.0
- Created: 2015-11-22T02:02:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T22:03:10.000Z (over 9 years ago)
- Last Synced: 2025-02-08T15:17:03.429Z (over 1 year ago)
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.