Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `hlapi.v1arch` API (#186) | Ilya Etingof | 2018-08-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | fix to rst formatting | Ilya Etingof | 2018-01-14 | 1 | -2/+1 |
| | |||||
* | Some documentation clarifications (#125) | Mike C. Fletcher | 2018-01-13 | 1 | -1/+28 |
| | | | | | | | | | | | | | | | | | * Doc Update: in resolveWithMib docstring, document getting controller * Expand on the "use mibbuilder" comment as to *how* to use it Basically how to make the modules you compile with mibbuilder available to your application via MibBuilder settings * Add a note explaining that "ASN.1 MIB" means the textual format Users of the library seeing "ASN.1" may assume (as I did) that the meaning is "ASN.1 encoded binary version of the MIB" (i.e. a precompiled version of the MIB in compact internal format). * Describe how to configure all OIDs to use the ASN.1 mib directories | ||||
* | migrated references from SourceForge (#110) | Ilya Etingof | 2017-11-17 | 3 | -4/+4 |
| | |||||
* | more FAQ edits | Ilya Etingof | 2017-07-13 | 1 | -7/+7 |
| | |||||
* | renamed "OIDs are not increasing" message for clarity | Ilya Etingof | 2017-07-13 | 1 | -4/+4 |
| | |||||
* | updated the FAQ article on `ignoreNonIncreasingOid` | Ilya Etingof | 2017-07-13 | 1 | -16/+33 |
| | |||||
* | fixes to docs distribution | elie | 2015-11-08 | 2 | -2/+2 |
| | |||||
* | fixes and updates to FAQ | elie | 2015-10-30 | 6 | -95/+54 |
| | |||||
* | some more missing files | elie | 2015-09-14 | 12 | -0/+621 |