Code Monkey home page Code Monkey logo

snmp-cockpit's Introduction

SNMP Cockpit Android App

A free software GPL v3 Android SNMP reader app.

Features

  • Establish SNMP v1/v2c/v3 connections between your smartphone and a SNMP daemon service in your WIFI IPv4/v6 network
  • Auto-detect SNMP v3 connection configuration
  • Show basic system information and 20+ SNMP tables by default
  • Query results for single OIDs and SNMP tables described here
  • Periodic user interface refresh
  • QR code support for your SNMP endpoints for fast connection setup
  • Show basic system information
  • Custom queries with your OIDs, in single-query and recursive-query mode
  • Integrated exchangeable MIB-Catalog (see documentation for more information)
    • Use the built-in MIB catalog (RFC 1213 + common MIBs of net-snmp) or generate and import your own as
  • QR-code support for SNMP connections
  • No tracking, no ads

Please report feedback and bugs via GitHub Issue Tracker or via E-Mail. Thank you!

App Screenshot 1 App Screenshot 2 App Screenshot 3 App Screenshot 4 App Screenshot 5 App Screenshot 5

NOT included features

  • SNMP write operations (atm not in the app's scope)
  • SNMP traps

Requirements

  • minSdk: 24 (Android 6.0)
  • targetSdk: 34
  • at least one SNMP capable device in your WIFI network

SNMP information

SNMP4J, Apache v2, org.snmp4j:snmp4j

Supported auth protocols: SHA-1, MD5, HMAC128SHA224, HMAC192SHA256, HMAC256SHA384, HMAC384SHA512

Supported privacy protocols: AES-128, DES, AES-192, AES-256, 3DES

Note: Most of the used (transport/auth) security mechanisms in SNMP protocol are weak and vulnerable in any way.

More details about the SNMP connection is described here

MIBs (built-in by default catalog)

The following list is by default available:

  • RFC1213-MIB
  • IP-MIB
  • IP-FORWARD-MIB
  • SNMP-FRAMEWORK-MIB
  • SNMP-MPD-MIB
  • TRANSPORT-ADDRESS-MIB
  • IF-MIB
  • IANA-RTPROTO-MIB
  • TCP-MIB
  • UDP-MIB
  • HOST-RESOURCES-MIB
  • HOST-RESOURCES-TYPES
  • OPENBSD-BASE-MIB
  • OPENBSD-CARP-MIB
  • OPENBSD-MEM-MIB
  • OPENBSD-PF-MIB
  • OPENBSD-RELAYD-MIB
  • OPENBSD-SENSORS-MIB
  • UCD-SNMP-MIB

This can be replaced with your own MIB collection. You need a python environment and a bash shell/unix environment. Use this guide.

Built-in SNMP tables

docs/current_tab_contents.txt

Configuration options

Configuration options 1

Changelog

CHANGELOG.md.

Contribution

There are several ways possible contributing to this project:

  • Please do not hesitate to report and file issues in GitHub Issue Tracker.
  • Translate the app into other languages
  • Create Pull Requests, Have a look at the small Development guide
  • Extend and write documentation
  • Provide useful SNMP catalog files as .zip (we will link them here)

License

This project is licensed under GPL v3, except all third party components, MIBs and libraries and icons or unless stated otherwise.

snmp-cockpit's People

Contributors

dependabot[bot] avatar emschu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

berlin4apk

snmp-cockpit's Issues

FATAL EXCEPTION: java.lang.RuntimeException: An error occurred while executing doInBackground()

FATAL EXCEPTION: pool-1-thread-7
Process: org.emschu.snmp.cockpit, PID: 19868
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:399)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: java.lang.ClassCastException: org.emschu.snmp.cockpit.y.n.c.o cannot be cast to org.emschu.snmp.cockpit.y.m
at org.emschu.snmp.cockpit.a0.i.b(TabTaskHelper.java:1)
at org.emschu.snmp.cockpit.a0.d.b(Unknown Source:0)
at org.emschu.snmp.cockpit.a0.d.e(SourceFile:3)
at org.emschu.snmp.cockpit.a0.d.doInBackground(SourceFile:1)
at android.os.AsyncTask$3.call(AsyncTask.java:378)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more

Standalone APK?

Hello,

I can see that the app is available on the Play store, but it is possible to have a stand-alone APK at the moment?

Thank You,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.