Update fctelem.sh load browser and image first

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 1496dd843f
commit 7fa78bb4a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,16 +60,18 @@ cd /home/pi/CubeSatSim/groundstation/public_html
cp /home/pi/CubeSatSim/groundstation/index.html . cp /home/pi/CubeSatSim/groundstation/index.html .
cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg /home/pi/CubeSatSim/groundstation/image_file.jpeg
python3 -m http.server & python3 -m http.server &
setsid chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8000 &>/dev/null &
cd /home/pi/fctelem cd /home/pi/fctelem
./fctelem | python3 /home/pi/CubeSatSim/groundstation/fc_block_decode.py & ./fctelem | python3 /home/pi/CubeSatSim/groundstation/fc_block_decode.py &
# sleep 10 # sleep 10
setsid chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8000 &>/dev/null &
read val read val
sudo killall -9 fctelem &>/dev/null sudo killall -9 fctelem &>/dev/null

Loading…
Cancel
Save

Powered by TurnKey Linux.