<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>sharpsnmplib Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/sharpsnmplib/Wiki/View.aspx?title=Home</link><description>sharpsnmplib Wiki Rss Description</description><item><title>Updated Wiki: FAQ</title><link>http://sharpsnmplib.codeplex.com/wikipage?title=FAQ&amp;version=11</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Where can I find documentation of this project?&lt;/b&gt;&lt;br /&gt;Answer: We have the following resources available at this moment while we keep improving in this area. &lt;br /&gt;&lt;br /&gt;1. FAQ: It is the page you are viewing now.&lt;br /&gt;2. News: At this moment, you may subscribe to &lt;a href="http://lextm.blogspot.com" class="externalLink"&gt;my blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest news.&lt;br /&gt;3. Specifications: A draft version is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;4. Class References: A CHM file is available for major releases. We shall provide Help2 version with Visual Studio/MSDN support in future versions. For daily builds, you may refer to comments in the source files.&lt;br /&gt;5. Knowledge Base: Project team already answered a lot of questions on &lt;a href="http://sharpsnmplib.codeplex.com/Thread/List.aspx" class="externalLink"&gt;Discussion Board&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If your question is not listed there, please post it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Is this library free for commercial projects?&lt;/b&gt;&lt;br /&gt;Answer: It is really hard to start an open source project because you need to find a proper license. In my case, I want this library to be both strict open source and friendly to commercial world. Therefore, at last I use &lt;a href="http://www.codeplex.com/sharpsnmplib/license" class="externalLink"&gt;Lesser GPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to cover the code. This means if you follow LGPL rules, you can use this library in commercial projects for free.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Does it support SNMP v3?&lt;/b&gt;&lt;br /&gt;Answer: Basic SNMP v3 support is now added. We shall continue to enhance in this field in future versions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What's the current version?&lt;/b&gt;&lt;br /&gt;Answer: Please refer to our &lt;a href="http://sharpsnmplib.codeplex.com/wikipage?title=Roadmap&amp;referringTitle=FAQ"&gt;Roadmap&lt;/a&gt; here.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why should I use this library?&lt;/b&gt;&lt;br /&gt;Answer: It is hard to explain. &lt;br /&gt;On one hand, there are indeed a lot of commercial packages available throughout the market. However, &lt;a href="http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html" class="externalLink"&gt;my evaluation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; shows that most of them are too expensive and a few of them only provides limited functions a developer may need.&lt;br /&gt;On the other hand, there are few open source packages existing on .NET platform. For example, I cannot compile SNMP++.NET successfully and I don't think that library provides a natural enough API interface.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Could I join this project?&lt;/b&gt;&lt;br /&gt;Answer: Welcome. You can do a lot to help even if you may not have the chance and ability to contribute patches and new functions.&lt;br /&gt;Here are a list of items I expect,
&lt;ul&gt;&lt;li&gt;Comments on the API. &amp;quot;Is it natural enough? What changes should be made to make it more natural&amp;quot;.&lt;/li&gt;
&lt;li&gt;Bug reports. &amp;quot;Does it work in your case? What's wrong then&amp;quot;?&lt;/li&gt;
&lt;li&gt;Patches. &amp;quot;I found a bug and created a patch to fix it&amp;quot;. I am more than glad to integrate patches into next release.&lt;/li&gt;
&lt;li&gt;New functions.&lt;/li&gt;&lt;/ul&gt;
You can check out our current openings &lt;a href="http://sharpsnmplib.codeplex.com/team/view" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why choose CodePlex.com as host?&lt;/b&gt;&lt;br /&gt;Answer: Well, I think its feature set matches our current needs.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why when I compile the source code an error is displayed about AssemblyInfo task?&lt;/b&gt;&lt;br /&gt;Answer: Please open readme.txt in the source code package to see what is missing on your computer.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Which language does this library support?&lt;/b&gt;&lt;br /&gt;Answer: Technically speaking, all .NET languages are supported, such as C#, VB.NET, &lt;a href="http://www.codegear.com/products/delphi/prism" class="externalLink"&gt;Delphi Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, C&lt;u&gt;&lt;/u&gt;/CLI, IronPython, IronRuby, and so on.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Is this library thread safe?&lt;/b&gt;&lt;br /&gt;Answer: Not yet. Please use static methods in Messenger class which should be thread safe.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to diagnose problems?&lt;/b&gt;&lt;br /&gt;Answer: A general approach is like this,&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Does this problem reproducible? &lt;/li&gt;
&lt;li&gt;Do other libraries behave the same? Please test with &lt;a href="http://www.net-snmp.org/" class="externalLink"&gt;Net-SNMP&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which is also open source.&lt;/li&gt;
&lt;li&gt;Does the latest build in the repository work?&lt;/li&gt;
&lt;li&gt;Is this a &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;known issue&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;Prepare extra information (a &lt;a href="http://www.wireshark.org/" class="externalLink"&gt;Wireshark&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="http://www.microsoft.com/DownLoads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&amp;amp;displaylang=en" class="externalLink"&gt;Network Monitor&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; log for network traffic, stack trace for exceptions, MIB file for parser errors). Then &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;open a bug report here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with the log file attached. &lt;/li&gt;
&lt;li&gt;Also note that &lt;a href="http://support.microsoft.com/kb/947285" class="externalLink"&gt;System.Net tracing&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is another useful way to log network traffic.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Why some methods are marked as Obsolete?&lt;/b&gt;&lt;br /&gt;Answer: #SNMP Library API changes in major releases. Therefore, there are some methods marked as obsolete somewhere. Please avoid using them as they can be removed in future releases.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to fire feature requests&lt;/b&gt;&lt;br /&gt;Answer: Please use this thread &lt;a href="http://sharpsnmplib.codeplex.com/Thread/View.aspx?ThreadId=28776"&gt;What do you want from #SNMP?&lt;/a&gt; to fire me feature requests. You can vote on features using the &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;Issue Tracker&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;If all above do not resolve your problem or you have questions on them, please feel free to start a discussion in &lt;a href="http://www.codeplex.com/sharpsnmplib/Thread/Create.aspx" class="externalLink"&gt;Discussion section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Fri, 13 Nov 2009 00:33:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: FAQ 20091113123330A</guid></item><item><title>Updated Wiki: FAQ</title><link>http://sharpsnmplib.codeplex.com/wikipage?title=FAQ&amp;version=10</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Where can I find documentation of this project?&lt;/b&gt;&lt;br /&gt;Answer: We have the following resources available at this moment while we keep improving in this area. &lt;br /&gt;&lt;br /&gt;1. FAQ: It is the page you are viewing now.&lt;br /&gt;2. News: At this moment, you may subscribe to &lt;a href="http://lextm.blogspot.com" class="externalLink"&gt;my blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest news.&lt;br /&gt;3. Specifications: A draft version is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;4. Class References: A CHM file is available for major releases. We shall provide Help2 version with Visual Studio/MSDN support in future versions. For daily builds, you may refer to comments in the source files.&lt;br /&gt;5. Knowledge Base: Project team already answered a lot of questions on &lt;a href="http://sharpsnmplib.codeplex.com/Thread/List.aspx" class="externalLink"&gt;Discussion Board&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If your question is not listed there, please post it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Is this library free for commercial projects?&lt;/b&gt;&lt;br /&gt;Answer: It is really hard to start an open source project because you need to find a proper license. In my case, I want this library to be both strict open source and friendly to commercial world. Therefore, at last I use &lt;a href="http://www.codeplex.com/sharpsnmplib/license" class="externalLink"&gt;Lesser GPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to cover the code. This means if you follow LGPL rules, you can use this library in commercial projects for free.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Does it support SNMP v3?&lt;/b&gt;&lt;br /&gt;Answer: Basic SNMP v3 support is now added. We shall continue to enhance in this field in future versions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What's the current version?&lt;/b&gt;&lt;br /&gt;Answer: Please refer to our &lt;a href="http://sharpsnmplib.codeplex.com/wikipage?title=Roadmap&amp;referringTitle=FAQ"&gt;Roadmap&lt;/a&gt; here.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why should I use this library?&lt;/b&gt;&lt;br /&gt;Answer: It is hard to explain. &lt;br /&gt;On one hand, there are indeed a lot of commercial packages available throughout the market. However, &lt;a href="http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html" class="externalLink"&gt;my evaluation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; shows that most of them are too expensive and a few of them only provides limited functions a developer may need.&lt;br /&gt;On the other hand, there are few open source packages existing on .NET platform. For example, I cannot compile SNMP&lt;u&gt;&lt;/u&gt;.NET successfully and I don't think that library provides a natural enough API interface.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Could I join this project?&lt;/b&gt;&lt;br /&gt;Answer: Welcome. You can do a lot to help even if you may not have the chance and ability to contribute patches and new functions.&lt;br /&gt;Here are a list of items I expect,
&lt;ul&gt;&lt;li&gt;Comments on the API. &amp;quot;Is it natural enough? What changes should be made to make it more natural&amp;quot;.&lt;/li&gt;
&lt;li&gt;Bug reports. &amp;quot;Does it work in your case? What's wrong then&amp;quot;?&lt;/li&gt;
&lt;li&gt;Patches. &amp;quot;I found a bug and created a patch to fix it&amp;quot;. I am more than glad to integrate patches into next release.&lt;/li&gt;
&lt;li&gt;New functions.&lt;/li&gt;&lt;/ul&gt;
You can check out our current openings &lt;a href="http://sharpsnmplib.codeplex.com/team/view" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why choose CodePlex.com as host?&lt;/b&gt;&lt;br /&gt;Answer: Well, I think its feature set matches our current needs.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why when I compile the source code an error is displayed about AssemblyInfo task?&lt;/b&gt;&lt;br /&gt;Answer: Please open readme.txt in the source code package to see what is missing on your computer.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Which language does this library support?&lt;/b&gt;&lt;br /&gt;Answer: Technically speaking, all .NET languages are supported, such as C#, VB.NET, &lt;a href="http://www.codegear.com/products/delphi/prism" class="externalLink"&gt;Delphi Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, C&lt;u&gt;&lt;/u&gt;/CLI, IronPython, IronRuby, and so on.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Is this library thread safe?&lt;/b&gt;&lt;br /&gt;Answer: Not yet. Please use static methods in Messenger class which should be thread safe.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to diagnose problems?&lt;/b&gt;&lt;br /&gt;Answer: A general approach is like this,&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Does this problem reproducible? &lt;/li&gt;
&lt;li&gt;Do other libraries behave the same? Please test with &lt;a href="http://www.net-snmp.org/" class="externalLink"&gt;Net-SNMP&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which is also open source.&lt;/li&gt;
&lt;li&gt;Does the latest build in the repository work?&lt;/li&gt;
&lt;li&gt;Is this a &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;known issue&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;Prepare extra information (a &lt;a href="http://www.wireshark.org/" class="externalLink"&gt;Wireshark&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="http://www.microsoft.com/DownLoads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&amp;amp;displaylang=en" class="externalLink"&gt;Network Monitor&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; log for network traffic, stack trace for exceptions, MIB file for parser errors). Then &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;open a bug report here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with the log file attached. &lt;/li&gt;
&lt;li&gt;Also note that &lt;a href="http://support.microsoft.com/kb/947285" class="externalLink"&gt;System.Net tracing&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is another useful way to log network traffic.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Why some methods are marked as Obsolete?&lt;/b&gt;&lt;br /&gt;Answer: #SNMP Library API changes in major releases. Therefore, there are some methods marked as obsolete somewhere. Please avoid using them as they can be removed in future releases.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to fire feature requests&lt;/b&gt;&lt;br /&gt;Answer: Please use this thread &lt;a href="http://sharpsnmplib.codeplex.com/Thread/View.aspx?ThreadId=28776"&gt;What do you want from #SNMP?&lt;/a&gt; to fire me feature requests. You can vote on features using the &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;Issue Tracker&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;If all above do not resolve your problem or you have questions on them, please feel free to start a discussion in &lt;a href="http://www.codeplex.com/sharpsnmplib/Thread/Create.aspx" class="externalLink"&gt;Discussion section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Fri, 13 Nov 2009 00:31:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: FAQ 20091113123140A</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;version=8</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;Version 0.5 (Obsolete) codename: Halfbaked&lt;/li&gt;&lt;/ul&gt;
A natural API interface was done in this release for major SNMP v1 related functions, including GET, GETNEXT, SET, and TRAP.
&lt;ul&gt;&lt;li&gt;Version 0.9 (Obsolete) codename: NineHeaded &lt;/li&gt;&lt;/ul&gt;
Basic MIB documents support was added in this version to make a feature complete SNMP v1 library.
&lt;ul&gt;&lt;li&gt;Version 1.0 (Obsolete) codename: UnicornHorn&lt;/li&gt;&lt;/ul&gt;
The 1.0 release was a performance tuned and bug fixed version over 0.9 with few API changes. 
&lt;ul&gt;&lt;li&gt;Version 1.1 (Obsolete) codename: UnicornHorn Refresh&lt;/li&gt;&lt;/ul&gt;
The 1.1 release is a performance tuned and bug fixed version over 1.0 with a few API changes.
&lt;ul&gt;&lt;li&gt;Version 1.5 (Obsolete) codename: TwinTower&lt;/li&gt;&lt;/ul&gt;
This release presents a #SNMP MIB Browser with almost complete v2c coverage. 
&lt;ul&gt;&lt;li&gt;Version 2.0 (Obsolete) codename: CrossRoad&lt;/li&gt;&lt;/ul&gt;
This release completes SNMP v1 and v2c support. IP v6 support is also added.&lt;br /&gt;Now this suite contains SNMP library, a MIB browser, a MIB compiler, and several command line utilities.
&lt;ul&gt;&lt;li&gt;Version 2.1 (Obsolete) codename: CrossRoad Refresh&lt;/li&gt;&lt;/ul&gt;
This is a bug fix release that addresses several known issues.
&lt;ul&gt;&lt;li&gt;Version 3.0 (Obsolete) codename: Trident&lt;/li&gt;&lt;/ul&gt;
Basic SNMP v3 support is added in 3.0 release. 
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Version 3.1 (Current)&lt;/b&gt; codename: &lt;a href="http://sharpsnmplib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33572"&gt;Trident Refresh (3.1)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
This is a bug fix release that addresses several known issues.
&lt;ul&gt;&lt;li&gt;Version 4.0 codename: SquareRoot&lt;/li&gt;&lt;/ul&gt;
This release will deliver an enhanced MIB Browser and Compiler.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Thu, 01 Oct 2009 12:25:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20091001122513P</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;version=7</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;Version 0.5 (Obsolete) codename: Halfbaked&lt;/li&gt;&lt;/ul&gt;
A natural API interface was done in this release for major SNMP v1 related functions, including GET, GETNEXT, SET, and TRAP.
&lt;ul&gt;&lt;li&gt;Version 0.9 (Obsolete) codename: NineHeaded &lt;/li&gt;&lt;/ul&gt;
Basic MIB documents support was added in this version to make a feature complete SNMP v1 library.
&lt;ul&gt;&lt;li&gt;Version 1.0 (Obsolete) codename: UnicornHorn&lt;/li&gt;&lt;/ul&gt;
The 1.0 release was a performance tuned and bug fixed version over 0.9 with few API changes. 
&lt;ul&gt;&lt;li&gt;Version 1.1 (Obsolete) codename: UnicornHorn Refresh&lt;/li&gt;&lt;/ul&gt;
The 1.1 release is a performance tuned and bug fixed version over 1.0 with a few API changes.
&lt;ul&gt;&lt;li&gt;Version 1.5 (Obsolete) codename: TwinTower&lt;/li&gt;&lt;/ul&gt;
This release presents a #SNMP MIB Browser with almost complete v2c coverage. 
&lt;ul&gt;&lt;li&gt;Version 2.0 (Obsolete) codename: CrossRoad&lt;/li&gt;&lt;/ul&gt;
This release completes SNMP v1 and v2c support. IP v6 support is also added.&lt;br /&gt;Now this suite contains SNMP library, a MIB browser, a MIB compiler, and several command line utilities.
&lt;ul&gt;&lt;li&gt;Version 2.1 (Obsolete) codename: CrossRoad Refresh&lt;/li&gt;&lt;/ul&gt;
This is a bug fix release that addresses several known issues.
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Version 3.0  (Current)&lt;/b&gt; codename: Trident&lt;/li&gt;&lt;/ul&gt;
Basic SNMP v3 support is added in 3.0 release. 
&lt;ul&gt;&lt;li&gt;Version 3.1 codename: Trident Refresh&lt;/li&gt;&lt;/ul&gt;
This is a bug fix release that addresses several known issues.
&lt;ul&gt;&lt;li&gt;Version 4.0 codename: SquareRoot&lt;/li&gt;&lt;/ul&gt;
This release will deliver an enhanced MIB Browser and Compiler.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sat, 26 Sep 2009 09:27:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20090926092730A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=61</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#35;SNMP Suite is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It&amp;#39;s developed in C&amp;#35; and can be used for VB.NET, Delphi Prism, and more.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, &amp;#35;SNMP Team, and other contributors.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;History and the Team&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Current team members includes,&lt;br /&gt;Lex Li&lt;br /&gt;Steve Santacroce&lt;br /&gt;Chris Cunlif&lt;br /&gt;Patrick O'Donnell&lt;br /&gt;and Robert O'Donnell &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;
&lt;li&gt;Target both &lt;a href="http://www.microsoft.com/NET" class="externalLink"&gt;Microsoft .NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Novell Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69885" alt="net.png" title="net.png" /&gt; &lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69884" alt="Mono-gorilla-aqua.100px.png" title="Mono-gorilla-aqua.100px.png" /&gt;
&lt;ul&gt;&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;
&lt;li&gt;Open source under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C++, Delphi Prism, IronPython, and so on.&lt;/li&gt;
&lt;li&gt;SNMP v2c support is complete in 2.0 CrossRoad. Basic SNMP v3 support is available in 3.0 Trident.&lt;/li&gt;
&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;#SNMP MIB Browser and Compiler are designed with &lt;b&gt;Windows Forms&lt;/b&gt;. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;they can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://unity.codeplex.com" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects"&gt;Similar Open Source Projects&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can follow Lex on &lt;a href="http://twitter.com/lexli" class="externalLink"&gt;Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 13 Sep 2009 05:41:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090913054142A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=60</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#35;SNMP Suite is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It&amp;#39;s developed in C&amp;#35; and can be used for VB.NET, Delphi Prism, and more.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, &amp;#35;SNMP Team, and other contributors.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;History and the Team&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Current team members includes,&lt;br /&gt;Lex Li&lt;br /&gt;Steve Santacroce&lt;br /&gt;Chris Cunlif&lt;br /&gt;Patrick O'Donnell&lt;br /&gt;and Robert O'Donnell &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;
&lt;li&gt;Target both &lt;a href="http://www.microsoft.com/NET" class="externalLink"&gt;Microsoft .NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Novell Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69885" alt="net.png" title="net.png" /&gt; &lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69884" alt="Mono-gorilla-aqua.100px.png" title="Mono-gorilla-aqua.100px.png" /&gt;
&lt;ul&gt;&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;
&lt;li&gt;Open source under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C++, Delphi Prism, IronPython, and so on.&lt;/li&gt;
&lt;li&gt;SNMP v2c support is complete in 2.0 CrossRoad. Basic SNMP v3 support is available from the repository (3.0 Trident Beta 1 stage).&lt;/li&gt;
&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;#SNMP MIB Browser and Compiler are designed with &lt;b&gt;Windows Forms&lt;/b&gt;. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;they can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://unity.codeplex.com" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects"&gt;Similar Open Source Projects&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can follow Lex on &lt;a href="http://twitter.com/lexli" class="externalLink"&gt;Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 13 Sep 2009 05:40:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090913054037A</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;version=6</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;Version 0.5 (Obsolete) codename: Halfbaked&lt;/li&gt;&lt;/ul&gt;
A natural API interface was done in this release for major SNMP v1 related functions, including GET, GETNEXT, SET, and TRAP.
&lt;ul&gt;&lt;li&gt;Version 0.9 (Obsolete) codename: NineHeaded &lt;/li&gt;&lt;/ul&gt;
Basic MIB documents support was added in this version to make a feature complete SNMP v1 library.
&lt;ul&gt;&lt;li&gt;Version 1.0 (Obsolete) codename: UnicornHorn&lt;/li&gt;&lt;/ul&gt;
The 1.0 release was a performance tuned and bug fixed version over 0.9 with few API changes. 
&lt;ul&gt;&lt;li&gt;Version 1.1 (Obsolete) codename: UnicornHorn Refresh&lt;/li&gt;&lt;/ul&gt;
The 1.1 release is a performance tuned and bug fixed version over 1.0 with a few API changes.
&lt;ul&gt;&lt;li&gt;Version 1.5 (Obsolete) codename: TwinTower&lt;/li&gt;&lt;/ul&gt;
This release presents a #SNMP MIB Browser with almost complete v2c coverage. 
&lt;ul&gt;&lt;li&gt;Version 2.0 (Obsolete) codename: CrossRoad&lt;/li&gt;&lt;/ul&gt;
This release completes SNMP v1 and v2c support. IP v6 support is also added.&lt;br /&gt;Now this suite contains SNMP library, a MIB browser, a MIB compiler, and several command line utilities.
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Version 3.0  (Current)&lt;/b&gt; codename: Trident&lt;/li&gt;&lt;/ul&gt;
Basic SNMP v3 support is added in 3.0 release. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 06 Sep 2009 12:13:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20090906121348P</guid></item><item><title>Updated Wiki: FAQ</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ&amp;version=9</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Where can I find documentation of this project?&lt;/b&gt;&lt;br /&gt;Answer: We have the following resources available at this moment while we keep improving in this area. &lt;br /&gt;&lt;br /&gt;1. FAQ: It is the page you are viewing now.&lt;br /&gt;2. News: At this moment, you may subscribe to &lt;a href="http://lextm.blogspot.com" class="externalLink"&gt;my blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest news.&lt;br /&gt;3. Specifications: A draft version is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;4. Class References: A CHM file is available for major releases. We shall provide Help2 version with Visual Studio/MSDN support in future versions. For daily builds, you may refer to comments in the source files.&lt;br /&gt;5. Knowledge Base: Project team already answered a lot of questions on &lt;a href="http://sharpsnmplib.codeplex.com/Thread/List.aspx" class="externalLink"&gt;Discussion Board&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If your question is not listed there, please post it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Is this library free for commercial projects?&lt;/b&gt;&lt;br /&gt;Answer: It is really hard to start an open source project because you need to find a proper license. In my case, I want this library to be both strict open source and friendly to commercial world. Therefore, at last I use &lt;a href="http://www.codeplex.com/sharpsnmplib/license" class="externalLink"&gt;Lesser GPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to cover the code. This means if you follow LGPL rules, you can use this library in commercial projects for free.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Does it support SNMP v3?&lt;/b&gt;&lt;br /&gt;Answer: Basic SNMP v3 support is now added. We shall continue to enhance in this field in future versions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What's the current version?&lt;/b&gt;&lt;br /&gt;Answer: Please refer to our &lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;referringTitle=Home"&gt;Roadmap&lt;/a&gt; here.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why should I use this library?&lt;/b&gt;&lt;br /&gt;Answer: It is hard to explain. &lt;br /&gt;On one hand, there are indeed a lot of commercial packages available throughout the market. However, &lt;a href="http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html" class="externalLink"&gt;my evaluation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; shows that most of them are too expensive and a few of them only provides limited functions a developer may need.&lt;br /&gt;On the other hand, there are few open source packages existing on .NET platform. For example, I cannot compile SNMP&lt;u&gt;&lt;/u&gt;.NET successfully and I don't think that library provides a natural enough API interface.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Could I join this project?&lt;/b&gt;&lt;br /&gt;Answer: Welcome. You can do a lot to help even if you may not have the chance and ability to contribute patches and new functions.&lt;br /&gt;Here are a list of items I expect,
&lt;ul&gt;&lt;li&gt;Comments on the API. &amp;quot;Is it natural enough? What changes should be made to make it more natural&amp;quot;.&lt;/li&gt;
&lt;li&gt;Bug reports. &amp;quot;Does it work in your case? What's wrong then&amp;quot;?&lt;/li&gt;
&lt;li&gt;Patches. &amp;quot;I found a bug and created a patch to fix it&amp;quot;. I am more than glad to integrate patches into next release.&lt;/li&gt;
&lt;li&gt;New functions.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Why choose CodePlex.com as host?&lt;/b&gt;&lt;br /&gt;Answer: Well, I think its feature set matches our current needs.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Why when I compile the source code an error is displayed about AssemblyInfo task?&lt;/b&gt;&lt;br /&gt;Answer: Please open readme.txt in the source code package to see what is missing on your computer.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Which language does this library support?&lt;/b&gt;&lt;br /&gt;Answer: Technically speaking, all .NET languages are supported, such as C#, VB.NET, &lt;a href="http://www.codegear.com/products/delphi/prism" class="externalLink"&gt;Delphi Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, C&lt;u&gt;&lt;/u&gt;/CLI, IronPython, IronRuby, and so on.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Is this library thread safe?&lt;/b&gt;&lt;br /&gt;Answer: Not yet. Please use static methods in Manager or Agent component which should be thread safe.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to diagnose problems?&lt;/b&gt;&lt;br /&gt;Answer: A general approach is like this,&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Does this problem reproducible? &lt;/li&gt;
&lt;li&gt;Do other libraries behave the same? Please test with &lt;a href="http://www.net-snmp.org/" class="externalLink"&gt;Net-SNMP&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which is also open source.&lt;/li&gt;
&lt;li&gt;Does the latest build in the repository work?&lt;/li&gt;
&lt;li&gt;Is this a &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;known issue&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;Prepare extra information (a &lt;a href="http://www.wireshark.org/" class="externalLink"&gt;Wireshark&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="http://www.microsoft.com/DownLoads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&amp;amp;displaylang=en" class="externalLink"&gt;Network Monitor&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; log for network traffic, stack trace for exceptions, MIB file for parser errors). Then &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;open a bug report here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with the log file attached. &lt;/li&gt;
&lt;li&gt;Also note that &lt;a href="http://support.microsoft.com/kb/947285" class="externalLink"&gt;System.Net tracing&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is another useful way to log network traffic.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Why some methods are marked as Obsolete?&lt;/b&gt;&lt;br /&gt;Answer: After 1.5 release, #SNMP Library API will be changed a little bit. Therefore, some methods are obsolete from now on. Please avoid using them from now on.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to fire feature requests&lt;/b&gt;&lt;br /&gt;Answer: Please use this thread &lt;a href="http://sharpsnmplib.codeplex.com/Thread/View.aspx?ThreadId=28776"&gt;What do you want from #SNMP?&lt;/a&gt; to fire me feature requests. You can vote on features using the &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;Issue Tracker&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;If all above do not resolve your problem or you have questions on them, please feel free to start a discussion in &lt;a href="http://www.codeplex.com/sharpsnmplib/Thread/Create.aspx" class="externalLink"&gt;Discussion section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 06 Sep 2009 12:11:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: FAQ 20090906121156P</guid></item><item><title>Updated Wiki: Similar Open Source Projects</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar Open Source Projects&amp;version=3</link><description>&lt;div class="wikidoc"&gt;There are other open source projects in this field.
&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.snmpsharpnet.com/" class="externalLink"&gt;SNMP#NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; is another LGPL covered open source for SNMP. #SNMP learns a lot of v3 support from this cool project.&lt;/li&gt;
&lt;li&gt;SNMP++.NET is a popular choice. However, it lacks of a natural API interface because it is based on SNMP++, a C++ project. And there is not enough documentation except this excellent &lt;a href="http://www.codeproject.com/KB/cs/SNMPDLL.aspx" class="externalLink"&gt;Code Project article&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Indy for CLR is a .NET port of popular Delphi VCL library named Internet Direct (Indy). Now the project is hosted at &lt;a href="http://www.codeplex.com/IndySockets" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. However, the SNMP functions is not yet ported to .NET at this moment.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;If you are using other programming languages, or you prefer a commercial product, please check &lt;a href="http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html" class="externalLink"&gt;this evaluation report&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and hope it help.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 23 Aug 2009 07:28:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Similar Open Source Projects 20090823072802A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=59</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#35;SNMP Suite is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It&amp;#39;s developed in C&amp;#35; and can be used for VB.NET, Delphi Prism, and more.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, &amp;#35;SNMP Team, and other contributors.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;History and the Team&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Current team members includes,&lt;br /&gt;Lex Li&lt;br /&gt;Steve Santacroce&lt;br /&gt;Chris Cunlif&lt;br /&gt;Patrick O'Donnell&lt;br /&gt;and Robert O'Donnell &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;
&lt;li&gt;Target both &lt;a href="http://www.microsoft.com/NET" class="externalLink"&gt;Microsoft .NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Novell Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69885" alt="net.png" title="net.png" /&gt; &lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69884" alt="Mono-gorilla-aqua.100px.png" title="Mono-gorilla-aqua.100px.png" /&gt;
&lt;ul&gt;&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;
&lt;li&gt;Open source under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C&lt;u&gt;&lt;/u&gt;, Delphi Prism, IronPython, and so on.&lt;/li&gt;
&lt;li&gt;SNMP v2c support is complete in 2.0 CrossRoad. Basic SNMP v3 support is available from the repository (3.0 Trident Beta 1 stage).&lt;/li&gt;
&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;#SNMP MIB Browser and Compiler are designed with &lt;b&gt;Windows Forms&lt;/b&gt;. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;they can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://unity.codeplex.com" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects"&gt;Similar Open Source Projects&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can follow Lex on &lt;a href="http://twitter.com/lexli" class="externalLink"&gt;Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sat, 22 Aug 2009 00:55:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090822125537A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=58</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#35;SNMP Suite is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It&amp;#39;s developed in C&amp;#35; and can be used for VB.NET, Delphi Prism, and more.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, &amp;#35;SNMP Team, and other contributors.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;History and the Team&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Current team members includes,&lt;br /&gt;Lex Li&lt;br /&gt;Steve Santacroce&lt;br /&gt;Chris Cunlif&lt;br /&gt;Patrick O'Donnell&lt;br /&gt;and Robert O'Donnell &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;
&lt;li&gt;Target both &lt;a href="http://www.microsoft.com/NET" class="externalLink"&gt;Microsoft .NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Novell Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69885" alt="net.png" title="net.png" /&gt; &lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69884" alt="Mono-gorilla-aqua.100px.png" title="Mono-gorilla-aqua.100px.png" /&gt;
&lt;ul&gt;&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;
&lt;li&gt;Open source under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C&lt;u&gt;&lt;/u&gt;, Delphi Prism, IronPython, and so on.&lt;/li&gt;
&lt;li&gt;SNMP v2c support is complete in 2.0 CrossRoad. Basic SNMP v3 support is available from the repository (3.0 Trident Beta 1 stage).&lt;/li&gt;
&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;#SNMP MIB Browser and Compiler are designed with &lt;b&gt;Windows Forms&lt;/b&gt;. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;they can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://unity.codeplex.com" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects"&gt;Similar Open Source Projects&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sat, 18 Jul 2009 13:49:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090718014944P</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=57</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#35;SNMP Suite is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It&amp;#39;s developed in C&amp;#35; and can be used for VB.NET, Delphi Prism, and more.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, &amp;#35;SNMP Team, and other contributors.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;History and the Team&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Current team members includes,&lt;br /&gt;Lex Li&lt;br /&gt;Steve Santacroce&lt;br /&gt;Chris Cunlif&lt;br /&gt;Patrick O'Donnell&lt;br /&gt;and Robert O'Donnell &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;
&lt;li&gt;Target both &lt;a href="http://www.microsoft.com/NET" class="externalLink"&gt;Microsoft .NET&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Novell Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69885" alt="net.png" title="net.png" /&gt; &lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=sharpsnmplib&amp;DownloadId=69884" alt="Mono-gorilla-aqua.100px.png" title="Mono-gorilla-aqua.100px.png" /&gt;
&lt;ul&gt;&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;
&lt;li&gt;Open source under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C&lt;u&gt;&lt;/u&gt;, Delphi Prism, IronPython, and so on.&lt;/li&gt;
&lt;li&gt;SNMP v2c support is almost complete in CrossRoad. SNMP v3 support is just started.&lt;/li&gt;
&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;#SNMP MIB Browser and Compiler are designed with &lt;b&gt;Windows Forms&lt;/b&gt;. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;they can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://unity.codeplex.com" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects"&gt;Similar Open Source Projects&lt;/a&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sat, 30 May 2009 07:18:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090530071824A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=56</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#35;SNMP Suite is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It&amp;#39;s developed in C&amp;#35; and can be used for VB.NET, Delphi Prism, and so on.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, &amp;#35;SNMP Team, and other contributors.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;History and the Team&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Current team members includes,&lt;br /&gt;Lex Li&lt;br /&gt;Steve Santacroce&lt;br /&gt;Chris Cunlif&lt;br /&gt;Patrick O'Donnell&lt;br /&gt;and Robert O'Donnell &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;
&lt;li&gt;A 100% &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; friendly implementation&lt;/li&gt;
&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;
&lt;li&gt;Open source under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C++, Delphi Prism, IronPython, and so on.&lt;/li&gt;
&lt;li&gt;SNMP v2c support is almost complete in CrossRoad. SNMP v3 support is just started.&lt;/li&gt;
&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;#SNMP MIB Browser and Compiler are designed with &lt;b&gt;Windows Forms&lt;/b&gt;. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;they can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://unity.codeplex.com" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects"&gt;Similar Open Source Projects&lt;/a&gt;&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 26 Apr 2009 06:43:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090426064324A</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;Version 0.5 (Obsolete) codename: Halfbaked&lt;/li&gt;&lt;/ul&gt;
A natural API interface was done in this release for major SNMP v1 related functions, including GET, GETNEXT, SET, and TRAP.
&lt;ul&gt;&lt;li&gt;Version 0.9 (Obsolete) codename: NineHeaded &lt;/li&gt;&lt;/ul&gt;
Basic MIB documents support was added in this version to make a feature complete SNMP v1 library.
&lt;ul&gt;&lt;li&gt;Version 1.0 (Obsolete) codename: UnicornHorn&lt;/li&gt;&lt;/ul&gt;
The 1.0 release was a performance tuned and bug fixed version over 0.9 with few API changes. 
&lt;ul&gt;&lt;li&gt;Version 1.1 (Obsolete) codename: UnicornHorn Refresh&lt;/li&gt;&lt;/ul&gt;
The 1.1 release is a performance tuned and bug fixed version over 1.0 with a few API changes.
&lt;ul&gt;&lt;li&gt;Version 1.5 (Obsolete) codename: TwinTower&lt;/li&gt;&lt;/ul&gt;
This release presents a #SNMP MIB Browser with almost complete v2c coverage. 
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Version 2.0 (Released)&lt;/b&gt; codename: &lt;a href="http://sharpsnmplib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15118"&gt;CrossRoad&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
This release completes SNMP v1 and v2c support. IP v6 support is also added.&lt;br /&gt;Now this suite contains SNMP library, a MIB browser, a MIB compiler, and several command line utilities.
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Version 3.0  (Current)&lt;/b&gt; codename: Trident&lt;/li&gt;&lt;/ul&gt;
SNMP v3 support should be completed in 3.0 release. &lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 26 Apr 2009 02:44:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20090426024443A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=55</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Sharp SNMP Suite &amp;#40;&amp;#35;SNMP&amp;#41; is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It is developed in C&amp;#35;.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, Lex Li, Steve Santacroce, and other contributors.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;History and the Team&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Now the team members are,&lt;br /&gt;Lex Li&lt;br /&gt;Steve Santacroce&lt;br /&gt;Chris Cunlif&lt;br /&gt;Patrick O'Donnell&lt;br /&gt;and Robert O'Donnell &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;&lt;li&gt;A 100% &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; friendly implementation&lt;/li&gt;&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;&lt;li&gt;Open source,&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;li&gt;after that under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C++, and Delphi Prism.&lt;/li&gt;&lt;li&gt;SNMP v2c support is almost complete in TwinTower RC2. SNMP v3 support is not yet started.&lt;/li&gt;&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;&lt;li&gt;#SNMP MIB Browser is for &lt;b&gt;Windows Forms&lt;/b&gt; only. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;it can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://codeplex.com/unity" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ&amp;amp;referringTitle=Home"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;amp;referringTitle=Home"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References&amp;amp;referringTitle=Home"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects&amp;amp;referringTitle=Home"&gt;Similar Open Source Projects&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 15 Mar 2009 00:48:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090315124809A</guid></item><item><title>Updated Wiki: FAQ</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Where can I find documentation of this project?&lt;/b&gt;&lt;br /&gt;Answer: We have the following resources available at this moment while we keep improving in this area. &lt;br /&gt; &lt;br /&gt;1. FAQ: It is the page you are viewing now.&lt;br /&gt;2. News: At this moment, you may subscribe to &lt;a href="http://lextm.blogspot.com" class="externalLink"&gt;my blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest news.&lt;br /&gt;3. Specifications: A draft version is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;4. Class References: A CHM file is available for major releases. We shall provide Help2 version with Visual Studio/MSDN support in future versions. For daily builds, you may refer to comments in the source files.&lt;br /&gt;5. Knowledge Base: Project team already answered a lot of questions on &lt;a href="http://sharpsnmplib.codeplex.com/Thread/List.aspx" class="externalLink"&gt;Discussion Board&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. If your question is not listed there, please post it.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Is this library free for commercial projects?&lt;/b&gt;&lt;br /&gt;Answer: It is really hard to start an open source project because you need to find a proper license. In my case, I want this library to be both strict open source and friendly to commercial world. Therefore, at last I use &lt;a href="http://www.codeplex.com/sharpsnmplib/license" class="externalLink"&gt;Less GPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to cover the code. This means if you follow LGPL rules, you can use this library in commercial projects for free.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Does it support SNMP v3?&lt;/b&gt;&lt;br /&gt;Answer: Right now the team is working hard to make most SNMP v2 support complete. Once v1 and v2c support accomplished, we shall update our roadmap accordingly.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What's the current version?&lt;/b&gt;&lt;br /&gt;Answer: Please refer to our &lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;amp;referringTitle=FAQ"&gt;Roadmap&lt;/a&gt; here.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Why should I use this library?&lt;/b&gt;&lt;br /&gt;Answer: It is hard to explain. &lt;br /&gt;On one hand, there are indeed a lot of commercial packages available throughout the market. However, &lt;a href="http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html" class="externalLink"&gt;my evaluation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; shows that most of them are too expensive and a few of them only provides limited functions a developer may need.&lt;br /&gt;On the other hand, there are few open source packages existing on .NET platform. For example, I cannot compile SNMP++.NET successfully and I don't think that library provides a natural enough API interface.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Could I join this project?&lt;/b&gt;&lt;br /&gt;Answer: Welcome. You can do a lot to help even if you may not have the chance and ability to contribute patches and new functions.&lt;br /&gt;Here are a list of items I expect,&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments on the API. &amp;quot;Is it natural enough? What changes should be made to make it more natural&amp;quot;.&lt;/li&gt;&lt;li&gt;Bug reports. &amp;quot;Does it work in your case? What's wrong then&amp;quot;?&lt;/li&gt;&lt;li&gt;Patches. &amp;quot;I found a bug and created a patch to fix it&amp;quot;. I am more than glad to integrate patches into next release.&lt;/li&gt;&lt;li&gt;New functions.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Why choose CodePlex.com as host?&lt;/b&gt;&lt;br /&gt;Answer: Well, I think its feature set matches our current needs.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Why when I compile the source code an error is displayed about AssemblyInfo task?&lt;/b&gt;&lt;br /&gt;Answer: Please open readme.txt in the source code package to see what is missing on your computer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Which language does this library support?&lt;/b&gt;&lt;br /&gt;Answer: Technically speaking, all .NET languages are supported, such as C#, VB.NET, &lt;a href="http://www.codegear.com/products/delphi/prism" class="externalLink"&gt;Delphi Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, C++/CLI, IronPython, IronRuby, and so on.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Is this library thread safe?&lt;/b&gt;&lt;br /&gt;Answer: Not yet. Please use static methods in Manager or Agent component which should be thread safe.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to diagnose problems?&lt;/b&gt;&lt;br /&gt;Answer: A general approach is like this,&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Does this problem reproducible? &lt;/li&gt;&lt;li&gt;Do other libraries behave the same? Please test with &lt;a href="http://www.net-snmp.org/" class="externalLink"&gt;Net-SNMP&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which is also open source.&lt;/li&gt;&lt;li&gt;Does the latest build in the repository work?&lt;/li&gt;&lt;li&gt;Is this a &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;known issue&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;?&lt;/li&gt;&lt;li&gt;Prepare extra information (a &lt;a href="http://www.wireshark.org/" class="externalLink"&gt;Wireshark&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="http://www.microsoft.com/DownLoads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&amp;amp;displaylang=en" class="externalLink"&gt;Network Monitor&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; log for network traffic, stack trace for exceptions, MIB file for parser errors). Then &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;open a bug report here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with the log file attached. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Why some methods are marked as Obsolete?&lt;/b&gt;&lt;br /&gt;Answer: After 1.5 release, #SNMP Library API will be changed a little bit. Therefore, some methods are obsolete from now on. Please avoid using them from now on.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to fire feature requests&lt;/b&gt;&lt;br /&gt;Answer: Please use this thread &lt;a href="http://sharpsnmplib.codeplex.com/Thread/View.aspx?ThreadId=28776"&gt;What do you want from #SNMP?&lt;/a&gt; to fire me feature requests. You can vote on features using the &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;Issue Tracker&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;If all above do not resolve your problem or you have questions on them, please feel free to start a discussion in &lt;a href="http://www.codeplex.com/sharpsnmplib/Thread/Create.aspx" class="externalLink"&gt;Discussion section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>lextm</author><pubDate>Sat, 14 Mar 2009 02:42:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: FAQ 20090314024201A</guid></item><item><title>Updated Wiki: Similar Open Source Projects</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar Open Source Projects&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
There are other open source projects in this field.&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;SNMP++.NET is a popular choice. However, it lacks of a natural API interface because it is based on SNMP++, a C++ project. And there is not enough documentation except this excellent &lt;a href="http://www.codeproject.com/KB/cs/SNMPDLL.aspx" class="externalLink"&gt;Code Project article&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Indy for CLR is a .NET port of popular Delphi VCL library named Internet Direct (Indy). Now the project is hosted at &lt;a href="http://www.codeplex.com/IndySockets" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. However, the SNMP functions is not yet ported to .NET at this moment.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;If you are using other programming languages, or you prefer a commercial product, please check &lt;a href="http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html" class="externalLink"&gt;this evaluation report&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and hope it help.&lt;br /&gt;
&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 01 Mar 2009 07:03:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Similar Open Source Projects 20090301070342A</guid></item><item><title>Updated Wiki: Home</title><link>http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Home&amp;version=54</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Sharp SNMP Suite &amp;#40;&amp;#35;SNMP&amp;#41; is a free set of SNMP tools based on an open source library for developers who target Microsoft .NET&amp;#47;Novell Mono platforms. It is developed in C&amp;#35;.&lt;br /&gt;&lt;br /&gt;&amp;#40;C&amp;#41; 2008-2009 Malcolm Crowe, Lex Li, Steve Santacroce, and other contributors.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;History&lt;/b&gt;&lt;br /&gt;This project is based on &lt;b&gt;&lt;a href="http://cis.paisley.ac.uk/crow-ci0/" class="externalLink"&gt;Malcolm Crowe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;'s research on this topic at University of the West of Scotland. You can find the original code written by Malcolm &lt;a href="http://cis.paisley.ac.uk/crow-ci0/#Research" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Now Lex Li and Steve Santacroce are the maintainers.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Design Aims of #SNMP Library&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A natural API interface to encapsulate SNMP functions&lt;/li&gt;&lt;li&gt;A 100% &lt;a href="http://www.mono-project.com" class="externalLink"&gt;Mono&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; friendly implementation&lt;/li&gt;&lt;li&gt;Open source under &lt;a href="http://www.opensource.org/licenses/lgpl-license.php" class="externalLink"&gt;LGPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be referenced by both commercial and open source applications).&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Design Aims of #SNMP MIB Browser and Compiler&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;MIB tools that contain basic functionalities for freelance developers who cannot afford those expensive commercial tools.&lt;/li&gt;&lt;li&gt;Open source,&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;1.5 and earlier under &lt;a href="http://www.opensource.org/licenses/bsd-license.php" class="externalLink"&gt;BSD&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (can be used in most applications). &lt;/li&gt;&lt;li&gt;after that under &lt;a href="http://opensource.org/licenses/mit-license.php" class="externalLink"&gt;MIT/X11&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Specification Document&lt;/b&gt;&lt;br /&gt;Specification document for #SNMP Suite is still under way. The public draft is available &lt;a href="http://docs.google.com/Doc?id=dhh967bb_29hcms9zhh" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;#SNMP Library can be used in any .NET language, such as VB.NET, Managed C++, and Delphi Prism.&lt;/li&gt;&lt;li&gt;SNMP v2c support is almost complete in TwinTower RC2. SNMP v3 support is not yet started.&lt;/li&gt;&lt;li&gt;Solution and project files of #SNMP for both Visual Studio 2005 and 2008 are provided in the repository.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Sample projects are distributed in source code form only. Please find them in the source code package.&lt;/b&gt;&lt;/li&gt;&lt;li&gt;#SNMP MIB Browser is for &lt;b&gt;Windows Forms&lt;/b&gt; only. Because of &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;DockPanel Suite&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;b&gt;it can only run on Windows at this moment&lt;/b&gt;.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;License Notice&lt;/b&gt;&lt;br /&gt;Source code of #SNMP Library is released under LGPL. &lt;br /&gt;Source code of #SNMP MIB Browser and Compiler is released under MIT/X11. DockPanel Suite component is used, which is available &lt;a href="http://www.sourceforge.net/projects/dockpanelsuite" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Unity component is used, which is available &lt;a href="http://codeplex.com/unity" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Source code of other samples is released in public domain.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Donate&lt;/b&gt;&lt;br /&gt;Show your appreciation for all my open source projects including #SNMP and support future development by clicking this link.&lt;br /&gt;&lt;a href="http://sourceforge.net/donate/index.php?group_id=170248" class="externalLink"&gt;Donate&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Other Useful Links&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=FAQ&amp;amp;referringTitle=Home"&gt;FAQ&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Roadmap&amp;amp;referringTitle=Home"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Other%20References&amp;amp;referringTitle=Home"&gt;Other References&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sharpsnmplib.codeplex.com/Wiki/View.aspx?title=Similar%20Open%20Source%20Projects&amp;amp;referringTitle=Home"&gt;Similar Open Source Projects&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>lextm</author><pubDate>Sun, 01 Mar 2009 03:32:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090301033257A</guid></item><item><title>Updated Wiki: FAQ</title><link>http://www.codeplex.com/sharpsnmplib/Wiki/View.aspx?title=FAQ&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Where is the news feed?&lt;/b&gt;&lt;br /&gt;Answer: At this moment, you may subscribe to &lt;a href="http://lextm.blogspot.com" class="externalLink"&gt;my blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for latest news.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Is this library free for commercial projects?&lt;/b&gt;&lt;br /&gt;Answer: It is really hard to start an open source project because you need to find a proper license. In my case, I want this library to be both strict open source and friendly to commercial world. Therefore, at last I use &lt;a href="http://www.codeplex.com/sharpsnmplib/license" class="externalLink"&gt;Less GPL&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to cover the code. This means if you follow LGPL rules, you can use this library in commercial projects for free.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Does it support SNMP v3?&lt;/b&gt;&lt;br /&gt;Answer: Right now the team is working hard to make most SNMP v2 support complete. Once v1 and v2c support accomplished, we shall update our roadmap accordingly.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What's the current version?&lt;/b&gt;&lt;br /&gt;Answer: Please refer to our &lt;a href="http://www.codeplex.com/sharpsnmplib/Wiki/View.aspx?title=Roadmap&amp;amp;referringTitle=FAQ"&gt;Roadmap&lt;/a&gt; here.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Why should I use this library?&lt;/b&gt;&lt;br /&gt;Answer: It is hard to explain. &lt;br /&gt;On one hand, there are indeed a lot of commercial packages available throughout the market. However, &lt;a href="http://lextm.blogspot.com/2007/12/product-review-snmp-libraries-for-net.html" class="externalLink"&gt;my evaluation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; shows that most of them are too expensive and a few of them only provides limited functions a developer may need.&lt;br /&gt;On the other hand, there are few open source packages existing on .NET platform. For example, I cannot compile SNMP++.NET successfully and I don't think that library provides a natural enough API interface.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Could I join this project?&lt;/b&gt;&lt;br /&gt;Answer: Welcome. You can do a lot to help even if you may not have the chance and ability to contribute patches and new functions.&lt;br /&gt;Here are a list of items I expect,&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Comments on the API. &amp;quot;Is it natural enough? What changes should be made to make it more natural&amp;quot;.&lt;/li&gt;&lt;li&gt;Bug reports. &amp;quot;Does it work in your case? What's wrong then&amp;quot;?&lt;/li&gt;&lt;li&gt;Patches. &amp;quot;I found a bug and created a patch to fix it&amp;quot;. I am more than glad to integrate patches into next release.&lt;/li&gt;&lt;li&gt;New functions.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Why choose CodePlex.com as host?&lt;/b&gt;&lt;br /&gt;Answer: Well, I think its feature set matches our current needs.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Why when I compile the source code an error is displayed about AssemblyInfo task?&lt;/b&gt;&lt;br /&gt;Answer: Please open readme.txt in the source code package to see what is missing on your computer.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Which language does this library support?&lt;/b&gt;&lt;br /&gt;Answer: Technically speaking, all .NET languages are supported, such as C#, VB.NET, &lt;a href="http://www.codegear.com/products/delphi/prism" class="externalLink"&gt;Delphi Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, C++/CLI, IronPython, IronRuby, and so on.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Is this library thread safe?&lt;/b&gt;&lt;br /&gt;Answer: Not yet. Please use static methods in Manager or Agent component which should be thread safe.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to diagnose problems?&lt;/b&gt;&lt;br /&gt;Answer: A general approach is like this,&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Does this problem reproducible? &lt;/li&gt;&lt;li&gt;Do other libraries behave the same? Please test with &lt;a href="http://www.net-snmp.org/" class="externalLink"&gt;Net-SNMP&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which is also open source.&lt;/li&gt;&lt;li&gt;Does the latest build in the repository work?&lt;/li&gt;&lt;li&gt;Is this a &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;known issue&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;?&lt;/li&gt;&lt;li&gt;Prepare extra information (a &lt;a href="http://www.wireshark.org/" class="externalLink"&gt;Wireshark&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; or &lt;a href="http://www.microsoft.com/DownLoads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&amp;amp;displaylang=en" class="externalLink"&gt;Network Monitor&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; log for network traffic, stack trace for exceptions, MIB file for parser errors). Then &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;open a bug report here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with the log file attached. &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Why some methods are marked as Obsolete?&lt;/b&gt;&lt;br /&gt;Answer: After 1.5 release, #SNMP Library API will be changed a little bit. Therefore, some methods are obsolete from now on. Please avoid using them from now on.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;How to fire feature requests&lt;/b&gt;&lt;br /&gt;Answer: Please use this thread &lt;a href="http://www.codeplex.com/sharpsnmplib/Thread/View.aspx?ThreadId=28776"&gt;What do you want from #SNMP?&lt;/a&gt; to fire me feature requests. You can vote on features using the &lt;a href="http://www.codeplex.com/sharpsnmplib/WorkItem/List.aspx" class="externalLink"&gt;Issue Tracker&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;If all above do not resolve your problem or you have questions on them, please feel free to start a discussion in &lt;a href="http://www.codeplex.com/sharpsnmplib/Thread/Create.aspx" class="externalLink"&gt;Discussion section&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>lextm</author><pubDate>Sat, 21 Feb 2009 04:49:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: FAQ 20090221044935A</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://www.codeplex.com/sharpsnmplib/Wiki/View.aspx?title=Roadmap&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Version 0.5 (Obsolete) codename: Halfbaked&lt;/li&gt;
&lt;/ul&gt;A natural API interface was done in this release for major SNMP v1 related functions, including GET, GETNEXT, SET, and TRAP.&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Version 0.9 (Obsolete) codename: NineHeaded &lt;/li&gt;
&lt;/ul&gt;Basic MIB documents support was added in this version to make a feature complete SNMP v1 library.&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Version 1.0 (Obsolete) codename: UnicornHorn&lt;/li&gt;
&lt;/ul&gt;The 1.0 release was a performance tuned and bug fixed version over 0.9 with few API changes. &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Version 1.1 (Obsolete) codename: UnicornHorn Refresh&lt;/li&gt;
&lt;/ul&gt;The 1.1 release is a performance tuned and bug fixed version over 1.0 with a few API changes.&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version 1.5 (Released)&lt;/b&gt; codename: &lt;a href="http://www.codeplex.com/sharpsnmplib/Release/ProjectReleases.aspx?ReleaseId=15319"&gt;TwinTower&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;This release presents a #SNMP MIB Browser with almost complete v2c coverage. &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version 2.0 (Current)&lt;/b&gt; codename: CrossRoad&lt;/li&gt;
&lt;/ul&gt;Implement Trap Panel in Browser&lt;br /&gt;Add Trap functionality to the TestAgent&lt;br /&gt;Integrate the Unity Framework in the Browser and Compiler&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version 3.0&lt;/b&gt; codename: Trident&lt;/li&gt;
&lt;/ul&gt;SNMP v3 support should be completed in 3.0 release. &lt;br /&gt;
&lt;/div&gt;</description><author>Lister</author><pubDate>Wed, 28 Jan 2009 05:08:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20090128050823A</guid></item></channel></rss>