Hi,
I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK. One board is programmed with the proxy client, and the other with the proxy server.
I would like to measure throughput using this example.
If I send unacknowledged messages, I found that I can calculate throughput as:
the payload / (timstamp_packet_received- timestamp_packet_sent).
My question is: what size is the payload in this example? When the client sends a SET message does it send only 1B?
Thanks in advance!
