Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openconfig/gnmi
gRPC Network Management Interface
https://github.com/openconfig/gnmi
Last synced: 2 days ago
JSON representation
gRPC Network Management Interface
- Host: GitHub
- URL: https://github.com/openconfig/gnmi
- Owner: openconfig
- License: apache-2.0
- Created: 2017-04-19T17:27:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T21:39:13.000Z (8 months ago)
- Last Synced: 2024-05-22T07:57:48.233Z (8 months ago)
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 436
- Watchers: 65
- Forks: 194
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gNMI - gRPC Network Management Interface
This repository contains reference Go implementations for gNMI.
**Note:** This is not an official Google product.
The implementations include:
- client library implementation using `gnmi.proto`
- CLI for interacting with a gNMI service
- Caching collector that connects to multiple gNMI targets and makes the data
available over a single gNMI Subscribe RPC to clients## Installing
To install the CLI, run
go get -u github.com/openconfig/gnmi/cmd/gnmi_cli
## Client libraries
The main entry point for using the client libraries is in
`github.com/openconfig/gnmi/client`.See [godoc pages](https://godoc.org/github.com/openconfig/gnmi/client) for
documentation and usage examples.