Oliver Jowett
Oliver Jowett
I think this is because Nullius uses a different technology name to unlock LTN: https://github.com/GregorSamsanite/nullius/blob/9580546301652ca0ac5dd0f40da51504d5ce95aa/nullius/prototypes/mods.lua#L8 vs https://github.com/nihilistzsche/LtnManager/blob/030bc973fa6270766a8c047590002cf146daceae/data.lua#L29 (FWIW the keyboard shortcut to open LTN Manager works fine, it's just the...
If FR24 doesn't want deeplinking then then appropriate thing is probably to remove the FR24 link entirely..
There's no real need to comment on every pull request you do something with..
There is a standalone version of the CPR code that these changes are based on, plus tests, at https://github.com/mutability/dump1090/blob/experimental/cpr.c.
A side effect of fixing relative CPR so that it works when using the receiver location as the basis, is that I actually start hitting the 180NM ambiguity: ![screenshot from...
This code has been successfully used for months in dump1090-mutability; the error is probably in how you merged or configured it. For example, giving dump1090 a wildly wrong receiver location...
You may be interested in https://github.com/mutability/dump1090/commit/da2fff8531eca0d9d59cb8d08ad154502b7b8314 (and subsequent commits) which do a similar thing, but purely on the javascript side.
From memory (it's been a while) I tried not to change the meaning of the existing switches - the meaning of the internal values has changed, but the option parsing...
I merged current master into this branch. Compiles, and I've eyeballed the diff, but not tested. I stomped on some changes from #33, preferring my code, as I don't believe...
I looked the compatibility of the options, and I think they're OK. --net-heartbeat took a value in seconds and it still does now. The default has changed slightly, from approx...