菜鸟教程小白 发表于 2022-12-13 13:31:02

ios - 在 iOS 中从 Wifi 获取 RSSI


                                            <p><p>我正在尝试获取 SSID、信号强度和其他 wifi 信息等 Wifi 信息。在 iOS 9 中可以这样做吗?我看到以前有人问过这个问题,但它们已经过时了,甚至有些回答了,其中大多数都没有工作或折旧。我们如何才能使用 iOS 8 或更好的版本来实现这一点。 </p>

<p>谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>注意:您需要 Apple 为此授予的 <code>com.apple.developer.networking.HotspotHelper</code> 权利。我将把它留在这里,但它并不能解决 OP。</p>

<blockquote class="剧透">
<p> 您可以从 <code>Network Extension Framework</code><br/> 中获取信号强度,但我不确定它是否是 RSSI
<a href="https://developer.apple.com/library/ios/documentation/NetworkExtension/Reference/NEHotspotHelperClassRef/#//apple_ref/occ/clm/NEHotspotHelper/supportedNetworkInterfaces" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/NetworkExtension/Reference/NEHotspotHelperClassRef/#//apple_ref/occ/clm/NEHotspotHelper/supportedNetworkInterfaces</a> <br/>
<a href="https://developer.apple.com/library/ios/documentation/NetworkExtension/Reference/NEHotspotNetworkClassRef/index.html#//apple_ref/occ/instp/NEHotspotNetwork/signalStrength" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/documentation/NetworkExtension/Reference/NEHotspotNetworkClassRef/index.html#//apple_ref/occ/instp/NEHotspotNetwork/signalStrength</a> </p>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 iOS 中从 Wifi 获取 RSSI,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34732166/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34732166/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 iOS 中从 Wifi 获取 RSSI