go - How can I collect Wi-Fi RF metrics in Golang? -
i'm looking way scan local wi-fi environment given client , produce metrics such as: access point(s), bssid, ssid, channel, , rssi using go.
golang libs provides list of projects (https://golanglibs.com/top?page=1&q=wifi), these seem more focused on specific use cases i'm looking for. looking means list aps and/or ssids , current rf conditions.
i avoid system calls ala exec.command()
approach implemented here (https://github.com/yelinaung/wifi-name/blob/master/wifi-name.go) if possible seems bit of hack, if best option i'm happy try approach.
i'm willing begin platform-specific approach (windows or linux) , 'roll own' there, if there more generalized tools/packages obfuscate os preferred.
Comments
Post a Comment