Hi!
I'm trying to log the flow of communication in the Light Control example of the Mesh SDK. But when I log all the received network messages on a server, I also get a lot of received heartbeat messages. I would like to distinguish between those and packets handling one specific communication between a sender and receiver. I tried several things (Destination address, packet length ...) but I don't seem to be able to find a way to identify a packet as a heartbeat packet alone. How would you guys do this?
Thanks in advance!
Mathias