Question about broadcast suppression in the flooding mesh algorithm #8280
Unanswered
XinyuTan1985
asked this question in
Q&A
Replies: 1 comment 11 replies
-
|
Correct, Node 3 would not get the message. The solution here would be to make Node 2 a Router or (likely a better idea) Router_Late. Router would rebroadcast before Node 1. However, that will keep Node 1 from rebroadcasting, so another node within reach of only Node 1 would now not get the message. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to understand the logic of the flooding algorithm in Meshtastic versions after 1.3. My understanding is as follows:
This leads me to a question about a potential edge case, as illustrated in the diagram below.
Is my understanding of the algorithm correct? If so, is this scenario a known and tolerated limitation, similar to the hidden node problem, or is there another mechanism that addresses this situation?
Beta Was this translation helpful? Give feedback.
All reactions