Ilya Etingof
Ilya Etingof
Changed assertion in unit tests from Python built-in to `unittest` provided. The motivation is to have better reporting on test failures.
Add [Diffie–Hellman USM key](https://en.wikipedia.org/wiki/Diffie–Hellman_key_exchange) support as defined by [RFC2786](https://tools.ietf.org/html/rfc2786).
[This](https://stackoverflow.com/questions/58886693/how-to-standardize-oid-index-retrieval-in-pysnmp/58892279?noredirect=1#comment104055566_58892279) problem came up lately, perhaps we could have some higher-level API to achieve this and similar functionality around indices easier: ``` for var_bind in var_binds: object_identity, value = var_bind...
The `pcap2dev.py` tool relies upon `pylibpcap` for traffic dissection. It seems that `pylibpcap` project is dead. It is probably time to migrate to a more lively Python wrapper around `pcap`....
One of the problems for contributors to share their .snmprec recordings is that SNMP data can contain highly sensitive data. It is next to impossible to clean it up without...
Refactor, formalize and document variation modules API to make it simpler to implement and versioned in some way to facilitate future changes.
This issue is to add support for variation modules packaging (in Python sense) and discovery via entry points. The ultimate goal is to facilitate third-party variation modules development and distribution.
We need to add the option to configure master and localized SNMP USM keys in addition to pass-phrases when configuring SNMP simulator command responder and command generator tools.
This issue is to improve SNMP command responder scalability when serving very large files (seeks are slow). Compressing such files (which has been implemented) adds more time because seek in...