-
Notifications
You must be signed in to change notification settings - Fork 75
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
Feature request: Histogram for a selected, but unconected network #129
Comments
This requires some design:
One idea would be a "command" / keycode inside the scan screen, which would require support for selecting inside the list of returned SSIDs. |
my idea would a quick key for example "f" as "find". When you switch to this lets call it tab (I always imagined the differend menus as i,s,p,l as browser tabs). First it should make a full scan then print like this:
Type the ID you want to measure or just press enter to rescan: and thet it would switch to the histogram display as you would with keypress "L" with a connected network. That signal chart continously in time is awesome. |
It is a quite a bit of work to implement. I am not able to commit to doing that for the next 2..3 months. |
Okay, no problem. I am looking forward for what could you acheive. Have fun :) |
I am not making a commitment to implement this. |
I absolutely love this tool. I can approximately find my access points with the histogram function and some movement. But i cant measure the unconnected networks signal strenght. I want to place my router where are the furthest away from some annoying neighbours signal. Can you add a function to monitor the signal of an unconnected network and display it in histogram like already does with connected network. First it should have a scan that result a list of SSIDs and macs like your normal scan but with indexes, then you could write an index that signal is about to measured. I tried it in python and nmcli but it is awfully slow and my knowledge ends there. It scanned in every 10s, your tool is pretty much faster.
The text was updated successfully, but these errors were encountered: