ianrenton / planesailing-server

Plane/Sailing - Completely unnecessary military situational awareness display for your home. This repository contains the server-side code.
https://planesailing.ianrenton.com
The Unlicense
14 stars 4 forks source link

Add support for Radiosondes #24

Closed MesutErdemir closed 1 week ago

MesutErdemir commented 5 months ago

Hello,

Can you add tracking radiosondes by integrating radiosonde_auto_rx tool? It supports udp payload output. You can see this reference: https://github.com/projecthorus/radiosonde_auto_rx/wiki/Configuration-Settings#horus-udp-payload-summary-output

Thank you.

ianrenton commented 5 months ago

Yes, that looks quite easy to integrate! I will have a go sometime soon. I don't think there's a funny data generator so I'll have to look out for nearby radiosonde balloons to test with.

ianrenton commented 4 months ago

I have left my receiver running for a week and managed to get one whole packet out of my receiver. I'm in a bad location for line of sight to and radiosonde launch sites and my poor quality coax probably isn't helping at UHF. I'll implement what I can based on the data I did receive, however I might be reliant on you for testing!

ianrenton commented 4 months ago

Radiosonde support is now in release 3.1, please try it and let me know how you get on!

MesutErdemir commented 4 months ago

I will try it and write the result here. Thank you for your effort.

MesutErdemir commented 1 week ago

Hello,

I have tested it today and it works perfectly. Thanks.