You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,9 +142,11 @@ A room server can be remotely administered using a T-Deck running the MeshCore f
142
142
143
143
When a client logs into a room server, the client will receive the previously 32 unseen messages.
144
144
145
-
A room server can also take on the repeater role. To enable repeater role on a room server, use this command:
145
+
Although room server can also repeat with the command line command `set repeat on`, it is not recommended nor encouraged. A room server with repeat set to `on` lacks the full set of repeater and remote administration features that are only available in the repeater firmware.
146
+
147
+
The recommendation is to run repeater and room server on separate devices for the best experience.
148
+
146
149
147
-
`set repeat {on|off}`
148
150
149
151
---
150
152
@@ -201,10 +203,12 @@ MeshCore allows you to manually broadcast your name, position and public encrypt
201
203
* Zero hop means your advert is broadcasted out to anyone that can hear it, and that's it.
202
204
* Flooded means it's broadcasted out and then repeated by all the repeaters that hear it.
203
205
204
-
MeshCore clients only advertise themselves when the user initiates it. A repeater (and room server?) advertises its presence once every 240 minutes. This interval can be configured using the following command:
206
+
MeshCore clients only advertise themselves when the user initiates it. A repeater sends a flood advert once every 3 hours by default. This interval can be configured using the following command:
205
207
206
208
`set advert.interval {minutes}`
207
209
210
+
As of Aug 20 2025, a pending PR on github will change the flood advert to 12 hours to minimize airtime utilization caused by repeaters' flood adverts.
211
+
208
212
### 2.5. Q: Is there a hop limit?
209
213
210
214
**A:** Internally the firmware has maximum limit of 64 hops. In real world settings it will be difficult to get close to the limit due to the environments and timing as packets travel further and further. We want to hear how far your MeshCore conversations go.
0 commit comments