discover mobil devices using wifi

人走茶凉 提交于 2019-12-30 09:52:05

问题


I want to track people (carrying mobile devices) in a pedestrian street by using two "check points" A and B.

I'm planning to place mobile devices or netbooks with Android/IOS or Linux in each check point and log an id so I can tell how many walked from A to B. I know I can discover other peoples devices using bluetooth but can it be done with wifi? I thinking of turning my devices into wifi access points. People will of course not connect to the access point, just walk by.

So my question is: Can it be done on the mentioned platforms? It is important that I can tell if the same person passed both A and B by logging a "device id" i.e. the MAC address.


回答1:


You should be able to do this, but only for devices which have WiFi switched on, and are actively seeking WiFi hotspots, which may be relatively few of the devices which actual pass by. The MAC address of each device will be unique, and you can use this to map the same device between your two points.

Regards,

Mark




回答2:


I found Kismet, which can do what I want. But its *unix only, so I'm planning to use small "netbooks" instead of mobile devices. I've also tested Ubertooth One, which can detect all Bluetooth devices by sniffing lap addresses.



来源:https://stackoverflow.com/questions/5820456/discover-mobil-devices-using-wifi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!