Hello, I’m working on building a public-facing dashboard for PADRE, complete with telemetry and science data, and need some assistance. At the moment, our team has built a Grafana dashboard only accessible by to other team members, and so in order to allow our website (currently unfinished) to show the telemetry and science data to the public, the plan is to have a link to a dashboard hosted under SatNOGS’ Grafana server (and perhaps an embed showing parts of the dashboard, but I’m under the impression this part is not possible, as our website is not related to SatNOGS). I’ve created an account, and need my permissions escalated, but the real issue is developing a decoder for the data coming down, a Kaitai struct, something I’ve never done before. I have a million questions, but for now, I just need a little direction on how this all works.
Please provide us the telemetry packet structure. Which byte(s) stand for which value and how to interpret it?
As a little direction, you first have to write the decoder in kaitai struct. (examples)
And welcome to the community!
1 Like
I asked around, turns out the software we use is proprietary and therefore i cant publicly decode the structs
but no worry, i had a backup plan, which is to use a proxy server for our grafana and expose that to TCP, so itll still be accessible, but thank you for the help anyway!
2 Likes