summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2002-11-11 07:25:51 +0000
committerelie <elie>2002-11-11 07:25:51 +0000
commitd66185abefc01df30b3e3438f9c3ff61e4c0383d (patch)
treed86d5efacf96c84e2c11d5e1bd6c27cc7fb06720
parentae56537d138a1f13005ff7bae0e03ba0d14f478b (diff)
downloadpysnmp-d66185abefc01df30b3e3438f9c3ff61e4c0383d.tar.gz
MIS/FEATURES section added
-rw-r--r--README21
1 files changed, 19 insertions, 2 deletions
diff --git a/README b/README
index 500c633..e80ecee 100644
--- a/README
+++ b/README
@@ -10,11 +10,28 @@ a few transport methods specific to TCP/IP networking.
PySNMP is written entirely in Python and is self-sufficient in terms
that it does not rely on any third party tool (it is not a wrapper!).
-This code is compatible with Python interpreter versions 1.x and 2.x.
-
The PySNMP package is distributed under terms and conditions of BSD-style
license. See the LICENSE file for details.
+FEATURES
+--------
+
+* Complete SNMPv1 and SNMPv2c support
+* Seamless SNMP manager and agent roles support
+* Both synchronous and asynchronous IO API support
+* Fully documented API with many examples
+* Objective ASN.1 data types implementation
+* MIB I/II data types and macros implementation
+* 100% Python, works with Python 1.x and later
+* MT-safe
+
+MISFEATURES
+-----------
+
+* No MIB compiler (though, it's possible to compile ASN.1 code into PySNMP
+ classes by hand, oh)
+* No SNMP v.3 support (though, it's almost implemented, check CVS at SF)
+
PRECAUTIONS
-----------