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

Update aussieadsb.sh

This commit is contained in:
kx1t 2024-06-17 05:47:17 -04:00 committed by GitHub
parent 9e813f2ea3
commit 9ff70985a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,13 +29,13 @@
#--------------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------------
# #
AAClientVersion="1.2.0" AAClientVersion="1.1.0-ultrafeeder"
argv="${1,,}" argv="${1,,}"
if [[ "${argv:0:1}" != "-" ]]; then argv="-$argv"; fi if [[ "${argv:0:1}" != "-" ]]; then argv="-$argv"; fi
while [[ "$argv" == "-" ]]; do while [[ "$argv" == "-" ]]; do
echo "AussieADSB registration utility" echo "AussieADSB registration utility"
echo "Visit https://aussieadsb.com for info" echo "Visit http://aussieadsb.com for info"
echo echo
echo "Select an option:" echo "Select an option:"
echo "(r)egister -- register a new receiver" echo "(r)egister -- register a new receiver"
@ -137,7 +137,7 @@ case "$argv" in
fi fi
echo "Your receiver is registered! Please add the following to your Ultrafeeder environment parameters in docker-compose.yml:" echo "Your receiver is registered! Please add the following to your Ultrafeeder environment parameters in docker-compose.yml:"
echo echo
echo "In ULTRAFEEDER_CONFIG, add this line:" echo "In ULTRAFEEDER_CONFIG, please add these lines:"
echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;" echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;"
echo " mlat,aussieadsb.com,30000;" echo " mlat,aussieadsb.com,30000;"
echo echo
@ -222,7 +222,7 @@ case "$argv" in
echo "Public IP address: $rcvr_ip" echo "Public IP address: $rcvr_ip"
echo "Server Port to send Beast data to: $port" echo "Server Port to send Beast data to: $port"
echo "" echo ""
echo "In ULTRAFEEDER_CONFIG, add this line:" echo "In ULTRAFEEDER_CONFIG, please add these lines:"
echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;" echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;"
echo " mlat,aussieadsb.com,30000;" echo " mlat,aussieadsb.com,30000;"
echo echo