Click here to Skip to main content
15,885,115 members
Articles / Programming Languages / Visual Basic

An introduction to #SNMP, an Open Source SNMP implementation

Rate me:
Please Sign up or sign in to vote.
4.56/5 (18 votes)
9 Jun 2013MIT4 min read 187.9K   12.2K   41  
This article introduces #SNMP and how to use it to accomplish SNMP operations such as managing SNMP enabled devices.
*Homepage*

#SNMP binaries and documentation are available at http://sharpsnmplib.codeplex.com

#SNMP source code is available at http://github.com/lextm/sharpsnmplib
 
*License*
Please read the following article to get the details,

KB 600012 Source code license explained
http://sharpsnmplib.codeplex.com/wikipage?title=600012&referringTitle=KB

*Samples*
All samples are provided in source code only. Please check out source code and find them.

*Build From Source Code*
From our KB http://sharpsnmplib.codeplex.com/wikipage?title=Knowledge%20Base you can find three articles,

KB 600005 How to compile source code on Windows
http://sharpsnmplib.codeplex.com/wikipage?title=600005&referringTitle=KB

KB 600006 How to compile source code on openSUSE
http://sharpsnmplib.codeplex.com/wikipage?title=600006&referringTitle=KB

KB 600007 How to compile source code on Ubuntu 10.10
http://sharpsnmplib.codeplex.com/wikipage?title=600007&referringTitle=KB

*Notes*
1. VB.NET projects cannot be compiled under Mono at this moment.
2. WinForms applications are not recommended to be used in Visual Studio 2008. Please switch to Visual Studio 2010.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
CEO LeXtudio Inc.
Canada Canada
Developer, podcast producer, book author, blogger and open source advocate.

Microsoft IIS/ASP.NET MVP 2012-2020.

Consulting services can be purchased from https://support.lextudio.com/services/consulting.html

Comments and Discussions