Oliver Jowett

Results 174 comments of Oliver Jowett

1b4fd182c4e991e42e9f3b814454eb1204356887 and 9160dba3710655bcb50bbbd4c48ad07b2f3163d2 on the dev branch should fix `--enable-agc` ``` $ ./dump1090 --device-type soapy --device driver=rtlsdr --enable-agc --bandwidth 1800000 Fri Nov 10 18:20:02 2023 +08 dump1090-fa unknown starting up....

So there are a few things going on here.. `--ifile` is mostly used for demodulator testing, as it lets you reproducibly run the same data with tweaks to the code...

A flag would be fine. Might be worth looking at rearranging that whole family of flags to make a little more sense. Re SoapySDR I was thinking of a driver...

At a glance this is probably due to a missing receiver location. (It shouldn't break in that case, which is a bug, but that is possibly what changed in your...

Okay. Do you get a receiver location dot and range circles when you load the page without a query string?

Okay, so as I mentioned above, the trigger for this is likely that you do not have a receiver location set.

> Total Aircraft > With Positions These can be derived from aircraft.json > Position History dump1090 doesn't maintain position history, this is a web-interface-side thing. > ADS-B Message Rate There's...

Yes, that's exactly what you do: iterate through the aircraft array and classify the aircraft however you want. Here's an old example of doing just that: https://github.com/mutability/dump1090-tools/blob/master/collectd/dump1090.py#L199 (graphs1090 probably has...

While this has been bugging me too for some time, I'm a little reluctant to change the status file key since it's been in the wild for some time and...

possibly #51 again (tcl bug when IPv6 is disabled) check that IPv6 is enabled?