citruz / beacontools

A Python beacon scanning library.
MIT License
159 stars 59 forks source link

Custom Format for TLM Frames #49

Closed tan0300 closed 4 years ago

tan0300 commented 4 years ago

Hi, we are about to develop a device wherein we will be using the eddystone beacon as our protocol. And it seems to be that the format of the packets are standard to any existing app. But what we did was we customized the format of the packets to add more sensor data (heart rate and spo2)

Now the problem was, when I used this library as sentry, I can't seem to find any filter packet filter that will enable me to display the tlm frames as raw packets.

Will it be possible to display the tlm frames as raw packets using this library?

Thank you, Jonathan

citruz commented 4 years ago

No this is not possible. You would need to create your own fork and modify the eddystone struct definitions accordingly.