I am looking for a way to query a device (such as a router or switch) via SNMP and have it display on a webpage, is this something that is possible with Xojo and if so how would I get that done.
It would be an agent running on the PC /Mac and then gather that information and upload to website
Thanks Christian I have had a look at this and it will work for some of what I want. But I also want to do a walk of the device and get all the information about it
Kinda like this
using this command
snmpwalk -v 2c -c <community_string> -O e <IP_Address>
But currently it’s a “Security is not my problem” solution.
At work we often use Nano Station, Canopy and Wimax Beam Antennas to connect customers to the Internet and it would be nice to have a Mac/Win SNMPv3 solution within MBP Plugins.
@Christian Schmitz, das soll keine Kritik sein. Wollte nur “witzig” sein
Actually I am looking for a way to just walk the device and get the information about it. it looks like this is doing an SNMPGet . Is there a way to just walk the device and find information about it.