diff --git a/docs/about/overview/mesh-alg.mdx b/docs/about/overview/mesh-alg.mdx index 6fc22f8e..23b1af8e 100644 --- a/docs/about/overview/mesh-alg.mdx +++ b/docs/about/overview/mesh-alg.mdx @@ -10,6 +10,8 @@ sidebar_position: 2 The routing protocol for Meshtastic is really quite simple (and sub-optimal). If you want to test its theoretical performance, you can have a look at the [simulator](https://github.com/GUVWAF/Meshtasticator). The protocol is heavily influenced by the mesh routing algorithm used in [RadioHead](https://www.airspayce.com/mikem/arduino/RadioHead) (which was used in very early versions of this project). It has four conceptual layers. + + ### A Note About Protocol Buffers Because we want our devices to work across various vendors and implementations, we use [Protocol Buffers](https://github.com/meshtastic/protobufs) pervasively. For purposes of this document you mostly only diff --git a/docs/configuration/module-config/serial.mdx b/docs/configuration/module-config/serial.mdx index 234b91ba..c06db291 100644 --- a/docs/configuration/module-config/serial.mdx +++ b/docs/configuration/module-config/serial.mdx @@ -14,6 +14,8 @@ This is a simple interface to send messages over the mesh network by sending str ![image](https://user-images.githubusercontent.com/9000580/205529843-962c3187-8411-452c-b729-42c58b1571f5.png) + + ## Serial Module Config Values ### Enabled diff --git a/docs/configuration/module-config/telemetry.mdx b/docs/configuration/module-config/telemetry.mdx index 3a6baf05..0d63b929 100644 --- a/docs/configuration/module-config/telemetry.mdx +++ b/docs/configuration/module-config/telemetry.mdx @@ -12,6 +12,8 @@ The Telemetry Module provides three types of data over the mesh: Device metrics Supported sensors connected to the I2C bus of the device will be automatically detected at startup. Environment Telemetry and Air Quality must be enabled for them to be instrumented and their readings sent over the mesh. + + ### Currently Supported Sensor Types | Sensor | I2C Address | Data Points | diff --git a/docs/configuration/module-config/traceroute.mdx b/docs/configuration/module-config/traceroute.mdx index 96f165f5..5a479f8f 100644 --- a/docs/configuration/module-config/traceroute.mdx +++ b/docs/configuration/module-config/traceroute.mdx @@ -14,6 +14,10 @@ Only nodes that know the encryption key of the channel you use can be tracked. A In order to use it, make sure your devices use firmware version 2.0.8 or higher. + + + + ## Traceroute Module Client Availability + ## Important considerations ### What transmission frequency are you using?