find icon indicating copy to clipboard operation
find copied to clipboard

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

Open chensteven opened this issue 7 years ago • 1 comments

Can someone kindly point me to it?

chensteven avatar Jan 10 '18 22:01 chensteven

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

chucklin85 avatar Jan 14 '18 01:01 chucklin85