summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2013-09-30 21:33:29 +0000
committerelie <elie>2013-09-30 21:33:29 +0000
commit1b377afeaf9ee96ab1d48aeebb2b7a6d65a4ac9d (patch)
treea5cf00f84225d535c3f40f1f986b2b7aea6a59ed
parent312f01e03fdcf555be507725b75d54fb946f4abd (diff)
downloadpysnmp-1b377afeaf9ee96ab1d48aeebb2b7a6d65a4ac9d.tar.gz
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index fa9bb98..e90e043 100644
--- a/README
+++ b/README
@@ -15,11 +15,12 @@ FEATURES
Managed Objects
* Complete SNMP entity implementation
* USM Extended Security Options support (3DES, 192/256-bit AES encryption)
-* Extensible network transports framework (UDP/IPv4, UDP/IPv6 and UNIX domain sockets already implemented)
+* Extensible network transports framework (UDP/IPv4, UDP/IPv6 and UNIX domain
+ sockets already implemented)
* Asynchronous socket-based IO API support
* Twisted (http://twistedmatrix.com) integration
* Python eggs and py2exe friendly
-* 100% Python, works with Python 2.4 though 3.3 (alpha 2)
+* 100% Python, works with Python 2.4 though 3.4 (alpha 3)
* MT-safe (only if run locally to a thread)
Features, specific to SNMPv3 model include:
@@ -43,8 +44,7 @@ INSTALLATION
The PySNMP package uses setuptools for package management. The PyASN1 [8]
package is required. For secure SNMPv3 communication, PyCrypto [9]
-should also be installed. In case of Python 3, a SVN version of Python 3
-compliant release of PyCrypto is needed.
+should also be installed.
OPERATION
---------