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-70cm.sh

16 lines
256 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
cd ~/openwebrx
sudo python openwebrx.py config_webrx_440

Powered by TurnKey Linux.