r00tat / wificompass

Automatically exported from code.google.com/p/wificompass
9 stars 10 forks source link

Access Point Triangulation #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the task:

Development of Triangulation methods

Original issue reported on code.google.com by paul.woe...@gmail.com on 12 Mar 2012 at 9:18

GoogleCodeExporter commented 9 years ago
The Weighted Centroid Triangulation has already been implemented. It's simple 
and fast, but not very accurate.

Next Task: Implement the Local Signal Strength Gradient method.

Original comment by tkon...@gmx.net on 13 Mar 2012 at 8:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r94.

Added Local Signal Strength Gradient triangulation algorithm. Note that this is 
work in progress, the "arrows" calculated still need to be weighted by it's 
signal strength. That's one of the principal reasons why the algorithm is still 
inaccurate.

Original comment by tkon...@gmx.net on 15 Mar 2012 at 4:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r95.

Improved Logal Signal Strength Gradient algorithm by weighting each calculated 
"arrow" by the signal strength of the center point.

Original comment by tkon...@gmx.net on 15 Mar 2012 at 10:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r129.

Updated the best parameter values for LSSG and Weighted Centroid trilateration. 
Changed the default algorithm back to Weighted Centroid as it proofed to be 
more accurate and way faster.

Original comment by tkon...@gmx.net on 25 Apr 2012 at 12:03