Skip to content

Conversation

@DaneEvans
Copy link
Contributor

Closes #6704

Allows you to requestneighbours from a node.

  • Node needs to have neighbourInfo turned on, but can have the interval set to 0.

  • Does not need to have sendViaLora == true.

  • Uses the 'want response' field with neighbor_count == 0 to indicate that it is a request for neighbor info.
    This doesn't seem to be being used by anything in neighbor info, but I added the count == 0 to make sure that we don't get into a situation where they just keep responding to each other.

Added an optional 'sendEmpty' param, so that requests are always responded to.

At the moment it's sent to the requesting node, rather than broadcast, but that's open to discussion.

@DaneEvans
Copy link
Contributor Author

@thebentern
I can't add labels - it's passing everything else.

Also weigh in on whether you need me to change anything.

@thebentern thebentern added the enhancement New feature or request label Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Pull Neighbor list remote

2 participants