Skip to content

Instantly share code, notes, and snippets.

@rromanchuk
Created February 1, 2023 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rromanchuk/c1e9147e0e6199c499b08d356df3c2e1 to your computer and use it in GitHub Desktop.
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
#!/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