【问题标题】:google wifi Access Point geo location by MAC谷歌 wifi 接入点 MAC 地址
【发布时间】:2011-05-05 19:29:30
【问题描述】:

我在某些网站上发现可以通过提供 MAC 地址来找到 wifi 接入点的位置。

我的问题是:用于此的 API 的名称是什么,以及我使用什么 api 从 MAC 地址获取 wifi AP 位置(在 Windows 上)?

【问题讨论】:

    标签: javascript android google-maps


    【解决方案1】:

    看看谷歌的Geolocation API Network Protocol

    在那里你可以看到像这样的示例 JSON 对象:

    "wifi_towers": [
        {
          "mac_address": "01-23-45-67-89-ab",
          "signal_strength": 8,
          "age": 0
        },
        {
          "mac_address": "01-23-45-67-89-ac",
          "signal_strength": 4,
          "age": 0
        }
      ]
    

    **Google Gears API 不再可用

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-08-08
      • 1970-01-01
      • 2014-08-13
      • 1970-01-01
      • 2011-02-05
      • 1970-01-01
      相关资源
      最近更新 更多