I've been looking around the net for a guide or tutorial on how to start on using C#.NET to query SNMP devices but I have been unsuccessful.
I am using Sharpsnmplib because of MIT license.
I didn't understand about the flow of data that how devices will communicate with SNMP agent, is there any event for which agent will listen. How devices send traps to agent and then to manager.
What is v1, v2c and v3.? Is this device configuration.
I guess I have to create some window service and periodically (timer based) execute SendTrapV1 method and in another service(SNMP manager) I have to listen to these traps.
My requirement is to identify the antenna level trap of Impinj Reader and have many SNMP devices in the network.
I have to implement also auto-discovers facility to discover SNMP devices installed in the network.
Any project or code will be helpful in this case.