Satellite Tracking


This article showcases the real − time satellite tracking and orbit prediction program for both the Linux and desktop using gpredict software. We can run in real-time, simulated real-time (fast forward and backward), and manual time control with this tool.

Core features of Gpredict

  • Tracking of a large number of satellites moving across the globe.
  • Display the tracking data in lists, maps, polar plots and any combination of these.
  • We can predict upcoming passes with the base station
  • Detailed information both the real-time and non-real time modes
  • Doppler tuning of radios via Hamlib rigctld
  • Antenna rotator control via Hamlib rotctld

Prerequisite

The satellite tracking software gpredict requires the following packages to be installed in your machine.

  • Gtk+ 3
  • GLib 2.32
  • GooCanvas 2
  • Libcurl 7.16
  • Hamlib

Installation

Although, we can run this program in Windows operating system too, this lab is specific to Kali Linux, so open the terminal after installing the prerequisite and hit the following commands.

  • git clone https://github.com/csete/gpredict.git
  • apt install libtool intltool autoconf automake libcurl4-openssl-dev
  • apt install pkg-config libglib2.0-dev libgtk-3-dev libgoocanvas-2.0-dev
  • cd gpredict
  • ./autogen.sh
  • make
  • make install

Finally, Launch the GUI by the gpredict command after the aforesaid configuration. Here, the GUI as following;

We can choose the live orbiting satellite enlisted in the following image, and monitoring them particularly.

Updated on: 13-Apr-2020

325 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements