An application that parses binary files in a certain format and prints messages contained within.
Type logiread [path to your file] to print its content, e.g. logiread ../logi.bin.
You will need a C++17 compiler of your choice and CMake. To build on GNU/Linux (and WSL), type cmake -B build && cmake --build build. The project should build and run on other platforms such as Windows and macOS but it hasn't been tested there.