Skip to content

Web Server

Sebastian Kapp edited this page Feb 25, 2021 · 1 revision

WebServer

The web server provides the control interface over HTTP.

Configuration

Framework Components

Data Provider, Data Logger and Accuracy Grid which are controlled over the interface

Listener Base URI

URI on which the app listens to HTTP connection requests. It is recommended to leave the wildcard for the ip address, however the port can be customized.

Web Files

Static files which are served over the HTTP server. They consist of the main HTML of the interface as well as the accompanying custom JS files and the Bootstrap CSS file.

Clone this wiki locally