This is an example of how to create an InFuse-compatible intermediate log file in the msgpack format.
Install msgpack: run install.sh.
compile with g++:
g++ main.cpp
Write logfile to output.msg:
./a.out
Read logfile from output.msg and print content on stdout:
python3 load.py