-
Notifications
You must be signed in to change notification settings - Fork 90
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-heatmap --ap-names seems not working #22
Comments
Gregor, I don't actually use that option myself. I just looked through the code and it looks like, while this is not documented, Thanks, |
Thanks for the hint. The measurement points are displayed with There is actually no difference between Are there any further ideas? |
Hmmm... I'll need to take a look after work today. I don't use the ap names feature myself, so it could just be broken in a way that I haven't noticed yet. Is there any chance that you could upload one of the resulting heatmaps, and also the output of running that command with |
You're welcome :-) |
Looking at the code, I think the JSON file expects SSID keys, not BSSID. In |
Maybe I'm confused, but I do not see the point. A network that is broadcast from several access points has the same SSID everywhere, and the information that would be helpful is which access point I am actually connected to despite the same SSID. What am I missing? |
You're not confused. It appears that this is a bug. Looking back in the git history, it originally used BSSIDs like you'd expect. The README even has a line about that:
However, v1.0.0 / #4 was a PR that included a massive rewrite of the wireless-handling code to move from iwlist to nl80211. It appears that a commit in that PR switched these labels from BSSID to SSID. |
I have a fix for this currently in a branch: https://github.com/jantman/python-wifi-survey-heatmap/tree/issues/22 I'll try to get that released in the next few days. |
Just checked out the new branch... it works! Thank you very much. It makes this great software even more great :-) I'll stay tuned for the new release. |
Fixes #22 - Survey point labels should use BSSID/MAC, or AP name from mapping if specified
This has been released as 1.1.0 and should be live on Docker Hub as well. Thank you so much for taking the time to report the issue and help with troubleshooting! |
Hello everyone,
Thanks for all the work!
I'm trying to use the
-a / --ap-names
option. Unfortunately I can't find any documentation about the structure of the json file. I tried something like this:A
wifi-heatmap --ap-names ap-mapping.json [TITLE]
does not change the images at all. Is this a bug or am I doing something wrong?Best regards,
Gregor
The text was updated successfully, but these errors were encountered: