Changes between Initial Version and Version 1 of WIMXUWI/GPS_Script


Ignore:
Timestamp:
04/27/11 17:56:25 (13 years ago)
Author:
dmeyer@cs.wisc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WIMXUWI/GPS_Script

    v1 v1  
     1= Getting Measurements While Driving =
     2
     3== Required Packages ==
     4
     5I 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.
     6{{{
     7sudo apt-get install gpsd python-gps
     8}}}
     9