计算路由信号的功率或数量

发布于 2024-09-01 11:32:02 字数 127 浏览 4 评论 0原文

我需要一个 C++ 或 Java 函数来计算来自 Wifi 基站的信号数量和功率。此功能将帮助我找到笔记本电脑两个位​​置之间的差异。

(注:我对第一个问题感到非常抱歉,因为我的英语不好,这个问题附带了翻译,并由我编辑)。

I need a function in C++ or Java to calculate the number and power of signals coming from Wifi base stations. This function will help me to find the difference between two positions, of a laptop.

( Note : i am so sorry about first questions , because i have bad english , and this Q came with translator with editing from me).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微凉徒眸意 2024-09-08 11:32:02

没有可移植的功能,因为它在不同的操作系统上差异很大。在 Linux 中,您可以在设备文件上进行 ioctl,在 Windows 上...不知道,抱歉。

我认为对于这类问题,谷歌是一个很好的匹配 - 尝试搜索“无线库 java c++”,或“c++ wifi 强度”,玩一下。

There is no portable function for that, because it differes HEAVILY across operating systems. In Linux, you can ioctl on the device file, on windows... no idea, sorry.

I think for these kind of questions, google is a good match - try searching for "wireless library java c++", or "c++ wifi strength", play around a bit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文