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

TTL - Hop Count

Imagine i have a client which sends message to a gateway and i set a TTL for the shortest path . If one of the node is not functioning how will the mesh reroute the message.I have seen health model but i couldn't understand what it said.

Parents
  • Hi. 

    The message you send will be broadcasted to all the nodes in range. The message will then be relayed by all of the relay nodes that receives it. 
    So if you have one node that fails, the other relay nodes should be able to relay the message and find another route to the gateway.

    However, if the TTL is set to a minimum (with the shortest path in mind) and any other route has more hops than the TTL allows, then the Mesh will not be able to relay the message to it's destination.

    Best regards, 
    Joakim.

Reply
  • Hi. 

    The message you send will be broadcasted to all the nodes in range. The message will then be relayed by all of the relay nodes that receives it. 
    So if you have one node that fails, the other relay nodes should be able to relay the message and find another route to the gateway.

    However, if the TTL is set to a minimum (with the shortest path in mind) and any other route has more hops than the TTL allows, then the Mesh will not be able to relay the message to it's destination.

    Best regards, 
    Joakim.

Children
Related