Skip to content

Commit e9d6bb9

Browse files
committed
[Website] docs: sync website with hybrid storage and updated heartbeat thresholds
1 parent 5135ef3 commit e9d6bb9

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

docs/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -553,12 +553,12 @@ <h3 style="margin-top: 3rem;">✈️ Intelligent Motion (Flight Mode)</h3>
553553
<p>High-speed environments (airplanes, fast trains) present a challenge for BLE stability. The protocol implements <strong>Adaptive Throttling</strong>:</p>
554554
<div class="grid">
555555
<div class="card" style="margin-bottom: 0;">
556-
<h4>Normal Mode (< 72 km/h)</h4>
557-
<p>Updates location and resets advertising every <strong>10 meters</strong> for high spatial resolution.</p>
556+
<h4>Normal Mode</h4>
557+
<p>Resets advertising every <strong>111 meters</strong> of movement to maintain spatial accuracy while conserving battery.</p>
558558
</div>
559559
<div class="card" style="margin-bottom: 0;">
560-
<h4>Flight Mode (≥ 72 km/h)</h4>
561-
<p>Switches to a stable <strong>2-minute timer</strong>, ignoring distance changes. This ensures a reliable connection window for peers.</p>
560+
<h4>Stationary Mode</h4>
561+
<p>Executes a heartbeat pulse every <strong>300 seconds</strong> (5 minutes) to maintain node presence in the local mesh registry.</p>
562562
</div>
563563
</div>
564564
</div>
@@ -583,12 +583,12 @@ <h2>🏗 Technical Architecture</h2>
583583
│ ├── onboarding/ # Security setup protocol
584584
│ ├── discovery/ # BLE Scanning & Peer management
585585
│ ├── location/ # Radar math, Compass, & UI Canvas
586-
│ ├── profile/ # Local identity & Settings
586+
│ ├── profile/ # SharedPreferences identity store
587587
│ └── chat/ # Messaging logic & Media chunking
588588
├── core/
589589
│ ├── routing/ # Reactive GoRouter
590590
│ ├── theme/ # Centralized Aurelian Noir
591-
│ └── database/ # Isar persistence layer
591+
│ └── database/ # Isar mesh persistence layer
592592
└── app.dart # Root Application</pre>
593593
</section>
594594

@@ -719,12 +719,12 @@ <h3 style="margin-top: 3rem;">✈️ Inteligentní pohyb (Letový režim)</h3>
719719
<p>Prostředí s vysokou rychlostí (letadla, rychlovlaky) představují výzvu pro stabilitu BLE. Protokol implementuje <strong>Adaptivní Throttling</strong>:</p>
720720
<div class="grid">
721721
<div class="card" style="margin-bottom: 0;">
722-
<h4>Normální režim (< 72 km/h)</h4>
723-
<p>Aktualizuje polohu a restartuje vysílání každých <strong>10 metrů</strong> pro vysoké prostorové rozlišení.</p>
722+
<h4>Normální režim</h4>
723+
<p>Restartuje vysílání po ujetí každých <strong>111 metrů</strong> pro udržení prostorové přesnosti při šetření baterie.</p>
724724
</div>
725725
<div class="card" style="margin-bottom: 0;">
726-
<h4>Letový režim (≥ 72 km/h)</h4>
727-
<p>Přepne na stabilní <strong>2minutový časovač</strong>, ignorujíc změny vzdálenosti. To zajišťuje spolehlivé okno pro připojení ostatních.</p>
726+
<h4>Stacionární režim</h4>
727+
<p>Provádí "heartbeat" puls každých <strong>300 sekund</strong> (5 minut) pro udržení přítomnosti uzlu v lokálním mesh registru.</p>
728728
</div>
729729
</div>
730730
</div>
@@ -749,13 +749,13 @@ <h2>🏗 Technická Architektura</h2>
749749
│ ├── onboarding/ # Protokol zabezpečeného nastavení
750750
│ ├── discovery/ # BLE Skenování & správa peerů
751751
│ ├── location/ # Matematika radaru, Kompas & UI Canvas
752-
│ ├── profile/ # Lokální identita & Nastavení
752+
│ ├── profile/ # SharedPreferences úložiště identity
753753
│ └── chat/ # Logika zpráv & dělení médií
754754
├── core/
755755
│ ├── routing/ # Reaktivní GoRouter
756-
│ ├── theme/ # Centralizovaný Aurelian Noir
757-
│ └── database/ # Perzistentní vrstva Isar
758-
└── app.dart # Kořenová aplikace</pre>
756+
│ ├── theme/ # Centralized Aurelian Noir
757+
│ └── database/ # Isar perzistence mesh dat
758+
└── app.dart # Kořenová aplikace
759759
</section>
760760

761761
<section class="section">
@@ -778,7 +778,7 @@ <h3>CI/CD Pipeline</h3>
778778
</main>
779779

780780
<footer style="text-align: center; padding: 4rem 0; border-top: 1px solid var(--surface-variant); color: var(--text-secondary); font-size: 0.8rem;">
781-
<p>© 2026 Off Chat - CTU FEE Bachelor Thesis | V1.1.8+10</p>
781+
<p>© 2026 Off Chat - CTU FEE Bachelor Thesis | V1.2.0+11</p>
782782
</footer>
783783
</div>
784784

0 commit comments

Comments
 (0)