Skip to main content

Posts

Showing posts with the label SNMP

SNMP in C#.NET

One of our applications is going to send network status messages using  SNMP . This is nothing we have done before and seems like a fairly extensive project. That is why I was very happy to find  #SNMP Library on  CodePlex . Thank you  Microsoft  for this magnificent open source community, and of course a big thank you to all the contributors! I have not contributed to anything yet, but I feel a sudden urge to do so. Now there are only some specifications and a little development before we can name ourselves SNMP experts. I will post some code as soon as I have something to show. Until then all I can do is to recommend the samples included in  #SNMP .