summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authormrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 00:00:19 +0000
committermrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 00:00:19 +0000
commit5464cb99b1ad3fd0785995bcc1b6df0f06d2046c (patch)
tree8427960834811978d5d3a872e1030ed8f7a4ee5b /ASNMP
parent146509717411add5659ca91960c1ea089a1be4b0 (diff)
downloadATCD-5464cb99b1ad3fd0785995bcc1b6df0f06d2046c.tar.gz
updated version with added agent code
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/ASNMP/README b/ASNMP/README
index af751667288..edb682ab025 100644
--- a/ASNMP/README
+++ b/ASNMP/README
@@ -1,6 +1,6 @@
-Wed Aug 20 15:13:07 CDT 1997
+Thu Sep 4 18:58:26 CDT 1997
====================================================================
-ASNMP = ACE+SNMP++ Version 1.4
+ASNMP = ACE+SNMP++ Version 1.5
By Michael R. MacFaden mrm@acm.org, mrm@cisco.com
====================================================================
@@ -35,6 +35,10 @@ How does ASNMP differ from SNMP?
ASNMP has less global namespace pollution by moving all non-class
functions into interface classes or made into static locals.
+ An agent inteface has been added (asnmp/sagent.h) so both agents
+ and managers can use this class library. A trivial agent
+ exists in ASNMP/agent/
+
X11 GUI support removed from this version since this is
not the place to include GUI support in the new world of
multi-threaded apps.