a set of script to predict passes and make automated recordings of satellites. Intended to be run headless on an SoC.
Original forked from https://github.com/va7eex/Pi_WXRX
Improvements made for https://keet.space
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.
8 lines
201 B
8 lines
201 B
apt-get update
|
|
apt-get install git cmake make libusb-1.0-0-dev python-dev at sox curl
|
|
mkdir sat_scheds
|
|
mkdir sat_output
|
|
python get_tle.py
|
|
bash sats.sh NOAA-15
|
|
bash sats.sh NOAA-18
|
|
bash sats.sh NOAA-19
|
|
|