This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Get physical source of intermediate relay messages

Hi!

I have a question about the Mesh SDK. Is it currently possible to get the physical source of a relayed message (thus the relay that send it) out of it? I only seem to able to get out the initial sender and ultimate receiver out of the network packet metadata. I want to visualize the path a packet has taken through the network and thus need the intermediate relay sources for that as well.

Thanks in advance!

Kind regards,

Mathias

Parents
  • Hi Mathias

    There is no built in mechanism for this, no. Since there is no routing in the mesh, having this included would add quite a lot of overhead to the communication.

    You might be able to add a proprietary system on top, where each node can report that it received a packet, and what the TTL counter was at the time, but this would have to be added in the application.

    Best regards
    Torbjørn

Reply
  • Hi Mathias

    There is no built in mechanism for this, no. Since there is no routing in the mesh, having this included would add quite a lot of overhead to the communication.

    You might be able to add a proprietary system on top, where each node can report that it received a packet, and what the TTL counter was at the time, but this would have to be added in the application.

    Best regards
    Torbjørn

Children
Related