diff options
Diffstat (limited to 'java/drexelsnmp/pkg-descr')
-rw-r--r-- | java/drexelsnmp/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/drexelsnmp/pkg-descr b/java/drexelsnmp/pkg-descr new file mode 100644 index 0000000..e6d2892 --- /dev/null +++ b/java/drexelsnmp/pkg-descr @@ -0,0 +1,13 @@ +This provides an introduction to the Java SNMP package , an open-source +implementation of the SNMP protocol in a Java package. It provides support for +basic SNMP client operations as defined in SNMP versions 1 and 2 (excluding the +security model proposed as part of SNMP version 2, which was never widely +accept or deployed). The package provides a mechanism for "getting and setting" +SNMP object identifier (OID) values through a simple communication interface, +and represents SNMP structures and datatypes as corresponding Java objects. +The package assumes familiarity with the SNMP protocol as detailed in RFC's +1157, 1155, 1212, etc.; however, some simple examples are provided which +illustrate its use for simple get/set operations (though a knowledge of the +concepts of OIDs and SNMP datatypes is still required). + +WWW: http://edge.mcs.drexel.edu/GICL/people/sevy/snmp/ |