Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.58 KB

GUI.md

File metadata and controls

46 lines (34 loc) · 1.58 KB

GUI - Graphic User Interface

The qaul.net GUI is a HTML GUI, that runs in a WebView. The GUI uses the jQuery Mobile framework.

When qaul.net application is running one can access the GUI via web a browser on port 8081: http://localhost:8081/qaul.html

Web client & Captive Portal

When connecting to qaul.net via wifi without running the qaul.net software the device gets configured with an IP address and a captive portal DNS address.

GUI Development

All GUI files are located in the directory GUI/www. The whole GUI is all in a single web page: GUI/www/qaul.html.

To test and develop the GUI it is good practice to copy all files from the www/ directory to your local web directory. To test the user interface on your local web server copy the test files from GUI/www_GUI-test_static to your the web directory.

cp GUI/www /PathToYourLocalWebDirectory
cp GUI/www_GUI-test_static /PathToYourLocalWebDirectory

Now go to the page qaul.html in your web browser.