Hi,
We want to design Zigbee Ethernet gateway using the BBB and CC2531 over USB as suggested in the linux gateway design.
But instead of forwarding cluster specific information (ZCL) to the ethernet Port, we wanted to send custom messages over the Zigbee network using the AF interface. Currently in the software the Network manager Server, HA Server and OTA Server communicate with the Zstack server. This is the server which would be supplying the AF related messages to the HA Server which then parses the AF messages up the HA server using ZCL specs.
Is there an API documentation to use only the Z-Stack Server and write an application that directly connects to this server over a TCP socket to recieve Zigbee Packets received at the AF interface level instead of interfacing to the HA server. We do not want to implement the Cluster Specification as we want to send custom messages (Text Messages) from our Zigbee Nodes. Or is there a way to retrieve the complete payload of the AF interface using the HA server?
Regards
Royston