Tagged Questions
2
votes
1answer
1k views
Most effective way to collect wifi bssid and rssi data across many windows platforms
I'm trying to collect wifi Bssid and Rssi information on Windows, and am looking for the most reliable way to do that across as many versions of Windows as possible. With Vista it's easy using Win32 ...
1
vote
3answers
421 views
RSSI with pyBluez on WindowsXP
I'm using the pyBluez module on Python 2.6 on WindowsXP. I'd like to get the RSSI of other bluetooth devices around.
I foudn some code but it makes use of _bluetooth, which I cannto find anywhere for ...