Library implementing the core of the logging framework. It creates log.bin
files containing several debug data from several data sources. Data is
compressed with lz4
and optionally encrypted with an asymmetric RSA key.
Daemon on top of liblogger
.
Plugins for each source of logs.
/proc
/.ulog
library.Library to access information stored in the header of log.bin
files.
Library to extract data from a log.bin
.
Convert a log.bin
into a json file conforming to the gutma
specification.
https://github.com/gutma-org/flight-logging-protocol
Python scripts to extract data from a log.bin
.