summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
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.