readme.txt 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. SNMP++ 2.6 For HP UNIX Source Code and Examples:
  2. ====================================================================
  3. Included within this package can be found the source code and
  4. examples for SNMP++ / HPUX. The following represents the directories which
  5. are included within the compressed tar file and their contents.
  6. For more details on the API , please refer to the API specification.
  7. This library is a complete implementation of SNMP++ and does not
  8. require other SNMP libraries to be present.
  9. Required Tools:
  10. ---------------------------------------------------------------------
  11. HPUX 9.0 / 10.0
  12. HPUX C++ Compiler
  13. readme.txt ( this file)
  14. |
  15. |
  16. |------ src ( .cpp files and Makefile for building libraries )
  17. |
  18. |------ include ( .h files for API and building libraries )
  19. |
  20. |------ consoleExamples ( a variety of console apps, .cpp and Makefile included )
  21. |
  22. |------ XExample ( a simple X11 Motif example with source and Makefile )
  23. src Directory Contents:
  24. --------------------------------------------------------------------
  25. Makefile - make file for HPUX build
  26. address.cpp - Address class source
  27. asn1.cpp - ASN1 encoding and decoding code. Based on CMU code.
  28. collect.cpp - Collection class source
  29. counter.cpp - Counter32 class source
  30. ctr64.cpp - Counter64 class source
  31. eventlist.cpp - UX event handler source
  32. gauge.cpp - Gauge32 class source
  33. integer.cpp - Integer32 class source
  34. ipresolv.cpp - UX Ip address resolver source
  35. msec.cpp - UX internal implementation support class
  36. msgqueue.cpp - UX internal implementation support class
  37. notifyqueue.cpp - UX internal implementation support class
  38. octet.cpp - Octet String class source
  39. oid.cpp - Oid class source
  40. oidname.cpp - UX internal implementation support class
  41. pdu.cpp - Pdu class source
  42. snmpmsg.cpp - SNMP Message class source
  43. target.cpp - SnmpTarget class source
  44. test_app.cpp - test application source
  45. timetick.cpp - TimeTicks class source
  46. userdefined.cpp - UX internal implementation support class
  47. usertimeout.cpp - UX internal implementation support class
  48. uxsnmp.cpp - UX internal implementation support class
  49. vb.cpp - Variable Binding class source
  50. include Directory Contents:
  51. ---------------------------------------------------------------------
  52. address.h - Address classes definitions
  53. asn1.h - interfaces for ASN1 libraries
  54. collect.h - Collection class definitions
  55. counter.h - Counter32 class definitions
  56. ctr64.h - Counter64 class definitions
  57. eventlist.h - UX internal implementation support class
  58. gauge.h - Gauge32 class definition
  59. integer.h - Integer32 class definition
  60. ipresolv.h - UX internal implementation support class
  61. msec.h - UX internal implementation support class
  62. msgqueue.h - UX internal implementation support class
  63. notifyqueue.h - UX internal implementation support class
  64. octet.h - Octet String class definition
  65. oid.h - Oid class definition
  66. oid_def.h - UX internal implementation support class
  67. pdu.h - Pdu class definitions
  68. smi.h - SMI definitions
  69. smival.h - SnmpSyntax class definitions
  70. snmp_pp.h - SNMP++ main header file ( all one needs to include is this )
  71. snmperrs.h - SNMP++ error messages
  72. snmpmsg.h - SNMP Message class definition
  73. target.h - SnmpTarget class
  74. timetick.h - TimeTicks class
  75. userdefined.h - UX internal implementation support class
  76. usertimeout.h - UX internal implementation support class
  77. vb.h - Variable Binding class definition
  78. consoleExamples Directory Contents:
  79. ---------------------------------------------------------------------
  80. Makefile - make file for building console apps
  81. snmpBulk.cpp - source for SNMP get bulk program
  82. snmpGet.cpp - source for SNMP get program
  83. snmpNext.cpp - source for SNMP get Next program
  84. snmpSet.cpp - source for SNMP set program
  85. snmpTrap.cpp - source for SNMP trap send program
  86. snmpWalk.cpp - source for SNMP walk program ( uses getnext for V1 or getBulk for v2)
  87. XExample Directory Contents:
  88. ---------------------------------------------------------------------
  89. Makefile - Makefile for building X11 app
  90. xmibform.cpp - source
  91. xmibquery.cpp - source
  92. xmibform.h - header file
  93. Peter
  94. _____________
  95. Peter Erik Mellquist ( / )
  96. Software Design Engineer | /__ ___ | H E W L E T T
  97. Hewlett Packard Company | / / / / |
  98. Workgroup Networks Division | / / /__/ | P A C K A R D
  99. Core Technologies (______/______)
  100. 8000 Foothills Blvd
  101. Roseville, CA 95747
  102. 916-785-8285
  103. mellqust@hprnd.rose.hp.com