Thank you a lot to all dev and @lyusupov for SoftRF and its docs! Yet, I have read and re-read the doc on SoftRF (plus dump1090 and flare), and I feel lost on how to achieve my objectives. I would really appreciate if one could lead me in the right direction...
My goal is to receive both ADS-B, OGN and Flarm traffic on a computer not connected to Internet (a mini-PC running Debian or Ubuntu server, preferably not a raspberry). I initially thought to use two Rtl-sdr usb keys, possibly some Nooelec, one for ADSB with dump1090 (that's the easy part) and the other for OGN and Flarm - and it's where I'm lost.
If I were using the dongle version of SoftRF:
Did I understand correctly that I would need two dongles, one for OGN, one for Flarm? Is that correct?
Could I redirect both OGN and Flarm flows through dump1090 ? I think I read somewhere that I could pipe the stream and send it by netcat to dump1090, but I'm not sure 1) of the commands, 2) if dump1090 could accept two incoming flows.
If I choose to use a Rtl-Sdr:
Can I use one single Rtl-Sdr for both OGN and Flarm?
Which software could I use? Can SoftRF be used for that and how? Or should I use Flare (https://github.com/lyusupov/flare/) ? With Flare, I was thinking to pipe the output of rtl_sdr -f 868.05m -s 1.6m to both nrf905_demod 29 | ./flarm_decode and also ogntp_demod 29 | ./ogntp_decode - but is that a good idea? Flare seems to be not maintained anymore
If I'm not wrong, Rtl-Sdr is said to have a better range than LilyGO's T-Motion, can anyone confirm? Is that significant?
If I'm not wrong, whatever the solution, we need a GPS when receiving Flarm. Why? Is that obligatory?
Thank you again for your help, I really appreciate! Please don't hesitate to correct me if what I understood was wrong or not a good idea.
Hi,
Thank you a lot to all dev and @lyusupov for SoftRF and its docs! Yet, I have read and re-read the doc on SoftRF (plus dump1090 and flare), and I feel lost on how to achieve my objectives. I would really appreciate if one could lead me in the right direction...
My goal is to receive both ADS-B, OGN and Flarm traffic on a computer not connected to Internet (a mini-PC running Debian or Ubuntu server, preferably not a raspberry). I initially thought to use two Rtl-sdr usb keys, possibly some Nooelec, one for ADSB with dump1090 (that's the easy part) and the other for OGN and Flarm - and it's where I'm lost.
rtl_sdr -f 868.05m -s 1.6m
to bothnrf905_demod 29 | ./flarm_decode
and alsoogntp_demod 29 | ./ogntp_decode
- but is that a good idea? Flare seems to be not maintained anymoreThank you again for your help, I really appreciate! Please don't hesitate to correct me if what I understood was wrong or not a good idea.