Skip to content

Commit

Permalink
Update docker-init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Aug 7, 2024
1 parent f6e0d79 commit b5b087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ else
echo "TCP_INPUT_IP is \"$TCP_INPUT_IP\""
echo "TCP_OUTPUT_PORT is \"$TCP_OUTPUT_PORT\""
echo "STARTING RTKLIB TCP INPUT TCPSERVER...."
run_and_retry str2str -in "tcpcli://${TCP_INPUT_IP}:${TCP_INPUT_PORT}" -out "tcpsvr://0.0.0.0:${TCP_OUTPUT_PORT}" -b 1 -t 5 -s 30000 -r 30000 -n 1 &
run_and_retry str2str -in "tcpcli://${TCP_INPUT_IP}:${TCP_INPUT_PORT}" -out "tcpsvr://0.0.0.0:${TCP_OUTPUT_PORT}" -b 1 -t 5 -s 30000 -r 30000 -n 1 &> /dev/null &
export NTRIPSERVERINPUT1="ntripserver -M 2 -H \"127.0.0.1\" -P \"${TCP_OUTPUT_PORT}\""
export STR2STRINPUT1="str2str -in \"tcpcli://127.0.0.1:${TCP_OUTPUT_PORT}#rtcm3\""
export NTRIPSERVERINPUT2="ntripserver -M 2 -H \"127.0.0.1\" -P \"${TCP_OUTPUT_PORT}\""
Expand Down

0 comments on commit b5b087c

Please sign in to comment.