-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Stanislav Barantsev edited this page Nov 26, 2021
·
10 revisions
- Install libpredict:
git clone https://github.com/la1k/libpredict.git
cd libpredict
mkdir build
cd build
cmake ..
sudo make install
- Install prerequisites:
sudo apt-get install cmake gcc make predict libjson-c-dev hamlib-utils libxmlrpc-core-c3-dev libconfig-dev python3
- Install gr-satellites:
https://gr-satellites.readthedocs.io/en/latest/installation.html
- Install GSC:
git clone https://github.com/skypodolsky/isu_ground_station.git
cd isu_ground_station
mkdir build
cd build
cmake ..
sudo make install
GSC will download a list of active satellites. It will also register a new cron task to update this list every five days.
Detailed information above