| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add examples on master&localized keys use | Ilya Etingof | 2019-08-13 | 1 | -0/+22 |
| | | |||||
| * | Introduce asyncio binding to hlapi.v1arch (#244) | Ilya Etingof | 2019-02-22 | 6 | -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 Etingof | 2018-08-12 | 86 | -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 Etingof | 2017-11-06 | 4 | -18/+18 |
| | | |||||
| * | More twisted examples (#47) | Ilya Etingof | 2017-03-18 | 1 | -0/+10 |
| | | | | | * twisted inline callback example | ||||
| * | example on implicit notification objects initialization improved | Ilya Etingof | 2016-03-08 | 2 | -18/+6 |
| | | |||||
| * | SNMP overview and PySNMP hlapi tutorial added to documentation | elie | 2015-11-08 | 30 | -30/+30 |
| | | |||||
| * | * missing files added | elie | 2015-09-28 | 6 | -27/+166 |
| | | | | | * examples renamed dropping 'async' piece | ||||
| * | cleanup | elie | 2015-09-27 | 3 | -24/+0 |
| | | |||||
| * | hlapi twisted examples documented | elie | 2015-09-27 | 7 | -0/+207 |
| | | |||||
| * | hlapi trollius examples documented | elie | 2015-09-27 | 4 | -0/+125 |
| | | |||||
| * | asyncio examples documented | elie | 2015-09-27 | 5 | -0/+109 |
| | | |||||
| * | asyncore hlapi examples documented | elie | 2015-09-27 | 17 | -174/+533 |
| | | |||||
| * | more adjustments followed layout changes | elie | 2015-09-21 | 6 | -87/+87 |
| | | |||||
| * | sidebar menu rearrangement + typo fixes | elie | 2015-09-19 | 1 | -1/+1 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 1 | -8/+8 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 2 | -12/+14 |
| | | |||||
| * | relinked to new examples | elie | 2015-09-15 | 3 | -60/+59 |
| | | |||||
| * | missing examples harness added | elie | 2015-09-14 | 6 | -0/+346 |
