SNMP++.NET 项目

SNMP++.NET 项目

SNMP++.NET 是著名 SNMP++ Library 的.NET平台封装类库。它是修改自 SNMP++ 所以和 SNMP++ 有相同的 license,这表明它完全免费。SNMP++.NET 的特色:

  • SNMPv1/v2c/v3

  • all PDU types (Get, GetNext, GetBulk, Set, Response, Trap, v1Trap, Inform, Report)

  • MD-5 or SHA-1 based authentication

  • DES-based encryption (IDEA and AES are also available for SNMP++)

  • MutiThread-safety for most SNMP++.NET classes (except Pdu)

  • synchronous and asynchronous interfaces (the latter follows .NET rules)

  • easy SNMP tables retrieval (TableReader.GetTable())

参考资料

  • SNMP library
  • SNMP++.NET

你可能感兴趣的:(C#,WinForm和WPF)