summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-01-19 10:39:58 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-01-19 10:39:58 +0200
commit546616ee031afb9cfd25e2b7018c0d0ca03da8bf (patch)
tree8f8797ad840e6cfea0753adb6ec8ea967999972e /index.html
parentd5cde43b593eb5ec5a227e7fab81c1150073f6c8 (diff)
downloadradio-546616ee031afb9cfd25e2b7018c0d0ca03da8bf.tar.zst
Add updated figure
Diffstat (limited to 'index.html')
-rw-r--r--index.html34
1 files changed, 1 insertions, 33 deletions
diff --git a/index.html b/index.html
index 45c7abe..550c380 100644
--- a/index.html
+++ b/index.html
@@ -809,39 +809,7 @@
<section>
<h2>9. Network Topology Overview</h2>
- <figure class="diagram">
- <svg viewBox="0 0 800 500" width="100%" height="auto">
- <rect x="0" y="0" width="800" height="500" fill="#111820"/>
- <circle cx="400" cy="90" r="40" fill="#1e88e5"/>
- <text x="400" y="95" fill="#ffffff" text-anchor="middle">Gateway</text>
-
- <circle cx="180" cy="250" r="35" fill="#43a047"/>
- <circle cx="400" cy="320" r="35" fill="#43a047"/>
- <circle cx="620" cy="250" r="35" fill="#43a047"/>
-
- <line x1="400" y1="130" x2="180" y2="215" stroke="#90caf9"/>
- <line x1="400" y1="130" x2="400" y2="285" stroke="#90caf9"/>
- <line x1="400" y1="130" x2="620" y2="215" stroke="#90caf9"/>
-
- <line x1="180" y1="250" x2="400" y2="320" stroke="#90caf9"/>
- <line x1="400" y1="320" x2="620" y2="250" stroke="#90caf9"/>
-
- <text x="180" y="255" fill="#ffffff" text-anchor="middle">Node</text>
- <text x="400" y="325" fill="#ffffff" text-anchor="middle">Node</text>
- <text x="620" y="255" fill="#ffffff" text-anchor="middle">Node</text>
-
- <!-- Additional nodes to show mesh density -->
- <circle cx="280" cy="180" r="25" fill="#43a047" opacity="0.7"/>
- <circle cx="520" cy="180" r="25" fill="#43a047" opacity="0.7"/>
- <circle cx="400" cy="400" r="25" fill="#43a047" opacity="0.7"/>
- </svg>
- <figcaption style="text-align: center; margin-top: 15px;">
- <em
- >Self-forming mesh with multiple redundant paths. Network remains connected even
- with node loss (grayed nodes).</em
- >
- </figcaption>
- </figure>
+ <img src="figure.svg" alt="RLFHL Tactical Wi-Fi HaLow MESH Network">
</section>
</article>
</main>