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.
QnetGateway/DASHBOARD.README

30 lines
1.3 KiB

##### DASHBOARD.README #####
A web-based dashboard can be enabled. The dashboard has several sections
that you can display in any order. You can also control the refresh rate and
how many rows you want in the Last Heard section. You can configure these
features with the ./qnconfig menu. Don't set the refresh time faster than about
10 seconds. If you do, it will become difficult to use the Send URCall button.
To install the dashboard system, run the following command:
sudo make installdash
Note that this will install a php web server and all necessary packages needed
for the server. To uninstall, run the following:
sudo make uninstalldash
These installed "necessary packages" are not uninstalled by the uninstall script.
It will only shut down the php web server.
Once the dashboard server is running, simply point a browser at the Hotspot's IP
address or at http://<hostname>.local/ (on the same subnet).
Please note that this is a very simple server and is not recommended for the
world wide web. If you want a robust dashboard accessible from the web, you
will want to use a hardened server, like apache, and a different index.php file.
Please note that if you are tryping in a URCALL when the webpage is refreshing,
the entry field will loose focus and you'll have to try again.

Powered by TurnKey Linux.