snmptools

Crates.iosnmptools
lib.rssnmptools
version0.0.11
sourcesrc
created_at2022-06-02 03:16:36.47476
updated_at2023-07-10 00:49:44.112955
descriptionSNMP common tools
homepage
repositoryhttps://github.com/alttch/snmptools
max_upload_size
id598629
size22,443
YB (yblokh)

documentation

README

snmptools

Unsafe Rust functions, based directly on net-snmp library for those, which are not Rust-native yet.

Methods:

  • Converts SNMP OIDs to MIB names and vice-versa

Required crate features:

  • dynamic load libnetsnmp.so dynamically (more cross-platform)

  • static compile the binary with libnetsnmp.so dep or compile static lib inside (a bit faster)

Commit count: 20

cargo fmt