0

What is the most accurate way to track a user inside a building - where GPS is not present?

Can you use WiFi to track users in a given space?

User would be using a smartphone (Droid, iPhone) with an application to communicate with the server/routers/location system in the building. The system would show the users in the building on a custom-map and their location.

Marc
  • 12,706
  • 7
  • 61
  • 97
ThePlague
  • 319
  • 2
  • 4
  • 14

1 Answers1

1

Your best trick and probably not very accurate, would be to use multiple wifi/bluetooth sources and then use signal strength proportions to designate location. The more sources you have the more accurate you could make it.

check

Community
  • 1
  • 1
Mumthezir VP
  • 6,251
  • 6
  • 28
  • 57
  • Are there any routers that can be used to determine location of a device using 802.11 or other wireless protocols to help with location? Assuming no Bluetooth. What's the smartest way to track an iPhone user's locations indoors? – ThePlague Jun 07 '13 at 10:24
  • if device have internet it'll map your location even the GPS is turned off.The 'CLLoactionManager' will try to triangulate the location by wifi first, then cell towers and will use GPS as the last option. – Mumthezir VP Jun 07 '13 at 11:06
  • Everything with ios location service :http://support.apple.com/kb/HT4995?viewlocale=en_US – Mumthezir VP Jun 07 '13 at 11:09