Skip to content

Commit e0d548c

Browse files
authored
Merge pull request #650 from LitBomb/patch-17
Update faq.md
2 parents 5772756 + 82184c5 commit e0d548c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/faq.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@ A room server can be remotely administered using a T-Deck running the MeshCore f
142142

143143
When a client logs into a room server, the client will receive the previously 32 unseen messages.
144144

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+
146149

147-
`set repeat {on|off}`
148150

149151
---
150152

@@ -201,10 +203,12 @@ MeshCore allows you to manually broadcast your name, position and public encrypt
201203
* Zero hop means your advert is broadcasted out to anyone that can hear it, and that's it.
202204
* Flooded means it's broadcasted out and then repeated by all the repeaters that hear it.
203205

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:
205207

206208
`set advert.interval {minutes}`
207209

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+
208212
### 2.5. Q: Is there a hop limit?
209213

210214
**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

Comments
 (0)