You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "--get-summaries" option, I get a .protobuf file. Is it supposed to be parsed by ttwatch or is it supposed to be parsed with a different program ?
Thank you for your reply.
The text was updated successfully, but these errors were encountered:
I have an older watch which doesn't produce these files, so I'm sorry I can't help. I have no idea what they would be used for. There is nothing in the ttwatch program that can handle them; it merely saves them to disk.
When using the "--get-summaries" option, I get a .protobuf file. Is it supposed to be parsed by ttwatch or is it supposed to be parsed with a different program ?
Thank you for your reply.
I do
Protobuf encoding is used to encode data on the TomTom watches especially for the more recent files as routes and activity tracking. Protobuf encoding is a very compressed format.
Usually you compile the protobuf definition file (it's a .proto file) using a protobuf compiler. The compiler generates code in the language of your choice, for example java code. This code you can use to encode or decode protobuf messages (data objects to protobuf and vv). The protobuf definition file defines the data structure and human readable data labels in the protobuf message
I guess you get a protobuf encoded message from the watch with --get-summaries.
There are protobuf decompilers which can get and display the data values in the file, but they don't give a clue what the data means. They are usually used for reverse engineering. I used protobuf inspector to reverse engineer the TomTom files.
Hi,
When using the "--get-summaries" option, I get a .protobuf file. Is it supposed to be parsed by ttwatch or is it supposed to be parsed with a different program ?
Thank you for your reply.
The text was updated successfully, but these errors were encountered: