Hi

I am starting to understand and develop the Simplici TI program to get an understanding of the protocol and see if it will be useful for an application i have in mind. 

I am currently looking at the AP_as_data_hub example given my TI examples. I have an understanding I think of the end_devices and am able to amend the payload structure.

I see in this example the AP sends an acknowledgement back to the end device when it receives a packet. currently all it sends when looking in the packet sniffer is transaction ID and no application payload. is there a way of adding a payload to the acknowledgement and place my own information in the payload?

I know the ack reply is sent from the nwk_sendAckReply but i am unsure where you edit the payload in the function if you can at all?

Also i am interested in the RSSI value that comes from the Acknowledgement packet. How to find out this value at the end_device side.

any information be much appreciated.