aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/motan/data_logger.py
Commit message (Collapse)AuthorAgeFilesLines
* motan: Add support for analyzing "angle" sensor dataKevin O'Connor2022-03-291-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan: Improve handling of errors during data subscriptionsKevin O'Connor2021-09-261-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* motan: Add support for dumping and analyzing adxl345 dataKevin O'Connor2021-08-301-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* data_logger: Flush the initial index file when all queries completeKevin O'Connor2021-08-241-40/+37
| | | | | | This should avoid zero byte index files for small captures. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* data_logger: Add tool for bulk logging of data via the API serverKevin O'Connor2021-08-221-0/+192
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>