mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 15:01:19 -08:00
Add a comparison table of device roles
This commit is contained in:
parent
499b505815
commit
02e51ca5de
|
@ -30,6 +30,24 @@ Acceptable values:
|
|||
| `CLIENT_HIDDEN` | Client Hidden - Used for nodes that "only speak when spoken to." Turns off all of the routine broadcasts but allows for ad-hoc communication. Still rebroadcasts, but with local only rebroadcast mode (known meshes only). Can be used for clandestine operation or to dramatically reduce airtime / power consumption |
|
||||
| `LOST_AND_FOUND` | Lost and Found - Used to automatically send a text message with current position at frequent intervals to the primary channel for the device: "I'm lost! Position: lat / long" |
|
||||
|
||||
#### Role Comparison
|
||||
|
||||
This table shows the **default** values after selecting a preset. As always, individual settings can be adjusted after choosing a preset.
|
||||
|
||||
| Device Role | Bluetooth/Wi-Fi Enabled | Screen Enabled | Power Consumption | Retransmit | Prioritized Routing | Visible in Nodes List |
|
||||
| -------------- | ----------------------- | -------------- | ----------------- | ---------- | ------------------- | --------------------- |
|
||||
| CLIENT | Yes | Yes | Regular | Yes | No | Yes |
|
||||
| CLIENT_MUTE | Yes | Yes | Lowest | No | No | Yes |
|
||||
| CLIENT_HIDDEN | Yes | Yes | Lowest | Local only | No | No |
|
||||
| TRACKER | No | No | Regular | No | No | Yes |
|
||||
| LOST_AND_FOUND | No | No | Regular | No | No | Yes |
|
||||
| SENSOR | No | No | High | No | No | Yes |
|
||||
| TAK | Yes | Optional | Low | Yes | No | Yes |
|
||||
| ROUTER | No | No | High | Yes | Yes | Yes |
|
||||
| ROUTER_CLIENT | Yes | Yes | Highest | Yes | Yes | Yes |
|
||||
| REPEATER | No | No | High | Yes | Yes | No |
|
||||
|
||||
|
||||
### Rebroadcast Mode
|
||||
|
||||
This setting defines the device's behavior for how messages are rebroadcasted.
|
||||
|
|
Loading…
Reference in a new issue