andrewdavidmackenzie / pingr

A wifi monitoring tool
MIT License
6 stars 0 forks source link

wifiscanner seems broken on newer macos #69

Open andrewdavidmackenzie opened 6 months ago

andrewdavidmackenzie commented 6 months ago

I reported an issue against it. I now made the default to not have the ssids feature and not use it.

andrewdavidmackenzie commented 6 months ago

Not sure if you are using "airport" utility under the hood (I haven't had time to debug...) but I noticed that is is being deprecated in favor of wdutil in newer macos. But wdutil requires sudo :-(

in code of my own I have switched to use networksetup instead.

Not sure if useful info, but thought I'd share just in case.