Other Parts Discussed in Thread: Z-STACK, CC2530
For some time I am trying to become familiar with TI Zigbee evalutation board. I started with the well known project SensorDemo. There is a simplified OS implemented for this project. Some of the files can be modified, there is also a pack of configuration files. The rest of them is already compiled and attached to the project as libraries. Because of that it sometimes make it a quite difficult to analyse this project more deeply.
My question refer to Data Receive Acknowledgement frame while non beacon mode is active. Please let me know if I misunderstand something. There are two kinds of Data Receive Acknowledgements used in the Sensor Demo Project. The first one is based on Application Layer. The second one triggers Ack frame generation process in the lower APS, MAC layer independently. Every message, every frame is acknowledged by another device with ack frame.
I am trying to optimize the network traffic. My project include many devices (about 100), so network traffic optimalization is significant problem for me. I need to disable all acknowledgements in the APS layer. Main APS files are compiled so there is no chance to do it on my own. So far I have found that there is a parameter called txOptions which can enable /disable ack requests (but I dont know which layer it refers to, i think APP Layer).
I am a student of Silesian University of Technology, please be understanding.