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

burn: find wifi automatically #39

Open
2 of 4 tasks
laszewsk opened this issue Mar 21, 2021 · 3 comments
Open
2 of 4 tasks

burn: find wifi automatically #39

laszewsk opened this issue Mar 21, 2021 · 3 comments
Assignees
Labels
2 priority two (high) easy enhancement New feature or request

Comments

@laszewsk
Copy link
Member

laszewsk commented Mar 21, 2021

  • works on linux (gregor)
  • works on mac (gregor)
  • works on windows (jp)
  • works on pi (jp)

from pi-imager

#ifdef Q_OS_WIN
program = "netsh";
args << "wlan" << "show" << "interfaces";
regexpstr = "[ \t]+SSID[ \t]*: (.+)";
#else
#ifdef Q_OS_DARWIN
program = "/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport";
args << "-I";
regexpstr = "[ \t]+SSID: (.+)";
#else
program = "iwgetid";
args << "-r";
#endif

OSX: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I |fgrep " SSID:"

@laszewsk laszewsk added the enhancement New feature or request label Apr 2, 2022
@laszewsk laszewsk changed the title find wifi automatically burn: find wifi automatically May 2, 2022
@laszewsk laszewsk added the burn label May 2, 2022
@jpfleischer jpfleischer transferred this issue from cloudmesh/cloudmesh-pi-cluster May 2, 2022
@jpfleischer
Copy link
Member

jpfleischer commented May 2, 2022

this is likely implemented- however, it needs a test (a pytest)

@jpfleischer jpfleischer added the 5 priority five (lowest) label May 2, 2022
@jpfleischer jpfleischer removed the burn label May 6, 2022
@laszewsk
Copy link
Member Author

we believe this is implemented, test

@laszewsk laszewsk added easy 2 priority two (high) and removed 5 priority five (lowest) labels May 27, 2022
@laszewsk
Copy link
Member Author

I thought we implemented this, would be good to have a pytest so we do not have to burn to test it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 priority two (high) easy enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants