summaryrefslogtreecommitdiff
path: root/docs/source/examples/hlapi
Commit message (Collapse)AuthorAgeFilesLines
* Add examples on master&localized keys useIlya Etingof2019-08-131-0/+22
|
* Introduce asyncio binding to hlapi.v1arch (#244)Ilya Etingof2019-02-226-0/+176
| | | | | The hlapi.v1arch asyncio API is intended to be very similar to hlapi.v3arch.asyncio from its signature viewpoint, however it should be faster at the expense of no SNMPv3 support.
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-1286-952/+1782
| | | | | | | | | | | | | | | | | | | | * 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-064-18/+18
|
* More twisted examples (#47)Ilya Etingof2017-03-181-0/+10
| | | | * twisted inline callback example
* example on implicit notification objects initialization improvedIlya Etingof2016-03-082-18/+6
|
* SNMP overview and PySNMP hlapi tutorial added to documentationelie2015-11-0830-30/+30
|
* * missing files addedelie2015-09-286-27/+166
| | | | * examples renamed dropping 'async' piece
* cleanupelie2015-09-273-24/+0
|
* hlapi twisted examples documentedelie2015-09-277-0/+207
|
* hlapi trollius examples documentedelie2015-09-274-0/+125
|
* asyncio examples documentedelie2015-09-275-0/+109
|
* asyncore hlapi examples documentedelie2015-09-2717-174/+533
|
* more adjustments followed layout changeselie2015-09-216-87/+87
|
* sidebar menu rearrangement + typo fixeselie2015-09-191-1/+1
|
* relinked to newer exampleselie2015-09-161-8/+8
|
* relinked to newer exampleselie2015-09-162-12/+14
|
* relinked to new exampleselie2015-09-153-60/+59
|
* missing examples harness addedelie2015-09-146-0/+346