mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Drop empirical
This commit is contained in:
parent
8bbcc85f49
commit
02c9ace4ee
|
@ -40,7 +40,7 @@ Furthermore, Managed Flood Routing is certainly scalable, because nodes that are
|
||||||
## Functions on Resource Constrained Devices
|
## Functions on Resource Constrained Devices
|
||||||
Finally, Managed Flood Routing minimizes footprint on very resource-constrained low power IoT devices. Traditional routing algorithms often require devices to maintain large routing tables or perform complex calculations, consuming additional RAM, flash, and valuable computational resources. Managed Flood Routing, with its simplicity and distributed nature, significantly reduces the resource overhead. Devices only need to forward messages they receive, without the need for complex computations, resulting in more device resource availability for other valuable features and improved device autonomy.
|
Finally, Managed Flood Routing minimizes footprint on very resource-constrained low power IoT devices. Traditional routing algorithms often require devices to maintain large routing tables or perform complex calculations, consuming additional RAM, flash, and valuable computational resources. Managed Flood Routing, with its simplicity and distributed nature, significantly reduces the resource overhead. Devices only need to forward messages they receive, without the need for complex computations, resulting in more device resource availability for other valuable features and improved device autonomy.
|
||||||
|
|
||||||
:::info Many decisions are based on empirical data from [Meshtasticator](https://github.com/GUVWAF/Meshtasticator) simulations
|
:::info Many decisions are based on data from [Meshtasticator](https://github.com/GUVWAF/Meshtasticator) simulations
|
||||||
![Route Plot](/img/blog/route_plot.png)
|
![Route Plot](/img/blog/route_plot.png)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue