mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
429dbac089
* Start of 1.2 EOL cleanup * initial docs updates * Move more 1.2 files * Move remaining 1.2 files * Fix links * Fix links * More links * The rest of the broken links * Missed a couple of links * Really last link * Links to the final 1.2 firmare and android app * add last flasher * fix gps_disabled * update enthusiast page * Delete 1.2 from apple apps * Fix error in module index
83 lines
2.1 KiB
Plaintext
83 lines
2.1 KiB
Plaintext
---
|
|
id: router
|
|
title: 1.2 Router Settings
|
|
sidebar_label: 1.2 Router
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
## Overview
|
|
|
|
## Settings
|
|
|
|
| Setting | Acceptable Values | Default |
|
|
| :-------: | :---------------: | :-----: |
|
|
| is_router | `true`, `false` | `false` |
|
|
|
|
### is_router
|
|
|
|
Are we operating as a router. Changes behavior in the following ways: The device will only sleep for critically low battery level (i.e. always tries to stay alive for the mesh) In the future routing decisions will preferentially route packets through nodes with this attribute (because assumed good line of sight)
|
|
|
|
#### Enable/Disable router mode
|
|
|
|
<Tabs
|
|
groupId="settings"
|
|
defaultValue="cli"
|
|
values={[
|
|
{label: 'CLI', value: 'cli'},
|
|
{label: 'Android', value: 'android'},
|
|
{label: 'iOS', value: 'iOS'},
|
|
{label: 'Web', value: 'web'},
|
|
]}>
|
|
<TabItem value="cli">
|
|
|
|
```shell title="Enable router mode"
|
|
meshtastic --set is_router true
|
|
```
|
|
|
|
```shell title="Disable router mode"
|
|
meshtastic --set is_router false
|
|
```
|
|
|
|
</TabItem>
|
|
<TabItem value="android">
|
|
|
|
:::info
|
|
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page.
|
|
:::
|
|
|
|
</TabItem>
|
|
<TabItem value="iOS">
|
|
|
|
:::info
|
|
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page.
|
|
:::
|
|
|
|
</TabItem>
|
|
<TabItem value="web">
|
|
|
|
:::info
|
|
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page.
|
|
:::
|
|
|
|
</TabItem>
|
|
</Tabs>
|
|
|
|
## Details
|
|
|
|
Toggling `is_router` changes your device settings in the following ways.
|
|
|
|
| Setting | `is_router` Default | Normal Default |
|
|
| :-----------------------: | :-----------------: | :------------: |
|
|
| `position_broadcast_secs` | 12 hours | 15 minutes |
|
|
| `wait_bluetooth_secs` | 1 | 60 |
|
|
| `mesh_sds_timeout_secs` | NODE_DELAY_FOREVER | 2 hours |
|
|
| `ls_secs` | 1 day | 1 hour |
|
|
|
|
### Altered Behaviors
|
|
|
|
#### Screen Wake
|
|
|
|
#### Bluetooth
|