Is there something like this already present in the firmware to reduce traffic? #6425
RichieFrame
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Why should it not rebroadcast in this case? For example, when you send a packet from a node inside the house, it would be good if the node on your roof would rebroadcast, even though its received signal is strong. If another node received it with worse signal quality, it will rebroadcast first and then the node on the roof will not anymore. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When 2 nodes are in close proximity, and one sends a message, it is received by the 2nd, which determines if it shall be rebroadcasted. The 2nd may not know where the first is.
If the RSSI is very high, say -35dBm or stronger, and the SNR is similarly high at say 6dB or stronger, the receiving node should infer that the sender is in very close proximity and choose not to rebroadcast.
If this were to be an added feature, it would be best if those thresholds were configurable within a reasonable range, and probably not available on router role.
Beta Was this translation helpful? Give feedback.
All reactions