forked from lextudio/sharpsnmplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
32 lines (21 loc) · 1.24 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[![Build status](https://ci.appveyor.com/api/projects/status/7il4faq46rpgd2np)](https://ci.appveyor.com/project/lextm/sharpsnmplib)
*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.