PowerSNMP for .NET CF

from $1,399.00
Available Platforms

PowerSNMP for .NET CF Product Features

PowerSNMP for .NET CF leverages a .NET 2.0+ design, providing the most advanced Internet Communications components available for handheld smart devices.

 

  • Improved Asynchronous Support uses fewer resources, is more flexible, and produces code that is easier to maintain.
  • Improved Use of .NET 2.0+ Features including generics, IPv6, and other features introduced in .NET 2.0+.
  • Class Design exposes Get, Set, GetNext, GetBulk, Trap, Notification and Inform messages as familiar objects.
  • Small Footprint around 240K.
  • Compatible with Visual Studio 2005 and 2008.

 

 

Manage network devices and remote information

  • Discover agents and query their information bases
  • Trap, Notification and Inform message handling
  • SNMP Table retrieval made easy
  • Built-in multi-threading support is easy to use

PowerSNMP for .NET CF Manager features >

 

Respond to SNMP requests and send traps

  • Agent component receives and responds to messages
  • Trap and Notification message construction and delivery
  • Automatic or custom response generation
  • Easily add variables to the agent's MIB

PowerSNMP for .NET CF Agent features >

 

Handle standard and custom MIBs

  • Dynamically load MIB files at runtime
  • Intrinsic support for standard SNMPv2 SMI MIBs
  • Automatic Tree generation of parsed MIBs for easy viewing
  • Mib compilation to code files provides developer Intellisense

PowerSNMP for .NET CF MIB handling >

 

Comprehensive Security

  • Seamless SNMP v3 integration
  • MD5, SHA Authentication support
  • DES, TDES, AES128, AES192, AES256 Encryption support
  • FIPS 140-2 compliant cryptography 

PowerSNMP for .NET CF comprehensive security >

 

Samples and Documentation

  • Many sample projects for both C# and VB.NET
  • Comprehensive MS Help 2.0 integrated documentation
  • Stand-alone and online documentation also available
  • Compatible with Visual Studio 2005, 2008.

PowerSNMP for .NET CF sample projects >

 

  • Manager and Agent components
  • ManagerSlave class for high-performance multi-threaded request-response communications
  • MibVariable class for easy handling of Mib objects
  • Specialized Message classes (GetMessage, SetMessage, TrapMessage, etc)
  • MIB parser for creating dynamic MibNode definition objects from mib files
  • Small 240K footprint
  • Many sample projects for both C# and VB.NET
  • Comprehensive MS Help 2.0 integrated documentation
  • Visual Studio 2005 and 2008 compatibility
  • Free Introductory Support

 

Component Description
Manager Component Provides an easy-to-use interface that handles the details of catching traps, querying SNMP Agents and informing other SNMP Managers.
Agent Component Provides an easy-to-use interface that handles the details of processing and responding to SNMP manager requests, and sending traps.

  

Code Examples

Sample Projects Included
The PowerSNMP for .NET CF sample projects include C# and VB.NET source code and are ready to compile.

 

Sample Name Sample Description
SNMP Agent Demonstrates responding to v1, v2 and v3 SNMP requests.
Get and Set Requests Demonstrates getting and setting Agent variable values.
Trap Catcher Demonstrates receiving and handling trap, notification and inform messages.

 

Product Release History

The following is a list of public releases for all components shipped with PowerSNMP for .NET CF (Latest Release 2010-08-18)

 

PowerSNMP for .NET CF   

Current Version: 4.2.1.4

 

4.2.1.4   Released: 2010-08-18


 

  • PowerSNMP for .NET CF leverages a .NET 2.0+ design, providing the most advanced Internet Communications components available for handheld smart devices. Features include:
  • Small Footprint around 240K.
  • SNMP version 1, 2 and 3 with authentication, encryption/decryption
  • Built-in objects, identifiers, traps, tables, notifications, and groups as defined in RFCs 1155, 1157, 1158, 1213, 2578, 2579, 3417 and 3418
  • MIB parsing, where any custom MIB file can be used to load MIB definitions
  • Start method for easily implemented multi-threaded applications, including cross-threading marshaling support
  • EncodedMessage property for easy debugging of bytes sent and received, as well as session logging

 

 

PowerSNMP for .NET CF Manager Features

 

  • Manager component queries SNMP devices on the network
  • Automatic, on-the-fly message encoding and decoding
  • Receive agent response messages
  • Listen for trap, notification, and inform messages
  • Discover local agents with network broadcasting
  • SNMP Table retrieval with one line of code
  • Send inform messages
  • Dynamically load MIB files at runtime
  • Exposed EncodedMessage property for easy debugging and logging
  • Start method for easy synchronous operation on worker threads
  • Marshal methods for easy marshaling of data from worker threads to the UI thread
  • Synchronous methods return a response or table to the calling application
  • SNMP v3 authentication and privacy support using DES, Triple DES, AES128, AES 192, AES 256
  • FIPS 140-2 compliant cryptography
  • Automatic v3 encryption and decryption
  • Full support for SNMPv1, SNMPv2, SNMPv3 and ASN.1 standards
  • Create trap handling services to automate fault detection
  • Knowledge of SNMP message formatting not required
  • Many sample projects for both C# and VB.NET

 

 

PowerSNMP for .NET CF Agent Features

 

  • Agent component receives and responds to messages
  • Automatic, on-the-fly message encoding and decoding
  • Trap and Notification message construction and delivery
  • Automatic or custom response generation
  • Exposed EncodedMessage for easy logging and debugging
  • Start method for easy worker thread operation
  • Marshal methods for easy marshaling of data from worker thread to the UI thread
  • SNMP v3 authentication and privacy support using DES, Triple DES, AES128, AES 192, AES 256
  • FIPS 140-2 compliant cryptography
  • Automatic v3 encryption and decryption
  • Full support for SNMPv1, SNMPv2, SNMPv3 and ASN.1 standards
  • Report statistics on software applications or attached devices
  • Knowledge of SNMP message formatting not required
  • Many sample projects for both C# and VB.NET

 

 

PowerSNMP for .NET CF MIB Handling

 

  • Standard and custom MIB file parser
  • Intrinsic support for standard SNMPv2 SMI MIBs
  • Design-time Intellisense for standard MIB objects and tables
  • MIB compilation into code files that can be added to C# or VB.NET projects
  • Code files provide design-time Intellisense for added MIB files
  • Dynamically load MIB files at runtime, or parse MIB files into code files prior to runtime
  • Automatic Tree generation of parsed MIBs for easy viewing
  • Full support for SNMPv1, SNMPv2, SNMPv3 and ASN.1 standards
  • Many sample projects for both C# and VB.NET

 

 

PowerSNMP for .NET CF Security Features

 

  • Seamless SNMP v3 integration
  • MD5 and SHA1 Authentication support
  • DES, Triple DES encryption privacy support (FIPS 140-2 compliant)
  • 3 Levels (128, 192, 256) of AES encryption privacy support
  • Automatic v3 encryption and decryption
  • Automatic sending and handling of discover messages
  • Knowledge of SNMP message formatting not required
  • Many sample projects for both C# and VB.NET

 

 

PowerSNMP for .NET CF Sample Projects

 

Sample Projects Included
The sample projects include C# and VB.NET source code and are ready to compile.

 

Component Description
Manager Component Provides an easy-to-use interface that handles the details of catching traps, querying SNMP Agents and informing other SNMP Managers.
Agent Component Provides an easy-to-use interface that handles the details of processing and responding to SNMP manager requests, and sending traps.

< Return to PowerSNMP for .NET CF Feature Overview

 

Snmp Manager .NET CF Component

Use the Snmp Manager component to easily add SNMP management capabilities to your application. Provides an easy-to-use interface that handles the details of querying SNMP Agents that exist on the network. Features include:

 

  • Send SNMP requests and receive responses and traps from SNMP agents. All encoding/decoding is automatic.
  • Supports SNMP versions 1, 2 and 3.
  • No knowledge of SNMP message formats required.
  • Reads MIB files at run time and generates dynamic nodes representing object identifiers.
  • Blocking methods return a response or table to the executing thread, and can be used in ASP.NET.
  • Start method provides easy to implement worker thread operation.
  • Marshal methods marshal data to the UI thread.
  • Captures and decodes Traps and Notifications.
  • Build messages by setting properties, adding simple variable (OID) objects, and sending. It doesn't get any easier!
  • Retrieve tables with a single method call.
  • Inform messages are fully supported.
  • Integrates with versions 2005 and 2008 of Visual Studio.
  • Supports C#, VB.NET and other .NET CF compliant development environments.

 

 

See the complete PowerSNMP for .NET CF Online Documentation >

Looking for the .NET version of this component?

Looking for the ActiveX version of this component?

Snmp Agent .NET CF Component

Use the Snmp Agent component to easily build SNMP agents. Provides an easy-to-use interface that handles the details of processing and responding to SNMP requests, as well as the creation and sending of SNMP traps and notifications. Features include:

 

  • Agent component generates responses to requests and can also initiate trap and notification (v2 trap) messages.
  • Supports SNMP versions 1, 2 and 3.
  • Requires no other system support besides basic Winsock transport.
  • No knowledge of SNMP message formats required.
  • Reads MIB files at run time and generates dynamic nodes representing object identifiers
  • Handle responses for all requests with an easy CreateDefaultResponse method.
  • Automatically switches between v1, v2 and v3 messages.
  • Start method provides easy to implement operation on a worker thread.
  • Marshal methods handle data marshaling to the UI thread.
  • Build messages by setting properties, adding simple variable (OID) objects, and sending. It doesn't get any easier!

 

See the complete PowerSNMP for .NET CF Online Documentation >

Looking for the .NET version of this component?

Looking for the ActiveX version of this component?

Purchase Options

Customize your product and support options match your needs. Discounts are applied when products are purchased in multiples or within available product suites.

$0.00 discount
 
$1,399.00

Have any questions about purchasing? See our Sales FAQ