SNMP++       
   
Title
About
News
Specs
Source
Tools
Support
Related
 

SNMP++ Source Code, Binaries and Make Files

SNMP++ Source Code and Pre-built DLL's SNMP++ For MS-Win32
Includes Visual C++ project file (version 5.0 and 6.0). Allows building of Dynamic Link Library and console mode programs. Documentation included.
SNMP++ Source For Win32, Install Program
Steps:
1) download the file to some directory on an NT or 9X machine
2) execute the install program
3) select a directory where all sub-directories and files will reside
4) read readme and copyright files
5) Open and build project using MSVC++ 5.0 or 6.0
Notes:
- project file is in /dll directory
- console mode apps are in /consoleExamples directory
- Win32 usage requires WinSNMP DLL, evaluation copy included,see readme for distribution details

SNMP++ Browser Application Source Code For Win32
Includes Visual C++ project file (version 5.0 and 6.0). Allowws building of Win32 browser application. A good reference for how to develop a Win32 application using SNMP++.
SNMP++ Browser Application with Source Code
Stepss:
1) download the file to some directory on an NT or 9X machine
2) execute the install program
3) select a directory where to install the source
4) read readme and copyright files
5) open and build project using MSVC++ 5.0 or 6.0
Notes
- Win32 usage requires WinSNMP DLL, evaluation copy included

SNMP++ For UNIX ( HPUX, Solaris and Linux)
Includes makefile for HPUX CC and aCC compiler, Solaris 2.6 and Linux g++/gcc. Allows building UNIX libraries and consoles mode examples. Documentation included.
SNMP++ For Source UNIX
Steps:
1) download to some directory
2) uncompress file, "uncompress snmp++2.8.tar.Z"
3) untar, "tar -xvf snmp++2.8.tar"
4) read readme.txt for instructions
5) Makefiles are in the /src directory (Makefile.hpux,Makefile.hpaCC,Makefile.sun,Makefile.linux)
6) Enjoy!