index
:
dodoradio/asteroid-sensorlogd
master
A sensor logger for AsteroidOS.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
(
follow
)
Age
Commit message (
Expand
)
Author
2023-08-07
Add some compensation to the barometer
Arseniy-Movshev
2023-08-07
Add a new logger for barometer
Arseniy-Movshev
2023-07-23
Moved setupFilePath to common from logger
Arseniy-Movshev
2023-07-12
Remove leftover qtpositioning reference
Arseniy-Movshev
2023-07-02
Move fileaddrecord to common.h so that it can be used from qml plugin
Arseniy-Movshev
2023-06-20
Compensate for steps when daemon starts up and when date changes
Arseniy-Movshev
2023-06-20
Move fileNameForDate to a common header file
Arseniy-Movshev
2023-06-11
StepCounter: revert to an offsets model
Arseniy-Movshev
2023-06-05
Add a log message to debug failing step counter resets
Arseniy-Movshev
2023-06-02
Make sure we aren't writing to previous day if today file exists
Arseniy-Movshev
2023-06-01
Clean up log messages
Arseniy-Movshev
2023-06-01
Add a check for whether the daemon is starting the first time this boot
Arseniy-Movshev
2023-06-01
Make sure we open files as readonly when we're reading them so we don't creat...
Arseniy-Movshev
2023-06-01
Trigger a recording when the daemon starts
Arseniy-Movshev
2023-06-01
step counter: Make sure that there's a time for the last record when sensor l...
Arseniy-Movshev
2023-06-01
Move to resetting the sensor in hardware
Arseniy-Movshev
2023-05-31
Clear the step counter in hardware after midnight
Arseniy-Movshev
2023-05-30
Move overnight steps compensation code to the place where it's recorded
Arseniy-Movshev
2023-05-29
Add a method for daemon recordings to be triggered from qml
Arseniy-Movshev
2023-05-29
Make sure step count doesn't duplicate
Arseniy-Movshev
2023-05-28
Make the log path configurable
Arseniy-Movshev
2023-05-28
Allow sensorlogd to set up its directory structure
Arseniy-Movshev
2023-05-28
Add a new LoggerSettings type
Arseniy-Movshev
2023-05-28
Add a dbus interface to allow reinitialising the logger
Arseniy-Movshev
2023-05-28
Fix up the settings implementation
Arseniy-Movshev
2023-05-26
Add systemd services and rename executable
Arseniy-Movshev
2023-05-26
Restructure to split to daemon and qml accessor
Arseniy-Movshev