mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 13:50:14 +00:00
fix some of the mlat-results feedback setup
This commit is contained in:
parent
1bf864bfac
commit
df5c328075
2 changed files with 1 additions and 10 deletions
|
@ -23,10 +23,7 @@ MLATHUB_CMD+=("--net-only")
|
||||||
MLATHUB_CMD+=("--mlat")
|
MLATHUB_CMD+=("--mlat")
|
||||||
MLATHUB_CMD+=("--forward-mlat")
|
MLATHUB_CMD+=("--forward-mlat")
|
||||||
|
|
||||||
# send MLAT data to the main readsb/tar1090 of this container:
|
MLATHUB_CMD+=("--net-connector=localhost,30004,beast_reduce_out")
|
||||||
# 26-mar-2023 this was removed; we'll have the main readsb connect directly to the mlat clients. This
|
|
||||||
# is to avoid a data loop in case MLATHUB_ENABLE_ADSB_INGEST is enabled
|
|
||||||
# MLATHUB_CMD+=("--net-connector=localhost,30004,beast_reduce_out")
|
|
||||||
|
|
||||||
# define some more ports:
|
# define some more ports:
|
||||||
MLATHUB_CMD+=("--net-sbs-port=${MLATHUB_SBS_OUT_PORT:-31003}")
|
MLATHUB_CMD+=("--net-sbs-port=${MLATHUB_SBS_OUT_PORT:-31003}")
|
||||||
|
|
|
@ -39,12 +39,6 @@ if [ -n "${UUID}" ]; then
|
||||||
READSB_CMD+=("--uuid-file=/run/uuid")
|
READSB_CMD+=("--uuid-file=/run/uuid")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ingest MLAT results data from the MLATHUB if one is defined:
|
|
||||||
if [[ -n "${MLAT_CONFIG}" ]] || [[ -n "$MLATHUB_NET_CONNECTOR" ]]
|
|
||||||
then
|
|
||||||
READSB_CMD+=("--net-connector=localhost,${MLATHUB_BEAST_REDUCE_OUT_PORT:-31006},beast_in")
|
|
||||||
fi
|
|
||||||
|
|
||||||
READSB_CMD+=("--write-json=/run/readsb")
|
READSB_CMD+=("--write-json=/run/readsb")
|
||||||
READSB_CMD+=("--heatmap-dir=/var/globe_history")
|
READSB_CMD+=("--heatmap-dir=/var/globe_history")
|
||||||
READSB_CMD+=("--heatmap=15")
|
READSB_CMD+=("--heatmap=15")
|
||||||
|
|
Loading…
Reference in a new issue