使用 Google Geolocation API 通过 MAC 地址对 802.11 接入点进行地理定位
大多数浏览器现在都内置了对 Google 地理定位 API 的支持。他们通过向 Google 发送附近 802.11 接入点(其信标被您的计算机捕获的那些接入点)的 MAC 地址来实现此目的。
我有从不同位置捕获的大量 802.11 数据包。我正在寻找 802.11 接入点的地理定位。假设我们只有他们的 mac 地址。这应该可以通过使用 Google Geolocation API 来实现。
迄今为止我发现的可能对此有所帮助的来源包括:
- 来自 Mozilla 1.9.1 代码库的地理定位源代码
- 有关监控 WiFi 接入点的 MDN 文章< /a>
- 有关使用地理定位的 MDN 文章
- 关于在浏览器中使用地理定位的 Mozilla WebDev 文章
第一个可能是最好的选择。问题是,我不确定如何使用那里的示例并实际创建一个程序,让我通过管道输入 MAC 地址并输出纬度/经度对。我也不确定如何从 Unix/MacOS 命令行运行 JavaScript。
我知道有很多问题要问,但是有人知道我应该从哪里开始吗?
Support for the Google Geolocation API is now built in to most browsers. They do this, in part, by sending to Google the MAC address of nearby 802.11 access points (those whose beacons are captured by your computer.)
I have a large number of 802.11 packets captured from various locations. I'm looking to geolocate the 802.11 access points. Assume that we only have their mac addresses. This should be possible by using the Google Geolocation API.
Sources that I've found to date that might be helpful on this include:
- Geolocation source code from Mozilla 1.9.1 code base
- MDN article on Monitoring WiFi access points
- MDN article on using geolocation
- Mozilla WebDev article on using Geolocation in the Browser
The first is probably the best bet. Problem is, I'm not sure how to use the example there and actually create a program that lets me pipe in the MAC addresses and output lat/long pairs. I'm also not sure how to run JavaScript from a Unix/MacOS command line.
I know that this is a lot to ask, but does anybody have any clue where I should start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
命令行用法:
Command line usage: