Replies: 1 comment 3 replies
|
Router late always retransmits regardless of hearing other nodes repeat the message. Its meant to cover local clusters that are cut off from the rest of the network, usually because of geography issues. Works like a bridge basically. Problem is it sucks up airtime. So in certain circumstances it may be necessary but not ideal. In a mobile application it would be very wasteful. Client or client mute would be preffered. Client late would work no differently the router late, always retransmits regardless of hearing other nodes repeat the message. Regular Client will still repeat the message if it doesnt hear another node repeat it. So it will fill the gap if all others fail. I do think a priority client role would be good. For a node that's in a fairly decent location (like a rooftop) but not in an amazing location like a radio tower. Then client could just be last ditch effort to retransmit if it hears nothing repeat. |
Uh oh!
There was an error while loading. Please reload this page.
From what I gathered from reading the documents, Router, Router_Late and Repeater are mostly used for well positioned nodes and depending on how well positioned they are depends on which ones you use. It appears that Router and Repeater have the same priority. While Router_Late has a lower priority (not 100% sure on this).
I am guessing since I have not found it yet that Client has lower priority then Router_Late. I was reading up on proper settings and noticed people say to have your node set to Client_Mute if there are a lot of nodes and not Client as that gets in the way of better placed nodes relaying messages. Isn't the entire point of Client to have the lowest relay priority node because the node is not in an ideal location? Wouldn`t you want moving relay nodes set to Client? If this is not the case, why not make a Client_Late role so you have a role to make sure communication gets through if all other nodes fail. Wouldn't you also want a Repeater_Later role as well?
Relay priority would look like this:
Router and Repeater
Router_Late and Repeater_Late
Client
Client_Late
Essentially, establish a detailed enough hierarchy for relaying messages so more ideal nodes always take priority but your not turning off potential relays that could be crucial for getting a message through.
All reactions