summaryrefslogtreecommitdiff
path: root/examples/hlapi
Commit message (Expand)AuthorAgeFilesLines
* Add examples on master&localized keys useIlya Etingof2019-08-132-0/+104
* Fix SNMP version in Twisted example (#246)Jorge Cabrera2019-03-051-1/+1
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-266-0/+6
* Fix failing example scriptsIlya Etingof2019-02-255-7/+9
* Fix PDU consistency check in notification originatorIlya Etingof2019-02-251-1/+1
* Introduce asyncio binding to hlapi.v1arch (#244)Ilya Etingof2019-02-226-0/+357
* Fix asyncio v3arch notification exampleIlya Etingof2019-02-181-16/+6
* Reformat example scripts for easier reading (#241)Ilya Etingof2019-02-1290-695/+1043
* Uppercase global constants (#238)Ilya Etingof2019-02-104-21/+21
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-096-6/+6
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-1296-43/+1542
* encode IPv6 requirement into example scripts names (#102)Ilya Etingof2017-11-067-4/+4
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-181-1/+1
* added SHA2 auth protocol into the list of available onesIlya Etingof2017-08-031-0/+4
* minor pep8 improvementsIlya Etingof2017-05-273-6/+10
* More twisted examples (#47)Ilya Etingof2017-03-181-0/+44
* Fixed some typos in arguments with previous commitGerrat Rickert2016-12-211-1/+1
* Removed tuple unpacking in function signatures in twisted since removed in Py...Gerrat Rickert2016-12-218-8/+24
* updated IP address for demo.snmplabs.com in examplesIlya Etingof2016-07-301-1/+1
* converted to new-style classesIlya Etingof2016-06-121-1/+1
* fixes to end-of-docstring sentinelIlya Etingof2016-04-081-1/+1
* pep8 fixesIlya Etingof2016-03-318-64/+69
* pep8 fixesIlya Etingof2016-03-307-37/+44
* pep8 fixesIlya Etingof2016-03-3013-201/+143
* pep8 fixesIlya Etingof2016-03-3044-453/+399
* example on implicit notification objects initialization improvedIlya Etingof2016-03-081-4/+9
* missing securityEngineIdelie2015-12-191-1/+1
* changed/removed quoteselie2015-12-1910-11/+10
* notification origination examples debugged and adjusted to workelie2015-12-1917-86/+44
* notification originator examples re-pointed to Notification Receiverelie2015-12-1316-20/+21
* asyncio examples documentedelie2015-09-271-1/+1
* var-bindings passing in asyncore API aligned with otherselie2015-09-277-8/+148
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-2761-91/+997
* post-move documentation and code fixeselie2015-09-212-3/+3
* more adjustments followed layout changeselie2015-09-2144-45/+45
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1444-1339/+1779
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-0634-718/+750
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-052-4/+4
* * default /usr/share/mibs MIB source addedelie2015-07-041-1/+2
* fix to changed MIB templateelie2015-06-041-1/+1
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-3130-108/+161
* 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
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-181-2/+3
* fixes to suite the latest AsyncCommandGenerator APIelie2014-06-173-6/+6
* sendNotification() API correctionelie2014-06-093-6/+6
* ContextData container introduced to the newest (async) APIelie2014-06-096-3/+6
* receive callback function adjusted to match latest AsyncNotificationOriginatorelie2014-04-042-2/+2
* comments improvedelie2013-11-251-4/+4