vincentbernat / snimpy

interactive SNMP tool with Python
http://snimpy.readthedocs.org/
185 stars 44 forks source link

libsmi requirement seems obsolete #69

Open etingof opened 7 years ago

etingof commented 7 years ago

Just a quick note that pysnmp does not depend on libsmi anymore. It relies on pure-Python MIB parser which pysnmp calls behind the scenes.

That should work with any modern pysnmp, without any code modification on snmpy side.

vincentbernat commented 7 years ago

I am using my own interface with libsmi. I didn't had time to look at PySMI if it could be used instead.