rice-eclipse / resfet

Hybrid rocket engine control software for engine tests (coldflow and hotfire), written in C++.
http://eclipse.rice.edu/resfet
GNU General Public License v3.0
1 stars 1 forks source link

Logger Module (for Sensor Readings) #5

Closed berkalpyakici closed 4 years ago

berkalpyakici commented 5 years ago

We should be storing the sensor readings (both raw and modified) on local storage as UDP connection to dashboard may not be as accurate. We want a /readings directory that will be populated by reading files, named by the creation dates (a log file for each ./run command - instance). We should use ISO 8601 format (2013-04-01T13:01:02).

We should also discuss the formatting of this reading file - as we want resfet-dashboard to be able to read and parse it in the future.