From 9982f4889b2e2af76a5abf018a08ddca1599d1ce Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 25 Apr 2018 21:39:16 +0100 Subject: [PATCH] Dashboard doc v0.1 --- DASHBOARD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 DASHBOARD diff --git a/DASHBOARD b/DASHBOARD new file mode 100644 index 0000000..a215887 --- /dev/null +++ b/DASHBOARD @@ -0,0 +1,22 @@ + ##### DASH ##### + +The first iteration of the dash is very rudimentary, but it provides the +following information, refreshed every 30s: + +* Node Callsign +* Node TX Frequency +* Node IP Address +* Currently Linked Reflector + +To access the dashboard, simply point a browser at the Hotspot's IP address or +at http://.local/ (on the same subnet). + + +To install, run the following command after the main installation: + + sudo make installdash + + +To uninstall, run the following: + + sudo make uninstalldash