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

11 lines
226 B

#!/bin/bash
# script to run OpenWebRX SDR
echo -e "\nScript to run SDR for CubeSat Simulator\n"
echo -e "Connect to CubeSatSim WiFi and open browser to http://192.168.8.245:8073\n"
cd ../openwebrx
sudo python openwebrx.py

Powered by TurnKey Linux.