【问题标题】:How to measure WiFi Signal strength in iOS [closed]如何在 iOS 中测量 WiFi 信号强度 [关闭]
【发布时间】:2021-06-03 10:30:07
【问题描述】:

我想在 iOS 中测量 WIFI 信号强度。以下是预期

  1. 扫描获取Wifi列表
  2. 连接到 WiFi 并以 dBm 为单位测量 WIFI 信号强度。

任何人都可以帮助如何在 iOS 中执行此操作,因为 iOS API 中有一些限制。

【问题讨论】:

    标签: swift objective-c


    【解决方案1】:

    你可以通过NEHotspotHelper做#1。

    这里是a thread where you can find more information,还有一个sample github repo

    你可以通过NetworkExtension做#2

    更多信息在this closely related question

    这两项都需要您申请的特殊权利。查看段落at the start of the NEHotspotHelper documentation

    【讨论】:

    • 谢谢迈克尔,我会尝试两种方式。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-03-10
    • 1970-01-01
    • 2013-10-17
    • 2015-05-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多