summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 91435292a5f0b09768d4184a1655fd0de3cb409d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ARFHL Open Wi-Fi HaLow Mesh Network</title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<style>
    :root {
        --bg: #0e1318;
        --panel: #161d24;
        --text: #e6e9ec;
        --muted: #a9b0b7;
        --accent: #4da3ff;
        --border: #2a3440;
    }

    body {
        margin: 0;
        background: var(--bg);
        color: var(--text);
        font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
        line-height: 1.6;
    }

    header {
        padding: 3rem 2rem;
        background: linear-gradient(180deg, #111821, #0e1318);
        border-bottom: 1px solid var(--border);
    }

    .container {
        max-width: 1100px;
        margin: 0 auto;
    }

    h1 {
        margin: 0 0 0.5rem 0;
        font-size: 2.3rem;
        font-weight: 600;
    }

    h2 {
        font-size: 1.6rem;
        margin-top: 0;
        font-weight: 600;
    }

    h3 {
        font-size: 1.15rem;
        margin-top: 1.8rem;
        font-weight: 600;
    }

    p {
        margin: 0.6rem 0 1rem 0;
    }

    section {
        padding: 3rem 2rem;
        border-bottom: 1px solid var(--border);
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .card {
        background: var(--panel);
        border: 1px solid var(--border);
        border-radius: 6px;
        padding: 1.5rem;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1.5rem;
    }

    th, td {
        text-align: left;
        padding: 0.6rem 0.8rem;
        border-bottom: 1px solid var(--border);
        vertical-align: top;
    }

    th {
        width: 35%;
        color: var(--muted);
        font-weight: 500;
    }

    .badge {
        display: inline-block;
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        border: 1px solid var(--border);
        border-radius: 4px;
        color: var(--muted);
        margin-right: 0.4rem;
    }

    footer {
        padding: 2rem;
        background: #0b0f14;
        color: var(--muted);
        font-size: 0.85rem;
    }
</style>
</head>

<body>

<header>
    <div class="container">
        <h1>ARFHL Open Wi-Fi HaLow Mesh Network</h1>
        <p>
            A standards-based, sub-GHz wireless mesh networking system designed to form a
            secure, infrastructure-independent backbone for messages and moving imagery
            in realistic field environments. Built on IEEE 802.11ah to enable long-range,
            low-power connectivity without vendor lock-in.
        </p>
    </div>
</header>

<section>
<div class="container">
    <h2>Product Overview</h2>

    <p>
        The ARFHL Open Wi-Fi HaLow Mesh Network is a modular networking system composed of
        dual-band Wi-Fi HaLow gateways and portable nodes. It is designed to interconnect
        a wide range of IP-based devices — sensors, cameras, handheld terminals, edge
        computers — into a resilient mesh without reliance on proprietary waveforms or
        closed radio ecosystems.
    </p>

    <p>
        The system prioritizes <strong>operational reach, interoperability, and deployability</strong>
        over peak throughput. It is suitable for environments where cellular, fiber, or
        fixed infrastructure cannot be assumed.
    </p>

    <div class="grid">
        <div class="card">
            <h3>Backbone Philosophy</h3>
            <ul>
                <li>Open IEEE 802.11ah radio standard</li>
                <li>Native IP networking (IPv4 / IPv6)</li>
                <li>No vendor-locked waveform or controller</li>
                <li>Composable with third-party devices</li>
            </ul>
        </div>

        <div class="card">
            <h3>Supported Traffic</h3>
            <ul>
                <li>Secure messaging and telemetry</li>
                <li>Moving images (video streams or buffered clips)</li>
                <li>Sensor and control traffic</li>
                <li>Store-and-forward under constrained links</li>
            </ul>
        </div>

        <div class="card">
            <h3>Topology</h3>
            <ul>
                <li>Star and relay-based mesh</li>
                <li>Self-forming and self-healing</li>
                <li>Portable, fixed, and mixed deployments</li>
            </ul>
        </div>
    </div>
</div>
</section>

<section>
<div class="container">
    <h2>Typical Deployment Scenarios</h2>

    <div class="grid">
        <div class="card">
            <h3>Forward / Remote Sites</h3>
            <p>
                Establishes a local wireless backbone connecting sensors, cameras,
                and command terminals where no backhaul exists or infrastructure
                is degraded.
            </p>
        </div>

        <div class="card">
            <h3>Mobile Teams and Assets</h3>
            <p>
                Wearable or vehicle-mounted ARFHL-UM nodes extend the mesh dynamically,
                maintaining message and image flow as teams move.
            </p>
        </div>

        <div class="card">
            <h3>Temporary Operations</h3>
            <p>
                Rapid deployment for exercises, disaster response, or temporary
                installations without permanent spectrum or infrastructure commitments.
            </p>
        </div>
    </div>
</div>
</section>

<section>
<div class="container">
    <h2>ARFHL-AP Dual-Band Wi-Fi HaLow Mesh Gateway</h2>

    <table>
        <tr><th>Feature</th><td>Wi-Fi HaLow (IEEE 802.11ah)</td></tr>
        <tr><th>Frequency</th><td>Sub-1 GHz</td></tr>
        <tr><th>Data Rate</th><td>150 kbps – 86.7 Mbps (dependent on bandwidth, MCS, range)</td></tr>
        <tr><th>Range</th><td>&gt;1 km (line-of-sight, environment dependent)</td></tr>
        <tr><th>Modulation</th><td>OFDM: BPSK, QPSK, 16-QAM, 64-QAM, 256-QAM</td></tr>
        <tr><th>Battery Life</th><td>Years (low-power IoT duty cycles)</td></tr>
        <tr><th>Security</th><td>WPA3™</td></tr>
        <tr><th>OTA Updates</th><td>Supported</td></tr>
        <tr><th>Subscription</th><td>None required</td></tr>
        <tr><th>TCP/IP</th><td>Supported</td></tr>
        <tr><th>Topology</th><td>Star / Relay Mesh</td></tr>
        <tr><th>Standard</th><td>Open IEEE 802.11ah</td></tr>
    </table>
</div>
</section>

<section>
<div class="container">
    <h2>Security Model</h2>

    <p>
        Security is based on open, auditable mechanisms rather than proprietary obscurity.
        The system supports current best-practice encryption while allowing algorithm
        agility for post-quantum transition.
    </p>

    <ul>
        <li>WPA3 link-layer encryption and mutual authentication</li>
        <li>Certificate-based device identity and access control</li>
        <li>IP-layer security overlays independent of radio hardware</li>
        <li>Post-quantum readiness via hybrid key exchange and cryptographic agility</li>
    </ul>

    <p>
        The system does not claim inherent LPI/LPD characteristics. Emission control and
        spectrum discipline remain operational considerations.
    </p>
</div>
</section>

<section>
<div class="container">
    <h2>Network Architecture (Schematic)</h2>

    <!-- SVG schematic -->
    <svg viewBox="0 0 800 450" width="100%" height="auto"
         style="background:#0e1318;border:1px solid #2a3440;border-radius:6px">

        <!-- Router -->
        <rect x="360" y="20" width="80" height="30" rx="4" fill="#161d24" stroke="#4da3ff"/>
        <text x="400" y="40" fill="#e6e9ec" text-anchor="middle" font-size="12">Router</text>

        <!-- AP -->
        <circle cx="400" cy="100" r="32" fill="#161d24" stroke="#4da3ff"/>
        <text x="400" y="105" fill="#e6e9ec" text-anchor="middle" font-size="11">ARFHL-AP</text>

        <!-- Links -->
        <line x1="400" y1="50" x2="400" y2="68" stroke="#4da3ff"/>

        <!-- Mesh nodes -->
        <circle cx="250" cy="220" r="28" fill="#161d24" stroke="#4da3ff"/>
        <text x="250" y="225" fill="#e6e9ec" text-anchor="middle" font-size="10">Relay</text>

        <circle cx="400" cy="260" r="28" fill="#161d24" stroke="#4da3ff"/>
        <text x="400" y="265" fill="#e6e9ec" text-anchor="middle" font-size="10">ARFHL-UM</text>

        <circle cx="550" cy="220" r="28" fill="#161d24" stroke="#4da3ff"/>
        <text x="550" y="225" fill="#e6e9ec" text-anchor="middle" font-size="10">Relay</text>

        <!-- Mesh links -->
        <line x1="400" y1="132" x2="250" y2="192" stroke="#4da3ff" stroke-dasharray="4"/>
        <line x1="400" y1="132" x2="400" y2="232" stroke="#4da3ff" stroke-dasharray="4"/>
        <line x1="400" y1="132" x2="550" y2="192" stroke="#4da3ff" stroke-dasharray="4"/>

        <line x1="250" y1="220" x2="400" y2="260" stroke="#4da3ff" stroke-dasharray="4"/>
        <line x1="400" y1="260" x2="550" y2="220" stroke="#4da3ff" stroke-dasharray="4"/>
    </svg>

    <p style="margin-top:1rem;color:#a9b0b7">
        Schematic illustration of star-plus-relay Wi-Fi HaLow mesh topology with
        dual-band access aggregation.
    </p>
</div>
</section>

<footer>
<p class="container">
    Specifications are indicative and dependent on regulatory region, deployment geometry,
    and configuration. Product intended for professional and governmental use.
</p>
</footer>

</body>
</html>