Skip to main content

Is there a way that I can get the SNR (Signal-To-Noise Ratio) using CaptiveNetwork?



Is there a way that I can get the SNR (Signal-To-Noise Ratio) of a wifi AP using CaptiveNetwork? If there isn't, is the Wifi device on the iPhone capable of doing so? Also, I can't seem to get the signal strength of any wifi AP using CaptiveNetwork. It only gives me SSID, BSSID and SSIDDATA. Thanks!




Comments

  1. The answer is 'No' if using CaptiveNetwork.
    However, if you do not plan to submit your app to Appstore, you could use the private API - Apple80211 on a jailbroken device.

    You'll be able to obtain a bunch of info like RSSI, Rate, Channel etc as shown Here

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?