Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am very new to coding, but I was given a project for work involving remote monitoring of workstations. I have successfully used SNMP-NET and iReasoning MIB browser to get the appropriate OIDs and have set up the community to be able to receive the value of the OIDs from other computers.

My challenge is, I need a way to make a Visual Studio User Interface that displays these OID values in real time (i.e. polling every 1 minute). How do I get the visual studio code to "talk" to the other computers? Up until now I have just used the command line to send a "Get Next" prompt from the home computer to the computer I need to monitor.

Is there a certain syntax or command I can use within my code that will allow me to do this? Again I am very new to coding as well as SNMP so I would love all the help I can get. Thanks

What I have tried:

I have tried downloading the C# (C Sharp) library but I'm not sure how to configure that to help me or even what it really does. I have tried writing a command in my code that will write to the command line window on my home computer but I wasn't successful with that and I am sure there is a better solution.

I have looked all over the internet for a simple step by step guide on how to write a piece of code that accesses SNMP OID values from other communities but I have not had any luck
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900