Android Open Source - Development file AndroidSNMPApplication






Project Summary

Android application that is capable of reading MIB files, storing them in memory and sending kill commands over Telnet to external IP addresses..

Web Site / Source Repository

AndroidSNMPApplication is hosted in the following web site
https://github.com/Valten1992/AndroidSNMPApplication

If you think the Android project AndroidSNMPApplication listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AndroidSNMPApplication.

ItemValue
Java File Count26
Supported screen sizes[hdpi]
Minimum SDK Version8
Activity Count10
jar files usedGraphView-3.0.jar
commons-net-3.2-sources.jar
commons-net-3.2.jar
commons-net-examples-3.2.jar
mibble-mibs-2.9.3.jar
mibble-parser-2.9.3.jar
monkeytalk-agent-1.0.43.jar
snmp4j-2.0.3-javadoc.jar
snmp4j-2.0.3.jar
Required PermissionsREAD_EXTERNAL_STORAGE
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.CHANGE_WIFI_STATE
android.permission.GET_TASKS
android.permission.INTERNET
android.permission.VIBRATE
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

AndroidSNMPApplication has the following Java source files.

me.adapter.mibHashMapAdapter.java
me.adapter.snmpAdapterView.java
me.adapter.snmpDeviceAdapterView.java
me.main.DeviceListActivity.java
me.main.DeviceValuesActivity.java
me.main.ValueSettingsActivity.java
me.main.fileSelectionSplashActivity.java
me.main.mibActivity.java
me.main.mibValuesAddingActivity.java
me.main.networkMapActivity.java
me.main.xmlAddDeviceActivity.java
me.main.xmlCreationActivity.java
me.map.CurrentMapOverlay.java
me.pojo.alertObject.java
me.pojo.snmpObject.java
me.service.monitorTask.java
me.service.monitoringService.java
me.service.snmpService.java
me.trap.trapReceiver.java
me.trap.trapSender.java
mib.mibReading.java
snmp.snmpMethods.java
telnet.telnetInstance.java
xml.XMLParser.java
xml.alertXMLHandler.java
xml.xmlHandler.java