I'm looking for a way to scan for android devices in my area. It should work without internetaccess nor gps. Just knowing the mac-address is enough for this app.
The first way I was thinking of was to use bluetooth. It's possible to scan for bluetooth devices, but it isn't possible to make your own device visibile forever (Android docs say that's possible, but it's limited to max 300 seconds).
The next what came up in my mind was to scan for wifi networks. Almost every android phone uses wifi.
It's possible to scan wifi networks. But is it possible to set my device as an accesspoint? It can with systemsoftware but I would like to do it programmatically.
Does someone know if that's possible? Is there another way to let devices 'see' eachother?
Thnx