mutability / mlat-client

Mode S multilateration client
GNU General Public License v3.0
82 stars 75 forks source link

mlat-client

This is a client that selectively forwards Mode S messages to a server that resolves the transmitter position by multilateration of the same message received by multiple clients.

The corresponding server code is available at https://github.com/mutability/mlat-server.

Building

To build a Debian (or Ubuntu, Raspbian, etc) package that includes config and startup scripts:

$ sudo apt-get install build-essential debhelper python3-dev
$ dpkg-buildpackage -b -uc

This will build a .deb package in the parent directory. Install it with dpkg:

$ sudo dpkg -i ../mlat-client_(version)_(architecture).deb

To build/install (client only) on other systems using pip (you might want to do this inside a virtualenv):

$ pip install .

Or using the legacy setup.py:

$ ./setup.py install

Running

If you are connecting to a third party multilateration server, contact the server's administrator for configuration instructions.

Supported receivers

Unsupported receivers

License

Copyright 2015, Oliver Jowett.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.