C# - 如何访问 WLAN 信号强度等?
许多科学家发表了论文记录设备如何连接通过 WLAN 可以通过测量其信号强度、到达时间、往返时间等进行跟踪。知道如何使用任何 .NET API 在 Windows 中访问这些值吗?
或者您是否知道已经可用于位置跟踪的软件 SDK?
Many scientists have published papers documenting how devices connected via WLAN can be tracked by measuring its Signal Strength, Time Of Arrival, Round Trip Time, etc. Any idea how I can access these values in Windows using any .NET API?
Or do you know of software SDKs already available for location tracking?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你好,对于 WIndows 7,这是一个很好的代码,可以检测所有具有 MAC 地址 RSSI SSID 的 AP:
我希望它会有所帮助享受
hello for WIndows 7 this is a good code wich can detect all AP with MAC adress RSSI SSID :
i hope it will be helpful enjoy
托管 Wifi API 将提供信号强度信息。这是改编自我之前提出的问题并得到回答的代码片段 此处:
The Managed Wifi API will provide signal strength information. Here's a code snippet adapted from a question I previously posed and was answered here:
Windows 本身现在提供了Location API。
Windows itself provides a Location API now.