Go to file
Rob Vella 84cccca2ca
Update composer.json
2021-03-21 17:20:07 -07:00
css Add style for errors 2020-08-02 00:40:49 -07:00
storage Make sure storage dir exists 2020-07-31 17:46:28 -07:00
.gitignore Change array structure 2020-07-31 02:31:08 -07:00
LICENSE Create LICENSE 2021-03-21 17:19:43 -07:00
README.md Update README.md 2021-03-21 17:19:09 -07:00
app.js Remove winsys stuff for general use 2021-01-10 18:30:44 -08:00
composer.json Update composer.json 2021-03-21 17:20:07 -07:00
composer.lock Make sure storage dir exists 2020-07-31 17:46:28 -07:00
composer.phar Update URLs, readme 2021-01-10 23:54:21 -08:00
fetchData.php Merge in changes from win-old 2021-02-07 15:51:38 -08:00
index.html Update date 2021-01-11 00:25:36 -08:00
package.json Limit log entries to 500. Add comments. 2020-07-30 21:39:02 -07:00
stream-server.service Add systemd service 2021-01-10 18:35:57 -08:00
streamServer.php Fix path for composer 2021-01-11 00:23:34 -08:00
yarn.lock Initial commit 2020-07-30 18:36:08 -07:00

README.md

allmon2-last-heard

Shows which Ham Radio nodes are keyed up at one time by consuming data from Allmon/Supermon's server.php

Just plop in a directory that has a PHP web server pointing at it!

Installation

  • Edit streamServer.php and add your hubs to $hubs (line 20, separated by comma)
  • Change user= and group= in stream-server.service to fit your environment
  • Copy stream-server.service to /etc/systemd/system
  • Make sure /srv/http/allmon2/astdb.txt or /var/www/allmon2/astdb.txt exists or is a symlink to a working astdb.txt
  • Make sure hideNodeURL=no in allmon.ini.php for the node stanza that's being monitored
  • Make sure storage/ directory is writable by the PHP user (usually www-data)
./composer.phar install
systemctl enable stream-server
systemctl start stream-server