문제

I'm looking to get my WiFi signal strength on Android using Python. I can't seem to find any Python wifi monitoring modules that aren't operating system specific.

도움이 되었습니까?

해결책

Given the nature of what you are trying to do, you are going to have to use and Android specific wifi library, which may or may not exist. This is the closest thing I could find which includes a wifi_scan() function which will return signal strength.

http://python-for-android.readthedocs.org/en/latest/android/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top