Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1 KB

README.md

File metadata and controls

19 lines (11 loc) · 1 KB

NOC Display

A simple Android application which displays a full-screen browser based on a JSON call. This is for use within a Network Operations Centre, which is documented here and here.

** Note: ** This shouldn't be considered a complete project which is ready to compile. Please feel free to fork and modify to suit your own needs.

Incomplete Parts

  • URL call to the remote server is hardcoded in NOCDisplay.java (search for ELASTICSEARCHSERVER)
  • No time based rotation. This relies on the webpage itself to refresh the screen.
  • Although it hasn't been a problem, the error and exception handling probably aren't perfect.

This code is released under the MIT license.

Build Environment

This has been written using Android Studio 2.2 under a Linux environment with the Android SDK version 24 and targeted against version 13 and higher.