PowerSNMP for .NET (英語版) のリリース
Released: Oct 23, 2012
Updates in this release
Updates in V4.5.1
- Visual Studio 2012 and Windows 8 compatibility.
- Addressed an issue where the Load Mib dialog would not display in the designer under Visual Studio 2012 and .NET.
Released: Sep 14, 2012
Updates in this release
Updates in V4.5
- Added ToArray method to the SimpleTaggedType class to simplify retrieving a variable's value as a byte array.
- Support for decoding message variables when an incorrect variable sequence length is specified.
- Fixed a mib parsing error that would occur if blank lines were present in a mib file after DESCRIPTION and REFERENCE declarations.
- Fixed a mib parsing error that would occur if a duplicate name was present in the mib file.
- Addressed a globalization issue that prevented correct...
Released: Oct 31, 2011
Updates in this release
Updates in V4.4
- New samples, including a Windows Presentation Foundation (WFP) Agent, a WFP Manager, a Windows Communication Foundation (WCF) Service and a Web Service
- A new Walk method for traversing a subtree in an Agent's MIB with one line of code
- New support for DISPLAY-HINTS, for displaying variable values as intended
- A VariableList.Populate method for displaying variables in a Treeview
Released: Feb 3, 2011
Updates in this release
Updates in V4.3.1.0
- Replaced the static CreateEndPoint function with an IPEndPoint class derived from System.Net.IPEndPoint.
- Addressed a memory leak in the agent when receiving requests, and the manager when receiving traps.
Released: Dec 29, 2010
Updates in this release
Updates in V4.3.0.3
- The Agent and Manager components have been updated to utilize IO completion threads when listening for traps, notifications, informs and requests
- Support for IPv6 has been enhanced. A new CreateEndPoint function has been added to the Agent and Manager components. This method provides an easy way to create an IPv4 or IPv6 endpoint from a string host name (or address) and port. Method calls have been streamlined with IPEndPoint parameters
- "Agent discovery" using Manager...
Released: Jun 11, 2010
Updates in this release
Updates in V4.2.1.2
- SNMP for .NET now supports C++/CLI code generation, in addition to C# and VB.NET
- PowerSNMP has been updated with a new install and VS 2010 integration
Released: Jan 6, 2010
Updates in this release
Updates in V4.2
- Support for the MONO Framework, allowing execution in many non-Windows environments, including Linux, Sun Solaris, and Mac OS X.
- Managed Visual C++ samples are now available
- PowerShell demo script included in samples
Released: Nov 5, 2009
Updates in this release
Updates in V4.1.1.6
- Fixed issues with agent and some v3 management software
- Fixed MIB parsing issue when END keyword was part of a description
- It is now possible to remove and re-add standard traps to MibNodes.Traps