find-lf
find-lf copied to clipboard
Track the location of every Wi-Fi device (:iphone:) in your house using Raspberry Pis and FIND
Nguyễn
I tried to run the following command: `python3 cluster.py initialize` in the part of "2. Start Pi cluster," but I realized that I mistyped some information. Is it possible to...
The README recommends the TP-Link TL-WN722N. However, apparently this has been superseded by the TL-WN822N: https://www.amazon.com/TP-Link-N300-Wireless-Adapter-TL-WN822N/dp/B00416Q5KI/ref=dp_ob_title_ce Can anybody confirm if this is supported with monitor mode/find-lf as well? If so,...
I don't understand how to install the find-lf server. Could someone explain it more detailed? I've created a new VM with debian 8.11, installed "go" and built gin-gonic. The readme...
When I try running python3 cluster.py initialize, I get "Could not connect to {'address': 'pi@..., 'notes': 'Test', 'wlan': 'wlan0'}" Any way to debug this? Thank you.
Hello, Is it possbilbe to use a ESP8266 as Wifi Sniffer and report the data to your Server? I will automate my house via Home Assistant and found your interresting...
Protocol is to pass lines in the format of "mac_address rssi packet_count" at 115200bps. I've not been able to test the significant refactoring of the Wifi capture but it should...
lf.internalpositioning.com does not seem to create group correctly on ml.internalpositioning.com?
I've setup a find-lf cluster using some Raspberry PIs. I've set the group name to "" in config.json, and I'm using the default https://lf.internalpositioning.com/ server for now. I set https://lf.internalpositioning.com/...
Looking at PR #28 I could easily get that data out of my unifi setup, and even pull from more than just one ap. But of course each client is...
The README mentions the following: ``` Also edit /etc/network/interfaces and remove the wpa-conf line for wlan1. ``` However, on a default Raspbian Lite install (September 2017), my /etc/network/interfaces contains: ```...