Changes between Version 7 and Version 8 of WIMXUWI/GPS_Script


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WIMXUWI/GPS_Script

    v7 v8  
    1919# Global Variables / Constants
    2020#----------------------------------------------------------------------
    21 
     21   
    2222# Global debug to output console
    2323DEBUG = True
     
    3030
    3131# Global for which data set to get
    32 RUN_RSSI = True 
    33 RUN_IPERF = False
     32RUN_RSSI = True
     33RUN_IPERF = False 
    3434
    3535# Pause through loop
    3636PRESS_ANY_KEY = False
    37 TWO_SECOND_WAIT = False
    3837
    39 # Directory constants
     38# Directory constants - The name of the file is the date and time
    4039RSSI_DIRECTORY = "./rssi/"
    4140MBPS_DIRECTORY = "./mbps/"
     
    5049}}}
    5150
     51== Notes ==
     52*The iperf is not tested extensively yet.
     53*The GPS session is closed each time at the end of the loop and created again at the beginning of the loop.  This is done because the output of the USB GPS dongle is an asynchronous operation, and is contingent upon the surroundings.
     54*That being said, it does take a little time to acquire a valid GPS location.
     55
    5256== Script Execution ==
    5357
     
    5862
    5963== Script Changes ==
    60 If anybody has any changes they would like to request or submit, email:  [mailto:dmeyer@cs.wisc.edu Derek Meyer]
     64If anybody has any changes they would like to request, bugs to report, Ubuntu packages missed, or an update they would like to submit, email:  [mailto:dmeyer@cs.wisc.edu Derek Meyer]
    6165