summaryrefslogtreecommitdiff
path: root/examples/v3arch/agent/ntforg/inform-v3.py
Commit message (Collapse)AuthorAgeFilesLines
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
| | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-17/+7
| | | | | | | | | 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
* converted to the latest API that supports more data to be usedelie2014-06-171-5/+12
|
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-1/+1
| | | | | | and improved by automatically instantiating compatible TransportDispatcher making it dispatcher-agnostic. As an additional bonus, application may not call registerTransportDispatcher() as it would be called by addTransport().
* some more cosmetic changeselie2013-03-151-1/+1
|
* SNMPv3 native Notification Originator examples extended to coverelie2012-11-281-0/+85
many use cases