PowerSNMP for .NET CF について

携帯用スマートデバイスにSNMPマネージャーとエージェントの機能を追加

PowerSNMP for .NET CFはインターネットコミュニケーションにハンドヘルドスマートデバイスのためのコンポーネントを提供します。PowerSNMP for .NET CFはトラップのキャッチ、問い合わせ、 SNMP Agents に応答、 SNMP Managers に通知することと詳細を処理するインタフェースを提供します。PowerSNMP for .NET CFはネットワークデバイスとリモートインフォメーションを管理し、情報を元にエージェントとクエリーを見つけ、 SNMP のリクエストに返答してトラップを送信、自動的にカスタム応答を表示してエージェントの MIB 等に変数を追加できます。

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.