The Mesh network cannot relay

I use two 52832 generic_ onoff_  In the example of server, a mesh network is formed. Both monitors the group address C001. I put the other one outside the range. Then the group address lights up, and the node lights in the range are on, but the nodes outside the range are not on. Is it because the relay function does not work? I'm in the packet_ Added in relay()__ Log, it seems that the TTL value is not printed

  • Hi,

    It may be one of the following:

    • Nodes not built with support for relay feature
    • Relay feature disabled on the nodes
    • Original TTL was set to 0 or 1 (either by compile time default or by configuration.)

    Are you getting the log message but without any value for TTL, or are you not getting the log message at all? If you do not see the message at all, then it is likely you have disabled the relay feature at compile time. By default, all SDK examples should have the relay feature enabled. Which SDK and SDK version is this?

    Regards,
    Terje

Related