schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.03k stars 370 forks source link

Where in the code is the program scanning for access points and signal strengths #205

Open chensteven opened 6 years ago

chensteven commented 6 years ago

Can someone kindly point me to it?

chucklin85 commented 6 years ago

That is in the client software that you use for FIND. For example, on Android, the client grabs this information via the API provided by Android and then it is passed back in a JSON object to the FIND server.

For example: https://github.com/schollz/find/blob/android/main.js Line 166 onwards