I am in process of doing my eng. thesis and apart from setting up Thread network part of my work is to measure delivery time of messages.
For now I have an application based on simple COAP server and another based on simple COAP client, and they are capable of sending messages from client to server that responds with corresponding actions acting as end-node.
I'm wondering if you have any tips how could I achieve two-way communication needed to do time measures of round-trip data delivery (using local clock on given device).
Thanks