https://github.com/zaccari/gosmi
Parsing MIBs so you don't have to!
https://github.com/zaccari/gosmi
Last synced: 6 months ago
JSON representation
Parsing MIBs so you don't have to!
- Host: GitHub
- URL: https://github.com/zaccari/gosmi
- Owner: zaccari
- License: mit
- Fork: true (sleepinggenius2/gosmi)
- Created: 2020-09-23T17:20:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T23:36:50.000Z (over 4 years ago)
- Last Synced: 2024-06-21T10:53:13.661Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosmi
Starting with v0.2.0, this library is native Go and no longer a wrapper around libsmi. The implementation is currently very close, but may change in the future.
For the native implementation, two additional components have been added:
* SMIv1/2 parser in [parser](parser)
* libsmi-compatible Go implementation in [smi](smi)
## Usage
On Ubuntu for v0.1.0 and below: `$ sudo apt-get install libsmi2-dev`
### Examples
Examples can now be found in:
* [cmd/parse](cmd/parse)
* [cmd/smi](cmd/smi)