TITLE: Time Adjuster with SONY GPS IPS-5000. AUTHER: Hironobu SUZUKI * Japanese manual available. SEE manual.pl2 directory. * ENGLISH MANUAL NOT AVAILABLE. ABOUT GPSTADJ ============= gpstadj is a program for time adjust program with SONY GPS IPS-5000 under linux. First of all, you need to connect SONY GPS IPS-5000 to your PC. And its connected serial port must be recognized as '/dev/cua?'. Default device is '/dev/cua0'. HOW TO INSTALL =============== % tar xzvf gps.taz % cd gps % make gpstadj HOW TO USE ========== % su # ./gpstadj Environment Variable ==================== Environment variable "GPSDEV" is available for specific GPS device. % setenv GPSDEV "/dev/cua1" HOW TO USE IT AS DEAMON ======================= # ./gpstadj >& /dev/null & if you start it in rc.local # # if [ -f /usr/local/sbin/gpstadj ]; then /usr/local/sbin/gpstadj >& /dev/null & fi # #