Hello,
I'm currently try do simulate a zigbee pro device with a cc2531 dongle. I flash it with the Zstack and I have a node.js backend witch is able to communicate with the dongle.
I have a raspberry pi and a ti CC2531 usb dongle and I want, as quickly as possible, create and send some zigbee data to a zigbee device.
But is not enough to create easily a zigbee communication.
I use : https://github.com/zigbeer/cc-znp/wiki/6.-Z-Stack-MT-API-Reference-Tables#64-zdo-table to communicate with the dongle directly. It works fine, I'm able to ping the device and I' m able to get device information. But it's hard to create zigbee communication. Is it a "zigbee workflow" available to create a proper API to pair, un pair, send and receive zigbee data, etc... ? I don't know much about zigbee protocol and configuration.
So I'm trying to find a new way using ZAP. Can you give me some explanation, exemple, raspberry software implementation to run an ZAP application on the raspberry and create some connectors to the dongle and node.js ?
Thanks a lot, and happy new year !
