记录 Zigbee 网络统计

发布于 2024-09-30 07:08:46 字数 93 浏览 0 评论 0原文

是否有任何 zigbee 集群(或其他 zigbee 方法)可供我们用于网络统计?

我需要在协调器内记录 zigbee 网络的所有链路质量/模式和信号强度。

Is there any zigbee cluster (or others zigbee methods) that we can use to for network statistic?

I will need to log inside the coordinator all the link quality/pattern and the signals strength of the zigbee network.

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

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

发布评论

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

评论(2

并安 2024-10-07 07:08:46

您可以使用 ZDP 中的 Mgmt_Lqi_req(如果您的堆栈支持)并从所有 FFD 设备收集数据。正如您在规范中看到的,响应包含每个 1 跳邻居的 LQI 值。

You may use the Mgmt_Lqi_req from the ZDP (if your stack supports this) and collect the data from all FFD devices. As you can see in the Specification the response contains the LQI value for each 1 hop neighbor.

仅此而已 2024-10-07 07:08:46

另一种选择是使用 Freakduino嗅探 802.15.4 流量,以便稍后使用wireshark进行分析。
目前,Freakduino 只有 2.4GHz 版本可用,尽管 900MHz 版本正在开发中,因此只能嗅探 2.4GHz 网络。

Another option is to use the Freakduino to sniff 802.15.4 traffic for later analysis with wireshark.
At this moment, only the 2.4GHz version of the Freakduino is available, though a 900MHz version is in progress, so only 2.4GHz networks can be sniffed.

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