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!
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Wednesday, February 8, 2012
Is there a way that I can get the SNR (Signal-To-Noise Ratio) using CaptiveNetwork?
Tags
cocoa,
iphone,
Tips For Programmer,
xcode
Subscribe to:
Post Comments (Atom)
The answer is 'No' if using CaptiveNetwork.
ReplyDeleteHowever, 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