如何用VC ++检测无线客户端信号强度? [英] How to detect the wireless client signal strength with VC++?

查看:390
本文介绍了如何用VC ++检测无线客户端信号强度?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Windows PC上运行应用程序来检测无线客户端的信号强度。假设我有一台AP,一台Windows PC和几个无线客户端(笔记本电脑,手机等)。 Windows PC和这些无线客户端通过AP构建无线LAN。我的应用程序将在Windows PC上运行以收集这些无线客户端的信号强度。



我尝试了Windows Native Wifi功能(Wlanxxxxxxx),但功能只能检测这些AP的WIFI属性(SSID,信号强度等)而不是与AP链接的客户端。



有人可以给我建议或演示如何使用C ++程序(Windows)检索无线客户端的信号强度?

I am trying to implement an application running on the Windows PC to detect the signal strength of wireless clients. Assume I have an AP, a Windows PC and several wireless clients (laptops, mobile phones, etc). The windows PC and these wireless clients construct a wireless LAN through the AP. My application will run on the windows PC to collect the signal strength of these wireless clients.

I tried the Windows Native Wifi Functions (Wlanxxxxxxx) but the functions can only detect the WIFI attributes (SSID, signal strength, etc) of thoese APs instead of the clients that link with the AP.

Can someone please give me suggestion or demonstration how to program with C++ (Windows) to retrieve the Signal Strength of the wireless clients?

推荐答案

您可以通过WMI进行此操作。我过去用它来收集远程数据。



如果没有,你必须编写客户端应用程序,收集数据并发送给你服务器。



你必须将他人完成的工作结合起来构建你的应用程序。为了完成这项任务,某人不太可能拥有他们可以给你的代码。



在这项努力中,谷歌和MSDN将成为你的朋友。
You may be able to do it through WMI. I've used it in the past to collect remote data.

If not, you'll have to write client apps, that collect the data and send it to your server.

You'll have to build your app by pulling together pieces of work others have done. It's unlikely that someone will have code that they can give you, to perform this task.

In this endeavor, Google and MSDN will be your friends.


我想你会发现这篇论文有一些兴趣:评估使用SNMP作为IEEE 802.11无线网络的无线网络监控工具 [ ^ ]



祝你好运

Espen Harlinn
I guess you'll find this paper of some interest: EVALUATING THE USE OF SNMP AS A WIRELESS NETWORK MONITORING TOOL FOR IEEE 802.11 WIRELESS NETWORKS[^]

Best regards
Espen Harlinn

这篇关于如何用VC ++检测无线客户端信号强度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆