summaryrefslogtreecommitdiff
path: root/pysnmp/smi/rfc1902.py
Commit message (Collapse)AuthorAgeFilesLines
* post-move documentation and code fixeselie2015-09-211-0/+2
|
* major revamp:elie2015-09-201-15/+0
| | | | | | | | | * oneliner API moved to pysnmp.hlapi.asyncore location * all hlapi components now pulled from inner modules to into pysnmp.hlapi.asyncore. * LCD configuration moved from SNMP apps classes to be stand-alone * var-binds MIB<->protocol representation code moved from SNMP apps classes to be stand-alone
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-14/+443
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
|
* handle the case of ObjectIdentity initialization with ObjectIdentity instanceelie2015-07-061-1/+4
|
* * default /usr/share/mibs MIB source addedelie2015-07-041-7/+17
| | | | | | | | * compiler.addMibCompiler() now supports ifAvailable and ifNotAdded flags * rfc1902.ObjectIdentity() now always tries to instantiate and attach MIB compiler to snmpEngine (if not done yet), also .addMibCompiler() renamed to .addAsn1MibSource() to signify the fact that MIB compiler is attached behind the scene
* ObjectIdentity class additionally supports just a MIB module nameelie2015-06-211-17/+35
| | | | | | initializer in which case if resolves into either first or last symbol in given MIB. Another new option is just a MIB symbol initializer without specifying MIB module.
* - a few additional MIB tree management methods added to MibViewControllerelie2015-06-201-2/+6
| | | | | | | to better address ordered nature of MIB tree nodes (namely, getFirst*, getLast* family of methods) - rfc1902.ObjectIdentity() now accepts 'last' keyword parameter to position on last (otherwise, first) object in given MIB module.
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-0/+463
API redesign: * MibVariable becomes ObjectIdentity and moves to pysnmp.smi.rfc1902 * ObjectType and NotificationType classes resempling corresponding MIB MACROs implemented * SNMP Standard Applications and examples modified to support ObjectType and NotificationType parameters