This is a simple iFrame viewer designed to run as a Duet3d DWC plugin.
[1] Initial version
Reads a url from a configuration file and displays the corresponding web page.
On startup, the plugin looks for a configuration file. By default this is /opt/dfs/sd/sys/httpViewer/httpViewer.config
It can be edited from the DWC UI by navigating to: system-->httpViewer-->httpViewer.conf
There is only one option and it is mandatory There must only be one entry in the configuration file.
Example
-http http://192.168.1.4:8090 #Causes the page at the url to be displayed
An example configuration file httpViewer.config.example is installed with the plugin.
Note that the method being used to display the url is an iFrame. This means some external web url's will not display. However, since the intended use of this plugin is related to the use of Duet3d - the urls of interest are likely in the same domain. So they should resolve correctly.