snmp

所属分类:SNMP编程
开发工具:Visual C++
文件大小:888KB
下载次数:17
上传日期:2009-07-06 10:52:53
上 传 者kingkingpingping
说明:  惠普 snmp 编程 源码 包括代理和浏览器
(hp snmp agent and browser)

文件列表:
snmp\source\DeIsL1.isu (6389, 2002-12-19)
snmp\source\copyright.txt (1143, 1999-11-09)
snmp\source\snmp_pp.doc (6060032, 1997-12-04)
snmp\source\_ISREG32.DLL (33792, 1996-04-29)
snmp\source\consoleExamples\snmpSet\snmpSet.cpp (8531, 1999-08-25)
snmp\source\consoleExamples\snmpSet\snmpSet.mak (7565, 1997-03-22)
snmp\source\consoleExamples\snmpSet\snmpSet.mdp (35328, 1997-03-22)
snmp\source\consoleExamples\snmpSet\snmpSet.ncb (41984, 1999-08-25)
snmp\source\consoleExamples\snmpWalk\snmpWalk.cpp (5856, 1999-08-25)
snmp\source\consoleExamples\snmpWalk\snmpWalk.mak (7613, 1997-03-22)
snmp\source\consoleExamples\snmpWalk\snmpWalk.mdp (35328, 1997-03-22)
snmp\source\consoleExamples\snmpWalk\snmpWalk.ncb (41984, 1999-11-09)
snmp\source\consoleExamples\snmpTrap\snmpTrap.bak (7612, 1997-03-22)
snmp\source\consoleExamples\snmpTrap\snmpTrap.dsp (4425, 1999-08-24)
snmp\source\consoleExamples\snmpTrap\snmpTrap.dsw (539, 1999-08-24)
snmp\source\consoleExamples\snmpTrap\snmpTrap.mak (7612, 1997-03-22)
snmp\source\consoleExamples\snmpTrap\snmpTrap.mdp (35328, 1997-03-22)
snmp\source\consoleExamples\snmpTrap\snmpTrap.ncb (41984, 1999-08-25)
snmp\source\consoleExamples\snmpTrap\snmpTrap.opt (49664, 1999-08-25)
snmp\source\consoleExamples\snmpTrap\snmpTrap.plg (1495, 1999-08-25)
snmp\source\consoleExamples\snmpTrap\snmpTraps.cpp (4304, 1999-08-25)
snmp\source\consoleExamples\snmpBulk\snmpBulk.cpp (5949, 1999-08-25)
snmp\source\consoleExamples\snmpBulk\snmpBulk.mak (7615, 1997-03-22)
snmp\source\consoleExamples\snmpBulk\snmpBulk.mdp (35328, 1997-03-22)
snmp\source\consoleExamples\snmpBulk\snmpBulk.ncb (41984, 1999-11-09)
snmp\source\consoleExamples\snmpNext\snmpNext.cpp (5016, 1999-08-25)
snmp\source\consoleExamples\snmpNext\snmpNext.mak (7613, 1997-03-22)
snmp\source\consoleExamples\snmpNext\snmpNext.mdp (35328, 1997-03-22)
snmp\source\consoleExamples\snmpNext\snmpNext.ncb (41984, 1999-11-09)
snmp\source\consoleExamples\snmpGet\snmpGet.cpp (5078, 1999-08-25)
snmp\source\consoleExamples\snmpGet\snmpGet.mak (7560, 1997-03-22)
snmp\source\consoleExamples\snmpGet\snmpGet.mdp (35328, 1997-03-22)
snmp\source\consoleExamples\snmpGet\snmpGet.ncb (41984, 1999-11-09)
snmp\source\winsnmp\NP_WSX95.exe (12800, 1999-05-18)
snmp\source\winsnmp\SNMPTRAP.exe (7168, 1999-05-21)
snmp\source\winsnmp\WINSNMP.H (21503, 1998-03-23)
snmp\source\winsnmp\WSNMP32.DLL (62464, 1999-07-01)
snmp\source\winsnmp\WSNMP32.LIB (28644, 1999-07-01)
... ...

SNMP++ For Win32 Source Code 2.8: =================================================== The following directories and files include the source code for building SNMP++ for MS-Windows 32 bit platforms including NT and Win'95. This implementation relies on WinSNMP for SNMP Basic Encoding Rules (BER) and transport services. Note, For UNIX support see the tar file version. Changes in 2.8 ------------------ - Support for MSVC++ 6.0 - Includes Lates WinSNMP files from ACE*COMM Required Tools: ------------------- - Microsoft Visual C++ version 4.2 or higher - Win32 platorm ( NT or Win '95) - TCP/IP or IPX protocol stack installed - A WinSNMP DLL ( version 2.0 ) is required for SNMP++ 2.6 over Win32 Please contact a WinSNMP 2.0 vendor such as ACE*COMM for more details - MS-Word for reading SNMP++ specification. WinSNMP 2.0 Important Note: ============================================================================= The WinSNMP 2.0 Files included in this package are for evaluation purposes only and therefore are unsupported and should not be used for redistribution, packaging or sale with any product. The following evaluation WinSNMP 2.0 files have been provided by ACE*COMM. For more information on ACE*COMM and obtaining copies of WinSNMP 2.0 which are supported and may be shipped with your product please contact ACE*COMM @ sales@acecomm.com or http://www.acecomm.com Files ( Found in WInSNMP directory ) and Instructions: ============================================================================== WSNMP32.DLL - 32 bit WinSNMP 2.0 DLL, DLL can reside anywhere in the execute path of the SNMP++ application. WINSNMP.H - Header file of WinSNMP DLL, used only when building SNMP++ DLL WSNMP32.LIB - 32 bit export library for WSNMP32.DLL, used only when building SNMP++ DLL SNMPTRAP.EXE - Trap reception system service for Windows NT. This is a system service which should repalce NT's file with the extact name. First install NT's SNMPTRAP.EXE through the TCP/IP stack configuration. Next replace this file with the one provided. This will enable WinSNMP to receive traps from the system service which owns the SNMP trap port (162 for UDP). NP_WSX95.EXE - Trap service to be used in MS-Windows '95 environments. It offers the same functionality as the NT system service. Result of Build: -------------------- The result of building the included files is a Microsoft 32 bit extension DLL. The release or debug versions can be built. The resulting files are.. snmp_pp.dll - 32bit extension DLL snmp_pp.lib - export library for DLL Directory Description: --------------------------- oo_snmp - main directory and specification file | |------ dll - project files for building DLL | | | |---- debug - results of a debug build | |----- release - results of a release build | |----- res - resources used by dll | |------ include - all header files for SNMP++ | |------ source - all source files for SNMP++ | |------ winsnmp - required WinSNMP files ( Evaluation only provided by ACE*COMM ) | |------consoleExamples - a variety of text mode console apps | |----- snmpGet - project file + source |----- snmpSet - project file + source |----- snmpNext - project file + source |----- snmpBulk - project file + source |----- snmpWalk - project file + source |----- snmpTrap - profile file + source Things to Watch Out For: ------------------------------- Depending on where the files were installed, you may require some adjustments to your MSVC++ project settings. These could include paths for files names within the project. Both debug and release builds require usage of MFC DLLs as shared DLLs. The alternate option, is to utilize the MFC classes as a statically linked library. Applications using the SNMP++ DLL should therefor also use MFC as a shared DLL. For debug messages to appear, compile with the macro _SNMPDEBUG defined. Keep it simple, Peter

近期下载者

相关文件


收藏者