S&F server sent messages on public channel #5763
-
I'm having difficulty understanding Store and Forward. It doesn't seem to work as I expect. My S&F server has the following channels:
I have a node that sends alert messages on the private channel. It has just one channel:
My portable node has 3 channels:
While I was out of range, the alert node sent some alert messages on the private channel. The S&F logs clearly show that it has selected ch-index 1 for sending the missed alerts. Why did it do that? Why wouldn't it send the missed messages on the channel on which it received them? EDIT: It does appear my node was the only one that received the messages relayed from the S&F server, even though my portable node showed these as appearing on the ShortFast channel. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I believe Store and Forward is set to not work on the default public channel |
Beta Was this translation helpful? Give feedback.
-
I believe I have found the issue. The S&F server had in a different order from the requesting device. So the messages that were retrieved appeared on different channels on the receiving device. This raises a different issue where the two devices have the same channels, but want to have different default channels. |
Beta Was this translation helpful? Give feedback.
I believe I have found the issue. The S&F server had in a different order from the requesting device. So the messages that were retrieved appeared on different channels on the receiving device.
This raises a different issue where the two devices have the same channels, but want to have different default channels.