You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/groundstation/sdr.sh

22 lines
361 B

#!/bin/bash
# script to run OpenWebRX SDR
echo -e "\nScript to run SDR for ARISS Ground Station\n"
echo -e "IP Address to use in web browsers is: "
hostname -I|cut -f1 -d ' '
#./kill_all.sh
sudo systemctl stop rtl_tcp
#cd ~/openwebrx
sudo systemctl restart openwebrx
chromium-browser http://localhost:8073 &
#sudo python openwebrx.py config_webrx_145

Powered by TurnKey Linux.