aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-NSNMP/pkg-descr
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-12-14 09:03:19 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-12-14 09:03:19 +0000
commit620eb303b78f2faa1023ff52f19ccf3fd19f29b2 (patch)
treec3d267a40bbcfe61c6e40c4ca25fcda7a2dac405 /net-mgmt/p5-NSNMP/pkg-descr
parent49eed4e3227279bc53863a6db0718c1d850b9ee2 (diff)
downloadports-620eb303b78f2faa1023ff52f19ccf3fd19f29b2.tar.gz
ports-620eb303b78f2faa1023ff52f19ccf3fd19f29b2.zip
Notes
Diffstat (limited to 'net-mgmt/p5-NSNMP/pkg-descr')
-rw-r--r--net-mgmt/p5-NSNMP/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/p5-NSNMP/pkg-descr b/net-mgmt/p5-NSNMP/pkg-descr
new file mode 100644
index 000000000000..21463995f93d
--- /dev/null
+++ b/net-mgmt/p5-NSNMP/pkg-descr
@@ -0,0 +1,15 @@
+This is an SNMP message encoding and decoding library, providing very
+low-level facilities; you pretty much need to read the SNMP RFCs to use
+it. It is, however, very fast (it's more than an order of magnitude
+faster than Net::SNMP, and it can send a request and parse a response in
+only slightly more time than the snmpd from net-snmp takes to parse the
+request and send a response), and it's relatively complete --- the
+interface is flexible enough that you can use it to write SNMP
+management applications, SNMP agents, and test suites for SNMP
+implementations.
+
+The package also includes NSNMP::Simple, which lets you get or set a
+single OID via SNMP with a single line of code. It's easier to use, and
+roughly an order of magnitude faster, than Net::SNMP.
+
+WWW: http://search.cpan.org/dist/NSNMP/