45 lines
1.8 KiB
HTML
45 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Habitat Comms Protocol • Allen Lorch</title>
|
|
<style>
|
|
body { font-family: system-ui, -apple-system, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 0; padding: 40px 20px; line-height: 1.6; }
|
|
.container { max-width: 800px; margin: 0 auto; }
|
|
h1 { color: #4a9eff; border-bottom: 2px solid #333; padding-bottom: 12px; }
|
|
.spec { background: #1a1a1a; padding: 24px; border-radius: 8px; margin: 24px 0; }
|
|
.metric { font-family: monospace; background: #111; padding: 4px 8px; border-radius: 4px; }
|
|
ul { padding-left: 24px; }
|
|
li { margin: 8px 0; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Habitat Comms Protocol</h1>
|
|
<p>Verified from IT ticket variance logs. 14-week maintenance cycle locked. 99.4% uptime target.</p>
|
|
|
|
<div class="spec">
|
|
<h2>Daily Checks (5 min)</h2>
|
|
<ul>
|
|
<li>Signal strength: > -85 dBm nominal</li>
|
|
<li>Packet loss: < 0.1%</li>
|
|
<li>Redundancy link status: green</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="spec">
|
|
<h2>Weekly Audit</h2>
|
|
<ul>
|
|
<li>Encryption key rotation</li>
|
|
<li>Antenna alignment verification</li>
|
|
<li>Buffer logs review: < 2s latency</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<p><strong>Next cycle:</strong> 2026-10-22. All components tested pre-deployment.</p>
|
|
<p><a href="index.html">Back to index</a></p>
|
|
</div>
|
|
</body>
|
|
</html> |