Can someone explain how do binding table work in Zigbee protocol
is it only the coordinator that have the binding table for all the network, or all node have one
it seems binding files are there : components/stack/nwk/bindingtable.h
in the zigbee speicifications 053474r17 of january 2008, from Zigbee alliance
, they talk about remove_bind_entry methods, but I don't find them in ZStack 1.4.3
maybe this specifications are to recent for ZStack 1.4.3
I would like to be able to modify a bind entry ENDPOINT from 210 to 211 or contrary
for example I have a bind entry with shortAddr=0x0001 and endpoint =210 I would like to keep its address but cha,ge the endpoint value to 211
They talk about a binding manager, I dont find it in ZStack also, How could I do this
Thanks for help