Created
February 1, 2023 01:37
-
-
Save rromanchuk/c1e9147e0e6199c499b08d356df3c2e1 to your computer and use it in GitHub Desktop.
Test mlat multi-server stream with forked client /usr/local/bin/mlat.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [[ "$MLAT_MARKER" == "no" ]]; then | |
PRIVACY="--privacy" | |
fi | |
exec /usr/local/share/adsbexchange/venv/bin/mlat-client-fork \ | |
--input-type $INPUT_TYPE --no-udp \ | |
--input-connect $INPUT \ | |
$PRIVACY \ | |
--server $MLATSERVER \ | |
--mirror_server feed.adsb.lol:31090 | |
--user $USER \ | |
--lat $LATITUDE \ | |
--lon $LONGITUDE \ | |
--alt $ALTITUDE \ | |
$RESULTS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment