pysnmp-apps renamed into snmpclitools

pull/135/head
Ilya Etingof 2018-02-16 13:40:46 +01:00
parent cd5db32c6c
commit bc2654205b
2 changed files with 3 additions and 3 deletions

View File

@ -61,11 +61,11 @@ to download and install PySNMP along with its dependencies:
* [pyca/cryptography](http://cryptography.io/) for Python 2.7 and 3.4+
* [PyCryptodomex](https://pycryptodome.readthedocs.io) for Python 2.4-2.6 and 3.2-3.3
Besides the library, command-line [SNMP utilities](https://github.com/etingof/pysnmp-apps)
Besides the library, command-line [SNMP utilities](https://github.com/etingof/snmpclitools)
written in pure-Python could be installed via:
```bash
$ pip install pysnmp-apps
$ pip install snmpclitools
```
and used in the very similar manner as conventional Net-SNMP tools:

View File

@ -24,7 +24,7 @@ examples are written for the 4.4 and later versions in mind.
Older materials are still available under the obsolete section.
Besides the libraries, a set of pure-Python
`command-line tools <https://pypi.python.org/pypi/pysnmp-apps/>`_
`command-line tools <https://pypi.python.org/pypi/snmpclitools/>`_
are shipped along with the system. Those tools mimic the interface
and behaviour of popular Net-SNMP snmpget/snmpset/snmpwalk utilities.
They may be useful in a cross-platform situations as well as a testing