You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
##### DASH #####
|
|
|
|
This is the minimum viable dashboard to be useful. It provides the
|
|
following information, refreshed every 30s:
|
|
|
|
* Node Callsign
|
|
* Node TX Frequency
|
|
* Node IP Address
|
|
* Currently Linked Reflector
|
|
|
|
It also has a button to disconnect the currently connected reflector, and a text
|
|
field and button to connect to another reflector. Only the first 7 characters
|
|
entered here will be used, the rest will be discarded. If the reflector entered
|
|
is not valid (or not included in the gwys.txt file) the command will still run
|
|
but have no effect.
|
|
|
|
To access the dashboard, simply point a browser at the Hotspot's IP address or
|
|
at http://<hostname>.local/ (on the same subnet).
|
|
|
|
|
|
To install, run the following command after the main installation:
|
|
|
|
sudo make installdash
|
|
|
|
Note that this will install the PIP package for Python3 if not installed, and
|
|
it will also install the libconf Python module. These are not uninstalled by the
|
|
uninstall script, but as these are idempotent commands, there is no issue running
|
|
the install if they are already present.
|
|
|
|
|
|
To uninstall, run the following:
|
|
|
|
sudo make uninstalldash
|