Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out neighborinfo if we don't have the module enabled #3314

Merged
merged 6 commits into from
Mar 3, 2024

Conversation

thebentern
Copy link
Contributor

Closes #3223

@thebentern thebentern requested a review from GUVWAF March 2, 2024 16:18
Copy link
Contributor

github-actions bot commented Mar 2, 2024

🤖 Pull request artifacts

empty string

file commit
firmware-2.2.25.d924306.zip d924306

thebentern added a commit to meshtastic/artifacts that referenced this pull request Mar 2, 2024
src/mesh/Router.cpp Outdated Show resolved Hide resolved
@thebentern thebentern requested a review from GUVWAF March 2, 2024 23:42
@thebentern
Copy link
Contributor Author

Seems to work:

DEBUG | ??:??:?? 655 [RadioIf] (bw=250, sf=11, cr=4/5) packet symLen=8 ms, payloadSize=34, time 485 ms
DEBUG | ??:??:?? 655 [RadioIf] Lora RX (id=0x7d8dbcb5 fr=0xe8 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted rxSNR=6 rxRSSI=-42)
DEBUG | ??:??:?? 655 [RadioIf] AirTime - Packet received : 485ms
DEBUG | ??:??:?? 655 [Router] Add packet record (id=0x7d8dbcb5 fr=0xe8 to=0xff, WantAck=0, HopLim=3 Ch=0x8 encrypted rxSNR=6 rxRSSI=-42)
DEBUG | ??:??:?? 655 [Router] Using channel 0 (hash 0x8)
DEBUG | ??:??:?? 655 [Router] Expanding short PSK #1
DEBUG | ??:??:?? 655 [Router] Using AES128 key!
DEBUG | ??:??:?? 655 [Router] ESP32 crypt fr=fa5a06e8, num=7d8dbcb5, numBytes=18!
DEBUG | ??:??:?? 655 [Router] decoded message (id=0x7d8dbcb5 fr=0xe8 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=71 rxSNR=6 rxRSSI=-42)
DEBUG | ??:??:?? 655 [Router] handleReceived(REMOTE) (id=0x7d8dbcb5 fr=0xe8 to=0xff, WantAck=0, HopLim=3 Ch=0x0 Portnum=71 rxSNR=6 rxRSSI=-42)
DEBUG | ??:??:?? 655 [Router] Neighbor info module is disabled, ignoring neighbor packet
DEBUG | ??:??:?? 655 [Router] cancelSending id=0x7d8dbcb5, removed=0

@thebentern thebentern merged commit 495840c into master Mar 3, 2024
60 of 65 checks passed
@caveman99 caveman99 deleted the neighborinfo-opt-in branch April 9, 2024 20:15
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.

[Feature Request]: Make Neighbors module opt in.
2 participants