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

Script to report RSSI values from a DD-WRT router to find-lf server #28

Open roch23 opened 6 years ago

roch23 commented 6 years ago

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 boot to report values to your find-lf server. I find that the values are more accurate than any of my pi's running tshark. It simply adds the router as an additional node in the cluster. I apologize for not making it more robust - I'm very new to shell text manipulation/scripting and git collaboration. I wrote this as practice & figured I'd share. Hopefully someone can clean up, standardize, and integrate with the cluster config commands.