Changes between Version 2 and Version 3 of WIMXUWI/GPS_Script


Ignore:
Timestamp:
04/28/11 11:44:09 (13 years ago)
Author:
dmeyer@cs.wisc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WIMXUWI/GPS_Script

    v2 v3  
    55== Required Packages ==
    66
    7 I am using a USB GPS dongle and the required packages for it are gpsd and its dependencies.  For the python script to be able to communicate with gpsd, we will need the python-gps package as well.
     7I am using a USB GPS dongle and the required packages for it are gpsd and its dependencies.  For the python script to be able to communicate with gpsd, we will need the python-gps package as well.  The names of the data files created use the current date and time, so as the current file stands, we will need the dateutil python package also.
    88{{{
    9 sudo apt-get install gpsd python-gps
     9sudo apt-get install gpsd python-gps python-dateutil
    1010}}}
    1111