Files
freedavis/web
Milan Toman 2d3cf7b56b Cleanup
2018-07-14 23:13:24 +02:00
..
2018-07-02 10:59:57 +02:00
2018-07-02 10:59:57 +02:00
2018-07-14 23:13:24 +02:00
2018-07-02 10:59:57 +02:00
2018-07-14 23:13:24 +02:00
2018-07-02 10:59:57 +02:00
2018-07-02 10:59:57 +02:00
2018-07-02 10:59:57 +02:00

The GUI. Web based. Python.

This folder should contain all the files related to displaying and manipulating data via the UI. That means, everything related to the connections to the outside.

UPDATE: a complete rewrite of current to accommodate all new developers.

By this I mean, we'll be slowly going through the whole code class by class to build a better world.

Server

I'd say cherrypy. It is lightweight and relatively simple to use. Pure python, of course

DB

Python calls to Influx. NOT using the influxdb library might be a good idea. We'll see. Currently the library is being used.

HTML

Bootstrap 3, default admin / dasboard theme

JS graphs

Dygraphs