How can I create 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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
http://sharpsnmplib.codeplex.com