summaryrefslogtreecommitdiff
path: root/examples/hlapi/asyncore/sync/manager/cmdgen
Commit message (Collapse)AuthorAgeFilesLines
* pep8 fixesIlya Etingof2016-03-3017-220/+145
|
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-2730-35/+33
| | | | | | * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API.
* more adjustments followed layout changeselie2015-09-2130-31/+31
|
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1430-799/+1179
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-0623-532/+545
| | | | API along with more comprehensive set of accepted parameters
* * default /usr/share/mibs MIB source addedelie2015-07-041-1/+2
| | | | | | | | * 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
* fix to changed MIB templateelie2015-06-041-1/+1
|
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-3116-31/+74
| | | | | | | | | 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
* test OIDs updatedelie2015-01-011-2/+2
|
* OIDs modifiedelie2015-01-011-2/+2
|
* oneliner GETBULK Command Generator now strips possible excessive OIDselie2015-01-011-2/+2
| | | | off the bottom of returned var-binds table
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-181-2/+3
| | | | | maxCalls kwarg to limit the maximum number of request-response iterations to perform
* comments improvedelie2013-11-251-4/+4
|
* 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
|
* 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-0515-40/+40
| | | | at demo.snmplabs.com to ease experimentation and adoption
* cosmetic fix to printout the exact OID as pointed out by errorIndexelie2013-03-1518-18/+18
|
* converted into usr-md5-none for interoperability with other exampleselie2013-01-051-2/+2
|
* minor fixeselie2013-01-051-2/+2
|
* minor fixeselie2012-12-192-2/+1
|
* oneliner examples split into dedicated files for clarityelie2012-12-1718-0/+667