You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that in localfile.py the FileReader class does not fill in the oid/oids fields as well as some others listed in the mibinfo.py class. Are there plans to implement this in the future?
Currently the return of FileReader.getData() looks like so return MibInfo(path='file://%s' % f, file=mibfile, name=mibalias, mtime=mtime), decode(mibData)
I have used mibdump.py command line tool to generate JSON files but I would like to be able to access this info from a function call. Or generate the JSON without having to open a terminal.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I see that in localfile.py the FileReader class does not fill in the oid/oids fields as well as some others listed in the mibinfo.py class. Are there plans to implement this in the future?
Currently the return of FileReader.getData() looks like so
return MibInfo(path='file://%s' % f, file=mibfile, name=mibalias, mtime=mtime), decode(mibData)
I want to easily get ahold of these data fields.
I have used mibdump.py command line tool to generate JSON files but I would like to be able to access this info from a function call. Or generate the JSON without having to open a terminal.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: