From 93dc5a67328ed8faf919be0600e84bc377d7e60f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 7 Feb 2025 14:40:47 -0500 Subject: [PATCH] Update fctelem.sh add python decode --- groundstation/fctelem.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/groundstation/fctelem.sh b/groundstation/fctelem.sh index a06ecb47..9e815767 100755 --- a/groundstation/fctelem.sh +++ b/groundstation/fctelem.sh @@ -58,6 +58,10 @@ cp /home/pi/CubeSatSim/groundstation/index.html . python3 -m http.server & +cd /home/pi/fctelem + +./fctelem | python3 /home/pi/CubeSatSim/groundstation/fc_block_decode.py & + # sleep 10 setsid chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8000 &>/dev/null &