This program is used to process .logg files and generate the JSON files that can be visualized using the rsh viz application.
Requires cpp 14+
# build the project
make
# input_folder -> must contain .logg files generated from# the logger# ./runner.sh -d [input_folder]#
./runner.sh -d input_folder
# Output json will be saved in the output folder