schollz / find-lf

Track the location of every Wi-Fi device (:iphone:) in your house using Raspberry Pis and FIND
https://www.internalpositioning.com/plugins/#using-find-without-an-app
GNU Affero General Public License v3.0
994 stars 123 forks source link

No tracking for other WiFi devices than learning device. #12

Closed pablo-mano closed 7 years ago

pablo-mano commented 7 years ago

I am using public find-lf server. When start my cluster and turn on "Track" mode, I can only see single device tracked (the one used during "Learn" mode). Dashboard and GET /location is showing just single smartphone device and shows only once I turn on Find-it app on that smartphone.

How to start tracking of all WiFi enabled devices? Should I establish my private find-lf server to scan more devices?

schollz commented 7 years ago

It should already be scanning all devices.

Can you email me your group name? hypercubeplatforms@gmail.com

schollz commented 7 years ago

It looks like there are no fingerprints being received on the public lf.internalpositioning server for that group. Can you make sure that the Raspberry Pi's are transmitting?

pablo-mano commented 7 years ago

What am I doing wrong? 2 RPi's are turned on... Fingerprints are only sent to group: manutest once I turn on mobile app... but not from RPi's ... they have route to lf.internalpositioning.com ... Are there somewhere logs for that communication from RPi?

On 17 Jun 2017, at 16:22, Zack notifications@github.com wrote:

It looks like there are no fingerprints being received on the public lf.internalpositioning server for that group. Can you make sure that the Raspberry Pi's are transmitting?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

schollz commented 7 years ago

Yes. The pis should just be running scan.py. You can run that command yourself to see what happens. Also check is tshark is turned on ps aux | grep tshark

pablo-mano commented 7 years ago

It's issue with TL-WN722N in version 2 based on Realtek RTL8188EU (drivers for that not in the default distribution). Looking for solution, but not an issue with find-lf code :)