Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `hlapi.v1arch` API (#186) | Ilya Etingof | 2018-08-12 | 6 | -337/+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 Etingof | 2017-11-06 | 1 | -0/+0 |
| | |||||
* | minor pep8 improvements | Ilya Etingof | 2017-05-27 | 2 | -4/+8 |
| | |||||
* | pep8 fixes | Ilya Etingof | 2016-03-30 | 6 | -24/+37 |
| | |||||
* | changed/removed quotes | elie | 2015-12-19 | 1 | -2/+1 |
| | |||||
* | notification origination examples debugged and adjusted to work | elie | 2015-12-19 | 2 | -7/+7 |
| | | | | with demo.snmplabs.com out-of-the-box | ||||
* | notification originator examples re-pointed to Notification Receiver | elie | 2015-12-13 | 2 | -3/+3 |
| | | | | at demo.snmplabs.com | ||||
* | asyncio examples documented | elie | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | var-bindings passing in asyncore API aligned with others | elie | 2015-09-27 | 1 | -2/+2 |
| | |||||
* | * Asyncore and asyncio-based APIs reworked to become functions. | elie | 2015-09-27 | 6 | -0/+321 |
* 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. |