Open-Acidification / TankController

Arduino and web GUI source code for the Open Acidification tank controller (pH-stat unit).
https://open-acidification.github.io/
Mozilla Public License 2.0
8 stars 33 forks source link

Display data saved to server #441

Open jgfoster opened 7 months ago

jgfoster commented 7 months ago

We would like to have a web site that displays info on connected devices. We do have devices uploading current data every minute as well as changes as they happen. This data is stored in root@oap:/var/opt/oap/logs. We want a web app that can server these files and interpret/display the data.

Tasks:

jgfoster commented 7 months ago

Some more notes:

Steps 0, 1, and 2 by March 15 Steps 3 and 4 by June 7

jgfoster commented 6 months ago

Step 0 was implemented with https://gitlab.cs.wallawalla.edu/cs_lab/ansible-configuration/-/merge_requests/143 (note that the link is internal to the CS Lab at WWU).