0.0.0 • Published 9 years ago

cell-tower-triangulation v0.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

cell-tower-triangulation

Triangulate position based on cell towers position and signal strength.

NB! Limited use in its current state. ##Use

var cellTri = require('cell-tower-triangulation');

var towers = [
  {latitude:22.5234,longitude:23.2352,signal:-91}
  ...
]

var position = cellTri(towers);
// position = { latitude: *, longitude: * }

##Todo

  • Implement accuracy (meters)
  • Handle under 3 towers correctly

Sources

triangulation algorithm