Hello,
I want to create an application using C# (or any other .NET language) that will receive SNMP traps. However, my hours of web searching for the SNMP API for .NET has turned up very little. MSDN does have a brief description of the Microsoft SNMP API. However, it's not very clear on how to use it. I can't seem to figure out what to "include" or in the case of C# what to "using ????".
Ideally, I am looking for a very very simple "Hello, World" style program that uses the SNMP API. From that, I should be able to figure out the rest.
So, my question is: Does anyone know how to use the SNMP API that comes with .NET (Microsoft Visual Studio .NET)? If so, could you post a very very simple example on how to use the API?
Start Free Trial