diff options
author | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-08 20:33:46 +0000 |
---|---|---|
committer | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-08 20:33:46 +0000 |
commit | 318f5f40554ff6e97f0211ead1ff23f73a9de33e (patch) | |
tree | 00ee6b356a81eb0531391cae17c7fa0e7e093326 /ASNMP | |
parent | f08b94a47c3de253f486f254abf220448d16db75 (diff) | |
download | ATCD-318f5f40554ff6e97f0211ead1ff23f73a9de33e.tar.gz |
Erics bug fixes
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/README | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/ASNMP/README b/ASNMP/README index 113ef39bedf..6207241e052 100644 --- a/ASNMP/README +++ b/ASNMP/README @@ -1,6 +1,6 @@ -Sun Nov 30 17:54:33 CST 1997 +Mon Dec 8 14:30:59 CST 1997 ==================================================================== -ASNMP = ACE+SNMP++ Version 1.6 +ASNMP = ACE+SNMP++ Version 1.7 By Michael R. MacFaden mrm@acm.org, mrm@yagosys.com ==================================================================== @@ -50,16 +50,9 @@ How does ASNMP differ from SNMP? not the place to include GUI support in the new world of multi-threaded apps. - The SNMP object does not provide an ASYNC interface. - A new one based on class callbacks will be added in - the future. Use ACE Threads if blocking doesn't suit you. - Otherwise, check out Eric Newton's get_async code in examples/get - directory. + The async interface does not match the HP implementation. - SNMP V2c/V3 cmds (getbulk) has been hidden from the API until I - have an agent that talks V2c to test with. - -How to build this library? +How to build this library Set ACE_ROOT and platform_macros.GNU per ../INSTALL file. create libasnmp.a, libasnmp.so and then run the tests |