android - how to get all error information from the router and show in app -


i need capture/get router error data how many times restarted, when got hanged, heating issues etc , show details in android app.

so how or can these details of router.

thanks

if you're writing app retrieve these values snmp way go. router vendor should publish mibs device supports , mainline vendors (cisco, hp, dell, juniper) support things temperature, interface errors, fan speed, alarms..etc

even if router doesn't support these it's still pretty runs rfc1213-mib still gives basic information such router's name, description, location, contact, time, interfaces, , ip addresses.

for android, snmp android comes mind , might library started.


Comments