summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorelie <elie>2005-06-14 14:07:07 +0000
committerelie <elie>2005-06-14 14:07:07 +0000
commitcf8a4228cc0b0e334fd8c6e61005732a28e39612 (patch)
tree6bd013708f92b3fac72d653a4880135cea74296b /README
parent5f1446562bafc3f3b6a3026e4136ec668a198254 (diff)
downloadpysnmp-cf8a4228cc0b0e334fd8c6e61005732a28e39612.tar.gz
more comments on v3
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index d104267..0c61ffb 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ building SNMP managers fully aware of agent MIB, as well as SNMP agents having
their own MIB instrumentation.
PySNMP is written entirely in Python and only requires a few third-party
-Python modules to operate (it is not a wrapper!).
+Python packages to operate.
The PySNMP package is distributed under terms and conditions of BSD-style
license. See LICENSE at PySNMP homepage [1].
@@ -55,6 +55,9 @@ $ tar zxf pysnmp.tar.gz
$ cd pysnmp
$ python setup.py install
+Besides PySNMP, the pyasn1 [8] package must be installed. For secure SNMPv3
+operation, the PyCrypto [9] toolkit is required.
+
OPERATION
---------
@@ -157,5 +160,11 @@ REFERENCES
[7] PySNMP mailing list archives:
http://sourceforge.net/mail/?group_id=14735
+[8] pyasn1 project homepage:
+ http://pyasn1.sf.net
+
+[9] PyCrypto project:
+ http://www.amk.ca/python/code/crypto.html
+
=-=-=
mailto: ilya@glas.net