summaryrefslogtreecommitdiff
path: root/examples/hlapi/asyncio/manager
Commit message (Collapse)AuthorAgeFilesLines
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-124-223/+0
| | | | | | | | | | | | | | | | | | | | * Add `hlapi.v1arch` API Introduce new sub-package `pysnmp.hlapi.v1arch` which wraps otherwise very detailed packet-level SNMP messaging into a handful of convenience functions. As a side effect, the `pysnmp.hlapi.*` sub-packages moved under `pysnmp.hlapi.v3arch` though `pysnmp.hlapi` still exposes `pysnmp.hlappi.v3arch.*` symbols to retain some degree of backward compatibility. The signature of the hlapi `.sendNotification()` call has changed to accept `*varBinds` instead of a sequence of `varBinds`. The rationale is to unify this method call with similar methods of CommandGenerator. * Add v1arch docs and reshuffle hlapi docs
* encode IPv6 requirement into example scripts names (#102)Ilya Etingof2017-11-061-0/+0
|
* minor pep8 improvementsIlya Etingof2017-05-271-2/+4
|
* pep8 fixesIlya Etingof2016-03-304-23/+32
|
* asyncio examples documentedelie2015-09-271-1/+1
|
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-274-0/+212
* 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.