|
|
@ -749,6 +749,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore |
|
|
**Usage:** |
|
|
**Usage:** |
|
|
- `get outpath` |
|
|
- `get outpath` |
|
|
- `set outpath <hop1_hex,hop2_hex,...>` |
|
|
- `set outpath <hop1_hex,hop2_hex,...>` |
|
|
|
|
|
- `set outpath direct` |
|
|
- `set outpath clear` |
|
|
- `set outpath clear` |
|
|
- `set outpath flood` |
|
|
- `set outpath flood` |
|
|
|
|
|
|
|
|
@ -759,6 +760,7 @@ This document provides an overview of CLI commands that can be sent to MeshCore |
|
|
- These commands require remote client context (they target the caller's ACL entry). |
|
|
- These commands require remote client context (they target the caller's ACL entry). |
|
|
- The path hash size is inferred from the hop hash width. |
|
|
- The path hash size is inferred from the hop hash width. |
|
|
- `outpath` overrides the primary direct route used for replies to the caller. |
|
|
- `outpath` overrides the primary direct route used for replies to the caller. |
|
|
|
|
|
- `direct` sets a zero-hop direct route for a caller reachable without repeaters. |
|
|
- `clear` forgets the current direct path and allows normal path discovery to repopulate it. |
|
|
- `clear` forgets the current direct path and allows normal path discovery to repopulate it. |
|
|
- `flood` forces replies to use flood packets until the client logs in again. |
|
|
- `flood` forces replies to use flood packets until the client logs in again. |
|
|
|
|
|
|
|
|
|