Skip to content

schuetzi99/Hector9000WebUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hector9000WEBUI

Usage:

This frontend is tested and optimized only on a 800x480 Chromium browser. There could occur problems in other browsers / screen sizes.

To get the full experience add a Data70.ttf containing the Data70 font to the working directory

For Testing without MQTT-Server:

Set JS-Variable:

var testing = true;

For Production/Testing with MQTT-Server:

var testing = false;
var host = %HOSTNAME%;
var port = %PORTNUMBER%;

Make sure your MQTT-Server has Websocket support and set the port to the websocket port of your MQTT-Server.

To add Websocket support to the standart mosquitto MQTT-Server add:

listener %PORTNUMBER%
protocol websockets

to your mosquitto config file and then restart your MQTT-Server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.7%
  • HTML 28.3%