Alas - I don't think there is an actual doc. However, the format is pretty simple:a binary headerthen a series of messagesinitially your reader only needs to understand one message type (FMT)the emitted log will include a series of FMT messages at the beginning to define all the message types it will be emittingThe format of the binary file is in the same sequence as the text .log file format. I ended up writing my parser by referring to the APM source. Here it is in case it is useful to you: https://github.com/geeksville/arduleader/blob/master/common/src/main/scala/com/geeksville/dataflash/DFReader.scala
is there any documentation for the .bin format? I'm trying to read it , to do some analysis across flights. i understand its a binary file. is it similar to tlogs?thanks.
--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--