diff --git a/app.js b/app.js index fee2c32..411c5b6 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,5 @@ /** - * WIN System Log Tail / Who's Talking? + * Public Allmon Who's Talking? * * @author Rob Vella KK9ROB * @type {Vue} @@ -168,4 +168,4 @@ String.prototype.hashCode = function() { hash = hash & hash; // Convert to 32bit integer } return Math.abs(hash); -}; \ No newline at end of file +}; diff --git a/index.html b/index.html index e6e9549..58b1742 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Who's Talking? - WIN System + Who's Talking? @@ -13,12 +13,12 @@
-

WIN System - Who's Talking?

+

Who's Talking?

- Not all keyups are captured. This is not an official WIN system feed.

+ Not all keyups are captured.

© 2020 Rob Vella KK9ROB
diff --git a/streamServer.php b/streamServer.php index c883885..ef1213b 100644 --- a/streamServer.php +++ b/streamServer.php @@ -84,10 +84,10 @@ class Stream public function getAllMonUri() { $hubsStr = implode(",", $this->hubs); - // return "https://allmon.winsystem.org/server.php?nodes=2353"; + return "http://localhost/server.php?nodes=" . $hubsStr; + // Use this return if you want all nodes + // return "http://localhost/server.php"; // return __DIR__ . '/test.stream'; - return "https://allmon.winsystem.org/server.php?nodes=" . $hubsStr; - return "http://kk9rob/allmon2/server.php?nodes=52003"; } /** @@ -99,7 +99,7 @@ class Stream $this->openStream(); if (!$this->stream) { - $this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEY [via 0000] [WINSystem Allmon Connection Failed]"); + $this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEY [via 0000] [Allmon Connection Failed]"); sleep(120); // Systemd / Supervisor will restart us anyway exit;