raindarr / wattdepot

Automatically exported from code.google.com/p/wattdepot
0 stars 0 forks source link

Create HTML/Javascript replacement for WattDepot Apps #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To see what is going on with a WattDepot server, the current best option is 
WattDepot Apps. However, this system is creaky and requires a separate 
application to be installed (and an additional HTTP port). It could easily be 
replaced with a static HTML page that uses Javascript to query WattDepot for 
plotting and monitoring. WattDepot could serve up the static page directly.

It would be nice if the replacement HTML was responsive so it could be used on 
both mobile and desktop environments.

Other useful features would be a way to create and modify Sources and Users, 
which currently is done via loading XML files on the server, or by custom 
clients.

Original issue reported on code.google.com by rbre...@gmail.com on 31 Jul 2012 at 11:10

GoogleCodeExporter commented 8 years ago
The [WattDepot SPA project](https://code.google.com/p/wattdepot-spa/) has 
created a visualization tool that meets these needs. Unfortunately, there are 
[problems integrating it into the WattDepot JAR 
file](http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=304
2270).

The SPA gets the URL of the WattDepot server by looking at the URL for the 
current page.

Original comment by rbre...@gmail.com on 1 Jun 2013 at 1:53