• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H21-Jan-2018-15,33314,097

doc/H21-Jan-2018-1,2461,078

m4/H21-Jan-2018-9,2898,397

pixmaps/H21-Jan-2018-2,4052,101

po/H07-May-2022-88,04170,300

src/H03-May-2022-62,34241,641

win32/H21-Jan-2018-379276

.tarball-versionH A D21-Jan-20186 21

AUTHORSH A D08-Jan-20181.2 KiB5548

COPYINGH A D17-Jun-201717.6 KiB341281

ChangeLogH A D08-Dec-201762 31

INSTALLH A D29-Mar-201615.4 KiB371289

Makefile.amH A D02-Jan-2018788 2824

Makefile.inH A D21-Jan-201826.9 KiB874776

NEWSH A D21-Jan-201819.6 KiB450366

READMEH A D26-Dec-20173.7 KiB11275

aclocal.m4H A D21-Jan-201858.6 KiB1,6941,542

autogen.shH A D08-Dec-20171.9 KiB5925

build-config.h.inH A D21-Jan-20182.5 KiB9865

compileH A D29-Mar-20167.2 KiB348258

config.guessH A D23-Oct-201542.5 KiB1,4421,249

config.subH A D23-Oct-201535.3 KiB1,8141,676

configureH A D21-Jan-2018466.4 KiB15,91913,268

configure.acH A D29-Dec-20173.9 KiB142118

depcompH A D29-Mar-201623 KiB792502

git-version-genH A D26-Dec-20175.6 KiB16162

install-shH A D29-Mar-201614.8 KiB509329

ltmain.shH A D07-Feb-2016316.8 KiB11,1577,986

missingH A D29-Mar-20166.7 KiB216143

README

1
2Gpredict is a real time satellite tracking and orbit prediction program
3for the Linux desktop. It uses the SGP4/SDP4 propagation algorithms together
4with NORAD two-line element sets (TLE).
5
6Some core features of Gpredict include:
7
8- Tracking of a large number of satellites only limited by the physical
9  memory and processing power of the computer
10- Display the tracking data in lists, maps, polar plots and any combination
11  of these
12- Have many modules open at the same either in a notebook or in their own
13  windows. The modules can also run in full-screen mode
14- You can use many ground stations
15- Predict upcoming passes
16- Gpredict can run in real-time, simulated real-time (fast forward and
17  backward), and manual time control
18- Detailed information both the real time and non-real time modes
19- Doppler tuning of radios via Hamlib rigctld
20- Antenna rotator control via Hamlib rotctld
21
22Visit the gpredict homepage at http://gpredict.oz9aec.net/ for more info.
23
24
25Requirements
26------------
27
28Gpredict is written using the Gtk+ 3 widget set, which is available for most
29Unix like operating systems, Mac and Windows. Following libraries are required
30for successful compilation of Gpredict:
31
32- Gtk+ 3 or later
33- GLib 2.32 or later
34- GooCanvas 2
35- Libcurl 7.16 or later
36- Hamlib (runtime only, not required for build)
37
38If you compile Gpredict from source you will also need the development packages
39often with -dev or -devel in the package name, e.g. libgtk-3-dev. On Debian and
40Ubuntu systems you can install the build dependencies using:
41
42  sudo apt install libtool intltool autoconf automake libcurl4-openssl-dev
43  sudo apt install pkg-config libglib2.0-dev libgtk-3-dev libgoocanvas-2.0-dev
44
45
46To build and install gpredict from source, first unpack the source package:
47
48  tar -xvf gpredict-x.y.z.tar.gz
49
50Then change to the gpredict-x.y.z directory and build gpredict:
51
52  ./configure
53  make
54  make install
55
56The last step usually requires you to become root, otherwise you may not have
57the required permissions to install gpredict. If you can not or do not want to
58install gpredict as root, you can install gpredict into a custom directory by
59adding --prefix=somedir to the ./configure step. For example
60
61  ./configure --prefix=/home/user/predict
62
63will configure the build to install the files into /home/user/gpredict folder.
64
65If you are building directly from the git repository, you have to run
66./autogen.sh instead of of configure. You can pass the same options to the
67autogen.sh script as you would to the configure script.
68
69If you want to know more about installation options refer to the INSTALL file
70(not for beginners).
71
72
73Using Gpredict
74--------------
75
76Gpredict comes bundled with some example data and will run "out of the box".
77Once you got the idea of the UI, you can either modify the settings of the
78default module (click on the small down-arrow in the top right corner), or
79create a new module through File -> New Module.
80
81You are highly encouraged to have a look at the user manual available at
82http://gpredict.oz9aec.net/documents.php
83
84
85User support
86------------
87
88User support is provided through the Gpredict forum hosted by the Libre Space
89Foundation: https://community.libre.space/c/gpredict
90
91
92Terms and conditions
93--------------------
94
95Gpredict is released under the GNU General Public License and comes with
96NO WARRANTY whatsoever. If you have problems installing or using Gpredict,
97feel free to ask for support for example on the Gpredict forum hosted by
98the Libre Space Foundation https://community.libre.space/c/gpredict
99
100
101Note that the development environment is being migrated from Sourceforge to
102Github: https://github.com/csete/gpredict
103
104Mailing lists, old bug trackers, etc, are still available on Sourceforge:
105http://sourceforge.net/projects/gpredict
106
107
108Happy Tracking!
109
110Alexandru Csete
111OZ9AEC
112