[Gpredict-svn] SF.net SVN: gpredict:[124] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-09-17 18:55:55
|
Revision: 124
http://gpredict.svn.sourceforge.net/gpredict/?rev=124&view=rev
Author: csete
Date: 2008-09-17 18:56:05 +0000 (Wed, 17 Sep 2008)
Log Message:
-----------
Updated.
Modified Paths:
--------------
trunk/NEWS
trunk/README
trunk/TODO
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-09-17 18:43:42 UTC (rev 123)
+++ trunk/NEWS 2008-09-17 18:56:05 UTC (rev 124)
@@ -2,19 +2,9 @@
Changes in version 1.0 (TBD):
- Radio doppler tuning via hamlibs rigctld.
-x Antenna rotator control via hamlibs rotctld.
-x New layout engine allowing any number of views per module.
-x SpaceView: New view show the satellites using a movable camera in space.
-x SkyView:
-x The satellite map can show the range circle of the ground station according to
- the selected satellite.
-x The satellite map can show day/night side of Earh.
-x Track the Sun and the Moon as if they were satellites.
+- Antenna rotator control via hamlibs rotctld.
- User defined twilight threshold for predicting satellite visibility.
-x Define obstacles for ground stations.
-x Feature request 1613758: Command Line Interface to Gpredict.
- Feature request 1705375: Restore main window position and size.
-x Fixed bug 1650251: Groundtracks have discontinuities.
- Fixed bug 1752908: New satellites in TLE files.
- Fixed bug 1818144: No log file created at first execution.
- Fixed bug 1839140: Sky at a glance axis incorrectly labelled.
@@ -23,7 +13,7 @@
- Fixed bug 1954664: Wrong overpass prediction.
- Fixed bug 1880815: Null pointer dereference causes crash on startup.
x Windows: New installer instead of ZIP distribution.
-x Updated user manual as PDF and HTML (online).
+- Updated PDF user manual as PDF.
Changes in version 0.9.0 (2007-09-29):
Modified: trunk/README
===================================================================
--- trunk/README 2008-09-17 18:43:42 UTC (rev 123)
+++ trunk/README 2008-09-17 18:56:05 UTC (rev 124)
@@ -13,51 +13,48 @@
well. Gpredict uses the SGP4/SDP4 algorithms, which are compatible with the
NORAD Keplerian elements.
-Gpredict aims to have the following features as we move towards version 1.0:
- * Be able to track a large number of satellites (only limited by
- the physical memory of the computer)
- * Track for several ground stations, not just one.
- * Show the satellite data using various visualization modules
- (lists, maps, polar views, etc.)
- * Predict upcomming passes for the satellites.
- * Automatically update keplerian elements.
- * Control your receiver/transmitter and antenna rotators.
- * Advanced schedule manager for unattended monitoring of satellites.
- * External hooks for performing certain actions during satellite passes.
- * Any desirable feature that is missing from other programs (feel
- free to submit your ideas)
+FEATURES
+========
+Gpredict includes the following features:
-STATUS
-======
+ * Tracking an infinite number of satellites only limited by the
+ physical memory and processing power of the computer.
+ * Display the tracking data in lists, maps, polar plots and any
+ combination of these.
+ * You can have many modules open at the same either in a
+ notebook or in their own windows. The module can also run in
+ full-screen mode.
+ * You can use many ground stations. Ground station coordinates
+ can either be entered manually or you can get some appriximate values
+ from a list with more than 2000 predefined locations worldwide.
+ * Predict upcoming passes for satellites, including passes where a
+ satellite may be visible and communication windows
+ * Very detailed information about both the real time data and the
+ predicted passes.
+ * Gpredict can run in real-time, simulated real-time (fast forward and
+ backward), and manual time control.
+ * Doppler tuning of radios via Hamlib rigctld.
+ * Antenna rotator control via Hamlib rotctld.
-At the present the following features are implemented:
-
- * Tracking an infinite number of satellites only limited by the
- physical memory and processing power of the computer.
- * Display the tracking data in lists, maps, polar plots and any
- combination of these.
- * You can have many modules open at the same either in a
- notebook or in their own windows. The module can also run in
- full-screen mode.
- * You can use many ground stations. Ground station coordinates
- can either be entered manually or you can get some appriximate values
- from a list with more than 2000 predefined locations worldwide.
- * Predict upcoming passes for satellites, including passes where a
- satellite may be visible and communication windows
- * Very detailed information about both the real time data and the
- predicted passes.
-
Visit the gpredict homepage at http://gpredcit.oz9aec.net/ for more info.
-
REQUIREMENTS
============
Gpredict is written using the Gtk+ widget set, which is available for most
-Unix like operating systems, Mac and Windows.
+Unix like operating systems, Mac and Windows. Following libraries are required
+for successful compilation of Gpredict:
+
+- Gtk+ 2.12 or later
+- Curl and libcurl (optional but highly recommended)
+- Hamlib (runtime only, not required for build)
+
+If you compile Gpredict from source you will also need the development parts
+of the above mentioned libraries, i.e. gtk+-dev or gtk+-devel and so on.
+
To install gpredict from source unpack the source package with:
tar -xvfz gpredict-x.y.z.tar.gz
@@ -80,7 +77,7 @@
to just install everything if you can (except if you are running Debian ;-).
If you want to know more about installation options refer to the INSTALL file
-(not for begiiners).
+(not for beginners).
USING GPREDICT
@@ -96,18 +93,6 @@
-UPGRADING FROM 0.5
-==================
-
-As of version 0.6 most of the program has been rewritten breaking compatibility
-with earlier versions. Although earlier versions will not cause any known
-troubles, I strongly suggest that you remove any pre 0.6 versions before
-installing version 0.6 or later. Gpredict 0.6 or later will not be able to use
-configuration or other user data from pre 0.6 versions.
-
-
-
-
LICENSE AND WARRANTY
====================
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2008-09-17 18:43:42 UTC (rev 123)
+++ trunk/TODO 2008-09-17 18:56:05 UTC (rev 124)
@@ -1,13 +1,8 @@
Future plans for gpredict development include:
-* Add new satellites to database when updating TLE.
-* Print predicted satellite passes.
-* Choose between civil, nautical, and astronomical twilight when predicting
- satellite visibilities.
* Show day/night on satmap.
* Optionally, use simulated time as T0 for predictions.
* TLE editor.
-* Automated radio and antenna rotator.
* Advanced pass predictor.
* Predict communication windows between two ground stations.
* Determine all orbit types.
@@ -15,8 +10,6 @@
* Scheduler / External Hooks (menubar, see 1313635, 724998)
* Save future pass prediction reports as HTML.
* Print future pass predictions.
-* Possibility to show geographical coordinates for ground station on map
- and polar views.
* Online help.
* Native Mac OS X port.
* Dynamic reconfiguration. No need to re-load modules if configuration changes
@@ -28,3 +21,10 @@
* Improve time controller to have tuning-like behaviour, i.e. when
minutes flip from 59 to 0 the hour is incremented.
* Toggle the ground track on and off for all the satellites on the map.
+* New layout engine allowing any number of views per module.
+* SpaceView: New view show the satellites using a movable camera in space.
+* SkyView:
+* The satellite map can show the range circle of the ground station according to
+ the selected satellite.
+x Define obstacles for ground stations.
+x Feature request 1613758: Command Line Interface to Gpredict.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|