find-lf icon indicating copy to clipboard operation
find-lf copied to clipboard

Track the location of every Wi-Fi device (:iphone:) in your house using Raspberry Pis and FIND

Results 29 find-lf issues
Sort by recently updated
recently updated
newest added

Hi, First of all really love the idea, see a lot of potential in this solution. Quick question: would this wlan adapter be compatible? https://www.aliexpress.com/item/NEW-Ralink-RT5572-300Mbps-802-11AC-2-4G-5G-dual-band-wireless-card-300M-wireless-n/32768906733.html optionally would use https://www.aliexpress.com/item/RaLink-RT3572-2-4GHz-5-0GHz-300Mbps-WiFi-USB-Adapter-PCB-Module-Wireless-WiFi-Adapter-with/32815492744.html I...

As explained here: [Could not connect to RPi #29](https://github.com/schollz/find-lf/issues/29#issuecomment-360395213)

I was wondering if I need to go out and buy a WiFi adapter when I could just modify the WiFi on the Pi itself? Point me in the right...

I have setup a server using docker. mosquitto, rftcp, findserver are running as per the docker output. But when I'm trying to learn the finger print from using cluster, it...

# Sniffing Using a Raspberry Pi 3, [compile BlueZ](http://www.elinux.org/RPi_Bluetooth_LE#BlueZ_5.32_build_instructions). Then make sure Bluetooth adapter is up: `sudo hciconfig hci0 up`. Then run btmon in the background: `sudo btmon &` Then...

enhancement
help wanted
hacktoberfest

Initial commit of new shell script - I wrote this for my personal setup and it works on dd-wrt ARM v3.0-r28600M. Add the script to your router and run at...

go build in the server directory leads to the following result: server.go:20:2: cannot find package "github.com/gin-gonic/gin" in any of: /usr/lib/go-1.6/src/github.com/gin-gonic/gin (from $GOROOT)

The cluster.py list command seems to assume you're using the 192.168.1.0/24 subnet? https://github.com/schollz/find-lf/blob/09c56778297978943dec6a0ca945fc83b69c3990/tools/cluster.py#L361 ``` elif command == "list": print("scanning all ips...please wait") c = 'nmap -sP 192.168.1.0/24' r, code =...

I'm getting the following error and it kills the find-lf server and breaks everything else that relies on the server, any ideas on how I can prevent this from happening?...