summaryrefslogtreecommitdiff
path: root/examples/hlapi
Commit message (Collapse)AuthorAgeFilesLines
...
* example script on transport timeout & retries manipulation addedelie2013-11-251-0/+47
|
* some more examples on MIB lookup and use at oneliner CommandGenerator addedelie2013-11-241-0/+46
|
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-176-12/+220
| | | | | | | | | | | | | | | apps objects to [a singular] snmpEngine object. That would allow for better cache reuse and allow for a single app working with many snmpEngine instances. - Legacy interfaces and APIs dropped in new oneliner AsyncCommandGenerator and AsyncNotificationOriginator classes (notice 'c' in Async). Original AsynCommandGenerator and AsynNotificationOriginator implementations rebuilt on top of these new optimized versions keeping all the legacy for compatibility reasons. These classes no more keep references to SnmpEngine what makes them reusable with many SnmpEngine class instances. - Example on a single Transport Dispatcher use with multiple SnmpEngine's in oneliner AsyncCommandGenerator & AsyncNotificationOriginator basaed applicatons added.
* typo fixelie2013-11-171-1/+1
|
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-12/+22
| | | | | | | | of SNMP engine inner workings. This is thought to be a generic framework for viewing (and modifying) various internal states of pysnmp engine. Previously introduced non-RFC APIs (like getting peer's transport endpoint) will be gradually migrated to this new framework.
* examples adjusted to work with fixed-EngineID SNMP simulatorelie2013-09-302-6/+9
|
* made Py3K compatibleelie2013-09-211-1/+5
|
* workaround for missing Queue module features at 2.4elie2013-09-211-2/+11
|
* old python compatibility fix to kwargs followed varargselie2013-06-261-1/+1
|
* multithreaded oneliner CommandGenerator example addedelie2013-06-021-0/+113
|
* initial revisionelie2013-05-251-0/+39
|
* the SnmpV3MessageProcessingModel.getPeerEngineInfo() method is implementedelie2013-05-251-0/+71
| | | | | to communicate discovered peer SNMP engine information to SNMP apps what can be used for fine usmUserTable configuration.
* contextEngineId parameter of auth.UsmUserData() renamed intoelie2013-05-211-1/+1
| | | | securityEngineId as it's semantically correct
* most of Command Generator examples re-pointed to a live SNMP Agentelie2013-05-0517-50/+56
| | | | at demo.snmplabs.com to ease experimentation and adoption
* cosmetic fix to printout the exact OID as pointed out by errorIndexelie2013-03-1520-20/+20
|
* converted into usr-md5-none for interoperability with other exampleselie2013-01-051-2/+2
|
* uniform AES userelie2013-01-051-4/+4
|
* minor fixeselie2013-01-051-2/+2
|
* extra modules import removedelie2013-01-041-1/+0
|
* v3 trap removed for clarityelie2013-01-041-5/+2
|
* initial revisionelie2013-01-042-0/+96
|
* typoelie2012-12-201-1/+1
|
* minor fixeselie2012-12-194-5/+3
|
* typoelie2012-12-181-1/+1
|
* oneliner examples split into dedicated files for clarityelie2012-12-1728-0/+1115