-
Notifications
You must be signed in to change notification settings - Fork 963
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
Initial NODENUM_BROADCAST_NO_LORA implementation with NeighborInfo module #5087
Conversation
Untested. Need to make sure this is getting ignored by the PKC logic... it's probably not |
Maybe we could add an |
I think when this is applied, we can also relax the default and minimum broadcast intervals again? E.g. 30 min. and 15 min., respectively, would be OK if it's only going to MQTT and the PhoneAPI. |
71bd069
to
3fb4451
Compare
I don't think we should relax anything, this thing is still a traffic monster, these packets will pop back up over mqtt. Why save this? |
* Add DIO2_AS_RF_SWITCH to pinedio prefilled config. * Add `-p` flag (meshtastic#5093) Add the `-p` to the `mkdir` so it doesn't fail when the folder already exists Co-authored-by: Ben Meadors <[email protected]> * Revert "Permanently engage !CTRL" * Initial NODENUM_BROADCAST_NO_LORA implementation with NeighborInfo module (meshtastic#5087) * Initial NODENUM_BROADCAST_NO_LORA implementation with NeighborInfo module * isBroadcast * Trunkt * Move 115200 baud GNSS probe earlier (meshtastic#5101) * Move 115200 baud GNSS probe earlier * Even more optimized! * Fix GPS_DEBUG output (meshtastic#5100) After the recent change to move logging line breaks to a central location, GPS_DEBUG is now emitting one character per line, making the logs unusable. Patch uses local strings and appends to collate and then print in the right places. Fixes meshtastic#5099 Co-authored-by: Ben Meadors <[email protected]> * Wide_Lora uses 12 symbols to be compatible with SX1280 * Fix rebroadcasting encrypted packets when `KNOWN_ONLY` or `LOCAL_ONLY` is used (meshtastic#5109) --------- Co-authored-by: Jonathan Bennett <[email protected]> Co-authored-by: madeofstown <[email protected]> Co-authored-by: Ben Meadors <[email protected]> Co-authored-by: Thomas Göttgens <[email protected]> Co-authored-by: Tom Fifield <[email protected]> Co-authored-by: GUVWAF <[email protected]>
…dule (#5087) * Initial NODENUM_BROADCAST_NO_LORA implementation with NeighborInfo module * isBroadcast * Trunkt
Closes #5082