Skip to content
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

Open
kocsaga opened this issue Oct 8, 2024 · 3 comments
Open

Feature request: Histogram for a selected, but unconected network #129

kocsaga opened this issue Oct 8, 2024 · 3 comments

Comments

@kocsaga
Copy link

kocsaga commented Oct 8, 2024

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.

@grrtrr
Copy link
Contributor

grrtrr commented Oct 8, 2024

This requires some design:

  • the signal strength measurements would come out of a series of repeated scans,
  • the scan would be filtered out by SSID,
  • the SSID may come and go (depending on how far from the sender),
  • the configuration screen would have an option to switch between connected Access Point and sampling from scanning,
  • also not clear how to switch into the "scan histogram" mode.

One idea would be a "command" / keycode inside the scan screen, which would require support for selecting inside the list of returned SSIDs.

@kocsaga
Copy link
Author

kocsaga commented Oct 11, 2024

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:
Please select the number of the AP to monitor:
ID SSID signal mac channel

  1. Ap_1 -57 00:11:22:33:44 1
  2. AP_2 -68 00:11:22:33:54 6
    ....

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.
Perhaps filtered out by mac address could be better. There is kind of manufacturer whose product carries the same name, but MAC is differnet most of the time.

@grrtrr
Copy link
Contributor

grrtrr commented Oct 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants