-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi MAC white list #192
Comments
Yes, you can do that. Make a JSON of the mac to filter, like {
"ab:cd:ef":true,
"ab:cd:eg":true
} and then run the FIND server with the |
Thank you, but how can I know that is working fine. When I have clicked on "Update" button in administration, it will generate me the group file (grid_4.rf.json), which contains all MAC address as before. Also the same in new group. I using Docker and i put the white list into the /tmp forlder just for shure. command=/usr/local/work/src/github.com/schollz/find/find -rf 5009 -mqtt localhost:1883 -mqttadmin admin -mqttadminpass 123 -mosquitto my whitelist.json |
So fingerprint.go => func filterFingerprint why is there I need to filter mac "e4:8d:8c:f1:fa:76" but this line makes it to "e4:8d:8c:f1:fa:70". So I have removed this line and filtration working fine. |
Is possible to define white list of Wifi APs which has to be included into the learning??
Because many of our APs in off the office are just some mobiles etc.. which are not alive all the time so we need to eliminate this MAC addresses.
I can eddit *.rf.json file (delete mac which are not stable) is it OK ?
Thanks Mike
The text was updated successfully, but these errors were encountered: