---------------------------
gpsparse - OpenGPS
Author: Stephan Esterhuizen
Date: 10 August 2003
----------------------------

keupdate - This bash script downloads the newest GPS TLE.

gpsparse - This C program parses the TLE, it basically changes the 'complicated'
satellite name with 02,10,11,14,etc - Thus predict will show satellite name as
'02' '10', etc. So if warmstart queries for PRN 10, it only needs to ask for
'10', making coding easier. 

------------

In order to prepare the TLE files, enter the directory OpenGPS/src/gpsparse/ and
run 'keupdate' - this script will download the newest GPS TLE file, parse it,
and copy it to ~/.predict/gps-ops[1,2].tle

Run the two predict servers with the following command line:

predict -t ~/.predict/gps-ops1.tle -s -n 1210
predict -t ~/.predict/gps-ops2.tle -s -n 1211

Make sure that /etc/services contain the following two lines:

predict   1210/udp # for satellite prediction 'predict' software
predict2   1211/udp # for satellite prediction 'predict' software
