Skip to content
Stanislav Barantsev edited this page Nov 26, 2021 · 10 revisions

Installation (Debian/Ubuntu)

  1. Install libpredict:
git clone https://github.com/la1k/libpredict.git
cd libpredict
mkdir build
cd build
cmake ..
sudo make install
  1. Install prerequisites:
sudo apt-get install cmake gcc make predict libjson-c-dev hamlib-utils libxmlrpc-core-c3-dev libconfig-dev python3
  1. Install gr-satellites:

https://gr-satellites.readthedocs.io/en/latest/installation.html

  1. 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

Clone this wiki locally