• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps SNMP in Android

Valten1992

Newbie
I want to make an Application for Android that uses SNMP (Simple Network Management Protocol) when its run to get the Object Identifiers of a device on the same network as the Android device and use SNMPGet to retrieve that devices values and print it out onto a page.

Now, from what I understand there is no actual library for SNMP on ANdroid (that I am aware of) Is my application possible or will I need to look for an alternative means of accessing values on SNMP Devices? :confused:
 
Have you looked at the availability of Java SNMP libraries? If you can find one that doesn't use any Java APIs that aren't available in Android, then it should work with Android no problem. Otherwise, you would need to create this functionality from scratch following the protocol's RFC.
 
Back
Top Bottom