= Getting Measurements While Driving for the 6250 in Linux = [http://wimax.orbit-lab.org/wiki/WiMAX/30 Directions for 6250][[BR]] == Required Packages == 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. {{{ sudo apt-get install gpsd python-gps python-dateutil }}}