Hi all,
I'm currently receiving the ScanAPI data (which includes nearAPrssi data) and using Google BigQuery to store all the info.
Running now a bunch of location related reports, but it struck me (and one of my customers) that we could have interesting information about WiFi devices and do some kind of "Live light site survey" based on the ScanApi info already received and stored.
Now, I know that RSSI is different than SNR and the strength of the signal is influenced by device power emission, so I was wondering if we can get the "noise" information from some means from the API.
I found "getNetworkWirelessSignalQualityHistory" from Dashboard API v1 python SDK, and I'm able to get the "noise" form the SNR ... wonder if there was an easy and/or better way to do this.
Any ideas? Any thoughts?