Skip to content

sleepinggenius2/gosmi

Repository files navigation

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
  • libsmi-compatible Go implementation in smi

Usage

On Ubuntu for v0.1.0 and below: $ sudo apt-get install libsmi2-dev

Examples

Examples can now be found in: