SNMPUtils
Simple Network Management Protocol (SNMP) is a protocol-based network
management system. It is used to manage TCP/IP-based and IPX-based networks.
Information on SNMP
can be found in the Internet Request for Comment (RFC) 1157.
SNMPUtils consists of the snmpset application for setting SNMP requests and
the snmpget application for getting SNMP requests.
SNMPUtils was originally written by Peter Mellquist (HP).
Joe Drago ported this code to PocketConsole.
News (May-30-2003)
For full revision history read the SNMPUtils changelog
- Release Version
Installation
Perform the following installation steps:
- Install PocketConsole, the console
device driver.
- Install a command prompt. Either CMD from Microsoft or PocketCMD, the open source
command line interpreter from SymbolicTools/ReactOS. (You can also
install both of them.)
- Install the SNMPUtils version depending on your Pocket PC platform.
Source Distribution
- Download the SNMPUtils source code.
- Unzip and load the snmp.vcw workspace into
emVC++ 3.0.
- Read build.txt in the setup folder for build/installation instructions.
Usage
type snmpset at the command prompt.
type snmpget at the command prompt.
To the SNMP++ homepage
Back to Applications page
|