Hi,
I’m using the Payload Parser to extract data from the binary array that I sent from my devices.
Most of my devices sent only one buffer that contains chunks of data that include each one a timestamp and the some variables, like this:
<timestamp><varx><vary><varz><timestamp><varx><vary><varz>
…
Everything is binary and I’am already parsing the first chunk correctly. I don’t know exactly how to extract all the chunks, and use each timestamp as the actual timestamp in the bucket…
Is there a way to do this?
Thanks!