Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当两台 ubuntu 机器以 ad hoc 模式运行时,是否有任何可能的方法来测量信号强度。我曾尝试使用 iwspy 命令,但它显示错误如下。
root@dibya-notebook:~/Desktop# iwspy wlan0 wlan0 接口不支持无线统计
root@dibya-notebook:~/Desktop# iwspy wlan0 wlan0 Interface doesn't support wireless statistic collection
上面的错误是因为你iwspy没有在你的界面上激活。如果我没记错的话,你可以激活它,指定目标IP地址和NIC接口,
iwspy
IP
NIC
sudo iwspy wlan0 <IP addr>
您也可以通过 取消激活它sudo iwspy wlan0 off。
sudo iwspy wlan0 off