I am currently thinking about different approaches that could be easily used to detect the presence of different people based on their mobile devices. two things are important, they have to be distinguishable by an unique ID or device name, and the signal strength or distance of the device has to be trackable.
As it is just for prototyping i am actually looking for an easy to use solution that doesn't require any expensive hardware or setup.
I was thinking about Bluetooth and checked out the old bluetoothDesktop (
http://www.extrapixel.ch/processing/bluetoothDesktop/) library that doesn't work with processing 1.x anymore, but as it is based on
http://code.google.com/p/bluecove/ and the src is available it shouldnt be a problem to make it work again. but it only detects devices but sadly doesn't tell you anything about the signal strength.
Second idea was to use wireless connections, for example iPhone could also create a hotspot itself that could be detected. Does anybody has experience with detecting mobile devices via WiFi?
So i am actually looking for some suggestions and thoughts, any idea is welcome.
Thx!
Cedric
Cedric
1