简体   繁体   English

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

[英]Calculate the Power Or Number Of Routing Signal

I need a function in C++ or Java to calculate the number and power of signals coming from Wifi base stations. 我需要C ++或Java中的函数来计算来自Wifi基站的信号的数量和功率。 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). (注意:我对第一个问题感到非常抱歉,因为我的英语不好,而且这个Q是我翻译的,附带翻译)。

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. 在Linux中,您可以在Windows上的设备文件上ioctl

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. 我认为对于这些问题,google是一个很好的选择-尝试搜索“无线库Java c ++”或“ c ++ wifi强度”,然后玩一下。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM