This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Get Routing Table of Zigbee Device

Hi,

I am trying to implement Zigbee mesh and read out the routing table of the local router. So far we achieved to get the device neighbor table by zb_zdo_mgmt_lqi_req which works fine. 

Is there a similar method to get the routing table? We have found a response struct called zb_zdo_routing_table_record_s to a mgmt_rtg_resp. However we havent found any function in the API returning such a struct. 

Thanks a lot for your help

Parents Reply
  • Thanks for your investigations. Sorry for the misunderstanding. We are trying to get the routing table of the "local" aka the actual device the code runs on not of a remote device. Is there no such api for that or any other way?

    The reason why we are interested in this is because we want to recreate the path a message took (how many hops). So therefore we are interested in the next_hop_address from the routing table.

Children
Related