How can i create a snmp trap handlers using c# ? For receiving info from the UPS which is connected directly to the LAN network with its own IP address
Thanks.
How can i create a snmp trap handlers using c# ? For receiving info from the UPS which is connected directly to the LAN network with its own IP address
Thanks.
You may start from SNMP protocol to create your own, or utilize existing libraries,
http://www.lextm.com/2007/12/product-review-snmp-libraries-for-net.html
To be biased, I recommend my own open source project #SNMP, where you can find how to capture traps (snmptrapd.exe sample in source code package), and then you can easily handle them.