1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-22 05:40:10 +00:00

bug fixes

This commit is contained in:
kx1t 2023-03-26 13:23:31 -04:00
parent f34a7e37ea
commit 15287ec115
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ MLATHUB_CMD+=("--forward-mlat")
# define some more ports:
MLATHUB_CMD+=("--net-sbs-port=${MLATHUB_SBS_OUT_PORT:-31003}")
MLATHUB_CMS+=("--net-bi-port=${MLATHUB_BEAST_IN_PORT:-31004}")
MLATHUB_CMD+=("--net-bi-port=${MLATHUB_BEAST_IN_PORT:-31004}")
MLATHUB_CMD+=("--net-bo-port=${MLATHUB_BEAST_OUT_PORT:-31005}")
# We need to get the mlat results ports from the parameters:

View file

@ -53,7 +53,7 @@ do
if [[ -n "${params[2]}" ]]
then
MLATHUB_CMD+=("--net-connector=localhost,${params[2]},beast_in")
READSB_CMD+=("--net-connector=localhost,${params[2]},beast_in")
fi
done