Replies: 2 comments
-
Better path finding of the message to address the "picket fence" issue where a node in client mode is the only one that can reach another location but router and router_late doesn't make sense for the node. Being able to counteract temp links created by a node in a plane at 10k+ feet is also needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I support this proposal from @benkyd |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
NRF52, ESP32, RP2040, Linux Native, Cross-Platform
Description
This issue intends to consolidate efforts to allow the saving and re-transmitting of messages to nodes as they join and leave the mesh. I have seen proposals on the "Store and Forward Module" However, as well as that I personally believe that individual nodes can contribute to this by just keeping a small buffer of "heard but not ACK'd" messages in RAM.
It could essentially be a re-transmit rule if certain conditions are met
Then...
A use case of this might be
A prerequisite to this feature would be #5875 as knowing when a node leaves and when it was last around is essential.
The idea of "is a node attended" being a flag is an interesting one too? Although i am not sure how it would integrate meshtastic/protobufs#667
I will include @GUVWAF and @RCGV1 as i think their direction is good
I am a relatively new contributor to this project. But i would love for meshtastic to allow for far more robust messaging without any specially configured nodes on a mesh nor any special settings in the p2p "2 node mesh". This thread is for thoughts and i'd love to get writing code!
Beta Was this translation helpful? Give feedback.
All reactions