Open ilovevision opened 3 years ago
They are probably protobuf binary data, you have to deserialize with protobuf javascript library.
Isn't protobuf cross-platform?
Isn't protobuf cross-platform?
Yes sorry thought you were trying to use javascript to decode it. Essentially you could use any language that Protobuf supports. You may get those libraries from the .proto files in Apollo project.
System information
Steps to reproduce the issue:
This is the test code. "Simualtion.data" is Base64 encoding, and it didn't work. I have tied the format:hex and UTF-8.