Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed

Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

Status ID Uploaded By Description Work Items Action
Being evaluated
1808 Sep 10 at
6:57 AM
ahpoder In order to better get the accurate speed it is required to modify the sample frequency. For this reason an equation is added along with some default calculations as to reccomended sample frequency. Also adding the some minor fixes and a precision showing the DOP accuracy and the number of sattelites employed.
Download

Being evaluated
1775 Sep 3 at
6:49 AM
ahpoder As I use this for running I would like to also have the time it has taken me to travel the distance, and for this reason I have added a time field. I have also added a precission field to show the DOP - precision as well as the number of sattelites currently employed. I have also modified the Track checkbox so it is functional as runtime and not just when you press start. It will however not stop the distance calculation and the time, so it mainly serves to limit the RAM requirements, as it does not add to the GPX collection.
Download

Being evaluated
1774 Sep 3 at
5:58 AM
ahpoder See previous path, as there was changes to more than one file.
Download

Being evaluated
1773 Sep 3 at
5:57 AM
ahpoder Using simple spherical math it is possible to calculate a distance based on the GPS measurements. As I wanted this functionality I have added it to the program. It has a 50m schmidt-trigger-like functionality to prevent the calculating of distances when the system jumps back and forth between two locations. At present the system uses a simple 50m minimal distance change in order to consider the change valid, as 50m is about the worst case precision, yet the algorithm should be dependent on the quality of the signal-fix, which can be extracted from the GPS API. Naturally it is not 100% accurate, as the locations may jump a little to the sides, as well as a sharp turn may not be included. I find however that over 10km the inaccuracy is less than 5%
Download

Being evaluated
1764 Sep 1 at
7:14 AM
ahpoder As it is at first difficult to know what the error is, if you forget to specify a file name in the My Documents folder, a default route name will be specified when opening FrmSaveData.
Download

Being evaluated
1763 Sep 1 at
7:12 AM
ahpoder As it is quite error prone to use the Save functionality, some error handling has been added to validate input and catch exceptions when saving locally. Also adding a message box if attempting to save toserver, as this functionality is not implemented. Also adding validating of ongoing tracking when using waypoint.
Download

Being evaluated
1762 Sep 1 at
7:07 AM
ahpoder As I have not been able to get Virtual Earth to work ,and the reccomended visualizer of GPX data (http://www.gpsvisualizer.com/) does not work with the GPX format implemented by the GPS Tracker. For this reason the gpx.cs was updated to support gpsvisualizer format. It should still be compatible, as it is merely an extra schema definition.
Download

Updating...