This is a website for displaying measurements from T&L nodes. The measurements are obtained from a MQTT broker and/or a database.
See the Sensor Nodes site for more details.
At this point only the Gauges page is functional.
On a system with Apache2 installed:
-
Copy the
TLnodeConsole.conf
file to thesites-available/
directory. -
Adjust the values in the
sites-available/TLnodeConsole.conf
to match your environment. -
Copy the
html/js/mqttConfig.js_template
tohtml/js/mqttConfig.js
-
Adjust settings in
html/js/mqttConfig.js
to match your MQTT configuration. -
Enable the web site:
$ sudo a2ensite TLnodeConsole.conf
-
You can test the web site without a MQTT broker or TLnodes by uncommenting the test code in
html/js/gauges.js
-
mqttws31-min.js
is the Eclipse Paho Javascript client. It is covered by the Eclipse Public License Version 1.0 and Eclipe Distribution License 1.0. Refer to the LICENSE_EDL.txt file for details. -
justgage-1.1.0.min.js
is the JustGage plugin. It is covered by the MIT License -
jQuery files are licensed by the MIT License.
-
Font Awesome 4.5.0 Created by Dave Gandy.
- Font Awesome licensed under SIL OFL 1.1
- Font Awesome code licensed under MIT License
- Font Awesome documentation licensed under CC BY 3.0
-
Other files are covered by the Creative Commons Attribution-ShareAlike 4.0 International Public License or the Whatever Web Hippie License. See the LICENSE.txt and LICENSE_WWHL.txt files.