You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Rob Vella 84cccca2ca
Update composer.json
2 years ago
css Add style for errors 3 years ago
storage Make sure storage dir exists 3 years ago
.gitignore Change array structure 3 years ago
LICENSE Create LICENSE 2 years ago
README.md Update README.md 2 years ago
app.js Remove winsys stuff for general use 2 years ago
composer.json Update composer.json 2 years ago
composer.lock Make sure storage dir exists 3 years ago
composer.phar Update URLs, readme 2 years ago
fetchData.php Merge in changes from win-old 2 years ago
index.html Update date 2 years ago
package.json Limit log entries to 500. Add comments. 3 years ago
stream-server.service Add systemd service 2 years ago
streamServer.php Fix path for composer 2 years ago
yarn.lock Initial commit 3 years ago

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