TODO
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. enhance make test
  2. implement v2 traps and v3 inform requests.
  3. solidify/enhance the V3 api
  4. handle TCP sessions
  5. See that informative strings are returned and the the error number is
  6. useful in all cases. (need to set $! for errors where a session is not
  7. returned (failed engineId discovery, memory alloc error, failed key
  8. computation?))
  9. PC and other unix builds - any platform issues
  10. building with shared libs
  11. ensure module does not complain with -w.
  12. enhance async api so that a boolean false return from a callback exits
  13. the MainLoop
  14. enhance async api to store a reference to the perl SNMP::Sesion object
  15. for 2 reasons: 1) if the initial calling session goes out of scope we
  16. won't destroy the C-struct session until the callback is called. 2) it
  17. allows us to set error codes in the perl SNMP::Session object
  18. see if new async hooks play with Event.pm
  19. handle dynamic changes to Session parameters, perhaps tie Error* to
  20. snmp_session struct rather than current duplicate representation.
  21. make the parsed mib interface $SNMP::MIB writable
  22. allow unloading and reinitialization of parsed MIB
  23. attach to libucdagent - provide agent functionality
  24. look for *Not Implemeted* and implement :)