pbsw-SNMP

Note: The APIs for this code are in the middle of a major overhaul. The changes will require a good amount of modifications to any code you write using the existing, older version.

A set of classes for sending and receiving SNMP (Simple Network Management Protocol) messages. Includes BER (Basic Encoding Rules) encoding/decoding. (Does not currently include MIB parsing).

Handles SNMPv1 Get-Request, Get-Next-Request, and Set-Request PDUs.

Can encode and decode the following BER types: Sequence, Integer, OctetString, Object Identifier, Ip Address, Counter, Gauge, TimeTicks, Opaque, NULL

Requires: REALbasic 5.2.1 (has not been tested on other versions)

WARNING: an understanding of SNMP is required to use these classes! If you do not know exactly what you are doing, you can cause problems with the equipment you are sending SNMP messages to (especially if you are using SNMP Set messages!)You should only be using this code (and programs made with this code) on equipment that is your responsibility to manage, and your responisbility to fix if the configuration is messed up!

pbsw-SNMP 0.9 - Download | Documentation