Skip to content

Set return path for repeaters#2586

Open
mikecarper wants to merge 4 commits into
meshcore-dev:mainfrom
mikecarper:repeater-set-path
Open

Set return path for repeaters#2586
mikecarper wants to merge 4 commits into
meshcore-dev:mainfrom
mikecarper:repeater-set-path

Conversation

@mikecarper
Copy link
Copy Markdown

@mikecarper mikecarper commented May 18, 2026

Adds repeater CLI support for viewing and controlling the current remote client's reply path.

  • Adds get outpath
  • Adds set outpath <hop1_hex,hop2_hex,...> 1,2,3 byte supported
  • Adds set outpath clear forgets the current direct path and allows normal path discovery to repopulate it
  • Adds set outpath flood forces replies to use flood packets until the client logs in again. Prevents discovered paths from overwriting flood mode while it is active

Why it's needed

image

This is the ideal path there, which I set
7773, 7E76, 11E1
But the path back is bad. It should be this
11E1, 7E76, 7773

I would like to be able to set the return path via the CLI
set outpath 7E76, 7773
In this case I get the login but nothing was given back to my client and so I get the timeout message.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant