About PowerSNMP for .NET CF

Add SNMP Manager and Agent capabilities to your handheld smart device.

PowerSNMP for .NET CF provides advanced Internet communications components for handheld smart devices. PowerSNMP for .NET CF provides an easy-to-use interface that handles the details of catching traps, querying and responding to SNMP Agents and informing SNMP Managers. PowerSNMP for .NET CF lets you: manage network devices and remote information, discover agents and query their information bases, respond to SNMP requests and send traps, automatically generate custom responses , easily add variables to the agent's MIB and more.

PowerSNMP for .NET CF SNMP Manager

  • 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.
  • Retrieve tables with a single method call.
  • Inform messages are fully supported.
  • Supports C#, VB.NET and other .NET CF compliant development environments.

PowerSNMP for .NET CF SNMP Agent

  • 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.