mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
![]() The original intent of NeighborInfo was that when a NeighbourInfo was sent all of the nodes that saw it would reply with NeighbourInfo. So, NeighbourInfo was sent even if there were no hop-zero nodes in the NodeDB. Since 2023, when this was implemented, our understanding of running city-wide meshes has improved substantially. We have taken steps to reduce the impact of NeighborInfo over LoRa. This change aligns with those ideas: we will now only send NeighborInfo if we have some neighbors to contribute. The impact of this change is that a node must first see another directly connected node in another packet type before NeighborInfo is sent. This means that a node with no neighbors is no longer able to trigger other nodes to broadcast NeighborInfo. It will, however, receive the regular periodic broadcast of NeighborInfo, and will be able to send NeighborInfo if it has at least 1 neighbor. |
||
---|---|---|
.. | ||
buzz | ||
concurrency | ||
detect | ||
Fusion | ||
gps | ||
graphics | ||
input | ||
mesh | ||
modules | ||
motion | ||
mqtt | ||
nimble | ||
platform | ||
serialization | ||
airtime.cpp | ||
airtime.h | ||
AmbientLightingThread.h | ||
AudioThread.h | ||
BluetoothCommon.cpp | ||
BluetoothCommon.h | ||
BluetoothStatus.h | ||
commands.h | ||
configuration.h | ||
DebugConfiguration.cpp | ||
DebugConfiguration.h | ||
DisplayFormatters.cpp | ||
DisplayFormatters.h | ||
error.h | ||
freertosinc.h | ||
FSCommon.cpp | ||
FSCommon.h | ||
GpioLogic.cpp | ||
GpioLogic.h | ||
GPSStatus.h | ||
Led.cpp | ||
Led.h | ||
main.cpp | ||
main.h | ||
memGet.cpp | ||
memGet.h | ||
meshUtils.cpp | ||
meshUtils.h | ||
network-stubs.cpp | ||
NodeStatus.h | ||
Observer.cpp | ||
Observer.h | ||
Power.cpp | ||
power.h | ||
PowerFSM.cpp | ||
PowerFSM.h | ||
PowerFSMThread.h | ||
PowerMon.cpp | ||
PowerMon.h | ||
PowerStatus.h | ||
RedirectablePrint.cpp | ||
RedirectablePrint.h | ||
RF95Configuration.h | ||
SafeFile.cpp | ||
SafeFile.h | ||
SerialConsole.cpp | ||
SerialConsole.h | ||
sleep.cpp | ||
sleep.h | ||
SPILock.cpp | ||
SPILock.h | ||
Status.h | ||
target_specific.h | ||
xmodem.cpp | ||
xmodem.h |