vote up 0 vote down star

I have read some forums that triangulation can be used to trace out the cell phones . However am not aware of how it works ?? I didn't get clear idea about this ?? please anyone clarifies me how it works ??

flag

71% accept rate
lmgtfy.com/?q=cell+phone+triangulation – S.Lott Sep 24 at 9:49
What is the "programming" part of this question? Do you want algorithms for triangulation? – S.Lott Sep 24 at 9:50
Thanks for the reply.. i wanted to know how algorithms for triangulation used to track the cell phones ?? – santosh Sep 24 at 10:10
wired.com/dangerroom/2008/… we could tell you but then someone would kill you. – Pete Kirkham Sep 24 at 10:14

closed as not programming related by skaffman, S.Lott, Philippe Leybaert, Paul Dixon, StingyJack Sep 24 at 14:34

1 Answer

vote up 1 vote down

Find all the cell towers that are in communication with the phone. Estimate the distance from each tower based on the signal strength. Draw a circle around each tower based on those distances. See where the circles intersect.

link|flag
thanks for reply i got the concept but how i can i find out towers in communication , Estimate the distance from each tower programatically . – santosh Oct 7 at 11:42
To actually get that data, you'd have to have access to the cell company's computers. Assuming you could get the location of each tower and estimated distance away from each tower, are you asking how to do the last bit of programming to find the location? – Jeremy Stein Oct 7 at 15:32
yes how i could ?? – santosh Oct 8 at 7:12
yes , how to do it of programming to find the location?? – santosh Oct 8 at 13:18

Not the answer you're looking for? Browse other questions tagged or ask your own question.