Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

MR-Keyboard log analysis

This is a simple analysis script for the logs from the MR-Keyboard. This is currently analysing the arrival time of the input packets (and the time between two packets) and the utc offsets of the boards changed by the adaptive offset correction. It also generates pretty graphs!

It is intended to analyse the data written in the log when calling the MR-Keyboard with the -aoc flag.

Assumptions

We assume the boards are numbered (in increments of 1 but don't have to start at 0) and that all files are in the input folder and created by pythons RotatingFileHandler log handler.

Usage

It can analyse multiple groups of log files at once, just drop them in the input folder and run the program.