Installing C# SNMP Library

By Lex Li

This page shows you how to install C# SNMP Library to your project on Windows. The usage on other platforms (macOS and Linux) should be quite similar.

Install C# SNMP Library via NuGet

The easiest way to get started building applications with C# SNMP Library is to install via NuGet in the latest version of Visual Studio 2015 (including the free Community edition).

  1. Install Visual Studio 2015 or above.

    Be sure to specify that you include the Windows and Web Development.

  2. Install latest NuGet Package Manager.

    This will install the latest NuGet tooling.

  3. Open/create an empty Windows Forms project.

  4. Install C# SNMP Library NuGet packages following NuGet conventions.

The latest package can be found at,

Install C# SNMP Library via source code

C# SNMP Library source code can be directly used in your project.

  1. Download the source code from GitHub, or clone the repo directly.

  2. Open/create a empty Windows Forms project in a solution.

  3. Add SharpSnmpLib.csproj in SharpSnmpLib directory to your solution.

Sample projects for C# SNMP Library are available in their own repo .