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. Can someone point me in the right direction? Thanks in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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/ |
|||
|
|