summaryrefslogtreecommitdiff
path: root/docs/source/faq
Commit message (Collapse)AuthorAgeFilesLines
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-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 formattingIlya Etingof2018-01-141-2/+1
|
* Some documentation clarifications (#125)Mike C. Fletcher2018-01-131-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 Etingof2017-11-173-4/+4
|
* more FAQ editsIlya Etingof2017-07-131-7/+7
|
* renamed "OIDs are not increasing" message for clarityIlya Etingof2017-07-131-4/+4
|
* updated the FAQ article on `ignoreNonIncreasingOid`Ilya Etingof2017-07-131-16/+33
|
* fixes to docs distributionelie2015-11-082-2/+2
|
* fixes and updates to FAQelie2015-10-306-95/+54
|
* some more missing fileselie2015-09-1412-0/+621