Changes between Version 9 and Version 10 of WIMXUWI/GPS_Script


Ignore:
Timestamp:
05/05/11 16:31:28 (13 years ago)
Author:
dmeyer@cs.wisc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WIMXUWI/GPS_Script

    v9 v10  
    55[http://wimax.orbit-lab.org/wiki/WiMAX/30 Directions for 6250][[BR]]
    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.  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.
     7We are using a USB GPS dongle and the required packages for it are gpsd and its dependencies.
     8
     9For the python script to be able to communicate with gpsd, we will need the python-gps package as well.
     10
     11The names of the data files created use the current date and time, therefore we will need the dateutil python package also.
    812{{{
    913sudo apt-get install gpsd python-gps python-dateutil