Is SNMP supported on Android?

I would like to know if SNMP is supported in Android (2.1)?
If it is not available, is it possible to migrate the snmp source for Android? (Some pointers plz ..)

If it is available, how can I check its availability on my device.

All pointers are welcome.

Thanks
Sen

+3
source share
2 answers

, , , . - , SNMP Android 2.1. , , , snmp4j . (snmp4android ), , , , snmp4j.agent.

, , log4j.

, / - slf4j, , .

, , , , .

+1

SNMP4J 2.x Android . ,

  static {
    LogFactory.setLogFactory(new ConsoleLogFactory());
    ConsoleLogAdapter.setDebugEnabled(true);
  }

. , Android Logging Adapter , .

+3

All Articles