Other Parts Discussed in Thread: CC2652RB, Z-STACK
Hi,
I am using Zigbee Linux Gateway 3.0 application provided by TI for my gateway project. In the gateway host is IMX8 and ZNP is CC2652RB.
I have gone through the Z-Stack Linux Gateway Application Programming Interface document Interface document Version: 1.1 and could not find any API which will do the below functionalities
1. Form network with channel and tx power specified
2.Join to an existing network with specific channel
3.start scanning for network
4.stop scanning for network
5.Get Tx power of the device
6.Get binding table size
7.set binding table entry for a particular bind index - int zigbee_set_binding_entry(int index, zigbee_binding_table_entry *value)
8.Delete binding entry of particular index
9.clear all entries of binding table
10.ZDO node id request
11.ZDO ieee address request
12.ZDO leave request
13.ZDO node descriptor request
14.ZDO power descriptor requset
15.ZDO active endpoint request
16.ZDO match descriptor request
17.zdo end device bind request
18.ZDO LQI table request
19.stop attribute reporting
20.Check if attribute reporting
21.discover attribute
22.read report config
23.basic cluster reset to factory default
24.identify cluster get remaining time
Please let me know how i can achieve the above functionalities.
Thanks,
Vikas