Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The data stored in the S3 bucket is in Protocol Buffer format (https://developers.google.com/protocol-buffers/). Here is Furthermore, the data can be either High Speed Motion Data or Location Event Data. The the "protobuf" file that can be used to generate stub code for parsing the message structure : beaconmetricsof High Speed Motion Data is beaconmetrics.proto and similiarly the file necessary for Location Event data is locpb.proto (more information regarding the syntax of the .proto file can be found here).

...

View file
namebeaconmetrics.proto
height250

Location Data Proto File

View file
namelocpb.proto
height250

Example usage in Java

...