After google some times, I can’t get the tlog data format. I want develop an appalication that can parse tlog files and generator tlog file.
Anyone can help? Thanks
After google some times, I can’t get the tlog data format. I want develop an appalication that can parse tlog files and generator tlog file.
Anyone can help? Thanks
@Mustafa_Gokce Thank you. This code seems like a *.tlog and *.bin log parser. Not found the tlog file generator. I will take a closer look. Thanks again.
.tlog files contain raw mavlink messages, and can by generated with pymavlink.
Thank you, I will read the code of pymavlink.