Does the ZBOSS stack have an API that provides network statistic or network health details? We would like to get a general understanding of state of the network.
Thanks,
Does the ZBOSS stack have an API that provides network statistic or network health details? We would like to get a general understanding of state of the network.
Thanks,
Hi,
I'm not aware of any APIs reporting exactly network health details, but you may be able to utilize the functions used in the Zigbee Benchmark example, for instance zb_nrf52_get_radio_stats(), to get some useful statistics. If this is not sufficient, please provide more details on what you want to achieve, and what kind of statistics/details you want to obtain and we will check further if there is any better APIs.
Best regards,
Jørgen
Hi,
I'm not aware of any APIs reporting exactly network health details, but you may be able to utilize the functions used in the Zigbee Benchmark example, for instance zb_nrf52_get_radio_stats(), to get some useful statistics. If this is not sufficient, please provide more details on what you want to achieve, and what kind of statistics/details you want to obtain and we will check further if there is any better APIs.
Best regards,
Jørgen
Thank Jorgen, that's what I was looking for.