mlat-client
mlat-client copied to clipboard
Mode S multilateration client
Hi Oliver Long time no talk! Trying to install on Deb 12 but get the following: jon@knighton-gw:~/mlat-client$ dpkg-buildpackage -b -uc dpkg-buildpackage: info: source package mlat-client dpkg-buildpackage: info: source version 0.2.11...
This is actually a PR for #35. Its the upstream fix for the patch that is used in https://github.com/flightaware/piaware_builder/pull/24. Thanks to @wiedehopf for the fix!
I get the following error after installing prerequisites: ``` pi@cabinpi:~/mlat-client $ dpkg-buildpackage -b -uc dpkg-buildpackage: info: source package mlat-client dpkg-buildpackage: info: source version 0.2.11 dpkg-buildpackage: info: source distribution stable dpkg-buildpackage:...
Python changed the function name it seems .... from _PyFloat_Unpack4 to PyFloat_Unpack4 In case you want to use my modifications, feel free: https://github.com/wiedehopf/mlat-client/commit/db757ca5905b12e132926f166cd35ac62c4b4210 I suppose a function pointer might be...
https://github.com/mutability/mlat-client/commit/55cf9809e8b7f9fa2330ae84b89e66b2be20e29a row 337, isn't the sanity check wrong? Excludes all longitudes except 180 exactly? if lat >= -90 and lat = -180 and lon = -90 and lat = -180...
On Debian 11 package python2-minimal need to be installed. When it is missing, build fails with missing `pyversions` ``` root@rx:~/install/mlat-client-master# dpkg-buildpackage -b -uc dpkg-buildpackage: info: source package mlat-client dpkg-buildpackage: info:...
I have some SBS-3 receivers running and connected with BaseStation, but i have a problem with mlat-client.exe / mlat-server (windows: https://radar.lowflyingwales.co.uk/files/windows/LowFlyingWales-mlat-client-Win7-x32-0.2.zip) A .bat script make its possible to run the...
I've added optional possibility to copy received traffic to another server.
I'd like to make a mobile ADSB/Mode S receiver. It would allow to track while on the move (in movement or just parked somewhere). It gives flexibility without the need...
Hi, for some reason I had a job to get mlat-client built on a raspbian recently. The issue of which python version 2 or 3 seemed to prevent it getting...