Package Details: mlat-client-git 0.2.13.r0.gfe70767-2

Git Clone URL: https://aur.archlinux.org/mlat-client-git.git (read-only, click to copy)
Package Base: mlat-client-git
Description: Mode S multilateration client by Mutability
Upstream URL: https://github.com/mutability/mlat-client
Keywords: FlighAware mlat mlat-client multilateration mutability piaware
Licenses: GPL-3.0-or-later
Conflicts: fa-mlat-client, mlat-client
Provides: fa-mlat-client, mlat-client
Submitter: None
Maintainer: PanisSupraOmnia
Last Packager: PanisSupraOmnia
Votes: 4
Popularity: 0.000000
First Submitted: 2015-07-23 08:10 (UTC)
Last Updated: 2024-01-23 19:30 (UTC)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

PanisSupraOmnia commented on 2022-01-14 20:49 (UTC)

@test0 Definitely, I'll get that pushed later today.

test0 commented on 2022-01-13 21:26 (UTC)

@PanisSupraOmnia could you please switch the PKGBUILD tothe "dev" branch? it contains more up-to-date code (version 0.2.12) and is being used by default also in piaware.

https://github.com/mutability/mlat-client/commits/dev

fryfrog commented on 2020-02-27 06:56 (UTC)

https://aur.archlinux.org/packages/readsb-git/

https://aur.archlinux.org/packages/adsbexchange-stats-git/

https://aur.archlinux.org/packages/dump978-fa-git/

^ I've made these 3 AUR packages so far in my quest to get adsbx working on a Pi running Arch.

fryfrog commented on 2020-02-27 06:55 (UTC)

I've been thinking about how to make it more generic... I'm also still learning this whole adsb eco system. I wouldn't just drop in what I'm using, but it could be a start.

# /etc/systemd/system/mlat-client.service

[Unit]
Description=mlat client
Documentation=https://github.com/mutability/mlat-client
Wants=network.target readsb.service
After=network.target readsb.service

[Service]
EnvironmentFile=/etc/default/mlat
User=mlat
RuntimeDirectory=mlat
RuntimeDirectoryMode=0755
ExecStart=/usr/bin/mlat-client $USER_OPTIONS

Type=simple
Restart=on-failure
RestartSec=30
Nice=-5

[Install]
WantedBy=default.target
/etc/default/mlat
USER_OPTIONS="--user username --lat 123 --lon 321 --alt 111ft --input-type dump1090 --input-connect localhost:30005 --server feed.adsbexchange.com:31090 --no-udp --results beast,connect,localhost:30004"

PanisSupraOmnia commented on 2020-02-27 06:40 (UTC)

No, that would make a lot of sense. I can probably add one tomorrow. Do you have one you're already using?

fryfrog commented on 2020-02-26 18:22 (UTC)

Would it be crazy to add a .service file?