Formula Student - Log Parser (C++)      

alternative

Formula Student - Log Parser (C++)  

Following a request from one of our lecturers for help in converting an automotive module CAN log trace into useable data. I jumped on this given my experience in automotive engineering prior to studying games tech. Although I wasn't "hands on", working as an Electrical project lead I was familar enough with what was required to complete this activity fairly briefly.

The parse takes raw CAN logs (Shown bottom left) and converts this into useable data(shown bottom right). The system allows for the data to be shown in C++ console, output into a TXT file, or update a data packet, that could be used elsewhere, depending on any downstream use of this application.

Github