Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 532 Bytes

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: