dernasherbrezon / r2cloud

Decode satellite signals on Raspberry PI or any other 64-bit CPU.
Apache License 2.0
255 stars 30 forks source link

Ability to change flags used to start dump1090 #37

Closed unixpunk closed 6 years ago

unixpunk commented 6 years ago

Hi, thanks for the work on this project! I'm interested if I can change the command line flags for dump1090? I tried editing the defaults file for dump1090 and in .r2cloud with no luck yet. Thanks in advance!

dernasherbrezon commented 6 years ago

Hi!

Currently all arguments to dump1090 are handcrafted. Changing any of them might break the integration. Here is the list of supported:

"--raw", "--net", "--quiet", "--ppm"

What command line flags do you want to add?

unixpunk commented 6 years ago

I would be looking to add some/all of these: --phase-enhance --modeac --fix --aggressive --mlat --net-ro-size 500 --net-ro-rate 5

I use net-beast on port 30003, but I think that's enabled by default with --net on this fork of dump1090? Thanks!

dernasherbrezon commented 6 years ago

I've added support for additional args:

rx.adsb.additional.args=--modeac --fix --mlat --net-ro-size 5

However --phase-enhance, --net-ro-rate 5 and --aggressive aren't supported by current dump1090 version.

unixpunk commented 6 years ago

Thanks!