-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (63 loc) · 2.97 KB
/
Copy pathindex.html
File metadata and controls
68 lines (63 loc) · 2.97 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>WBA OpenRoaming — Hackathon Test Network</title>
<style>
body {font-family: 'Inter', Arial, sans-serif; background:#0f1724; color:#e6eef8; margin:0; padding:0;}
.wrap {max-width:960px; margin:auto; padding:2rem;}
h1 {color:#9be7ff; margin-bottom:0.5rem;}
p.lead {color:#cfeeff; margin-top:0;}
section {background:#0b1220; border-radius:12px; padding:1.5rem; margin-top:1.5rem;}
a.btn {display:inline-block; background:#0ea5a3; color:#04131a; padding:0.7rem 1rem; border-radius:8px;
text-decoration:none; font-weight:600; margin-top:0.5rem;}
a.btn:hover {background:#13c5c2;}
code {background:#071827; color:#b9f2ff; padding:2px 6px; border-radius:4px;}
footer {font-size:0.9rem; margin-top:2rem; color:#9fb2c8;}
</style>
</head>
<body>
<div class="wrap">
<h1>WBA OpenRoaming — Hackathon Test Network</h1>
<p class="lead">
Secure <a href="https://openroaming.org" target="_blank" style="color:#9be7ff; text-decoration:underline;">OpenRoaming</a>
network available for the Hackathon, enabling seamless and automatic handover between Cellular ⇄ Wi-Fi
for cross-domain experiments (RADIUS, L4S, SCONE, RAW, DetNet, etc.).
</p>
<section>
<h2>Quick facts</h2>
<ul>
<li><strong>SSID (test):</strong> <code>OpenRoaming_IETF_Montreal</code></li>
<li><strong>Test realm / RADIUS:</strong> <code>partners.orportal.org</code></li>
<li><strong>Example assets:</strong> RADIUS servers & accounting, PKI APIs, Identity servers, QUIC/HTTP servers, etc.</li>
</ul>
</section>
<section>
<h2>How to get a profile</h2>
<p><a class="btn" href="https://openroamingconnect.org/" target="_blank">⬇ Download OpenRoaming‑Passpoint Profile</a></p>
<p><img src="https://api.qrserver.com/v1/create-qr-code/?size=180x180&data=https://openroamingconnect.org/" alt="OpenRoaming QR Code"></p>
</section>
<section>
<h2>Install & test</h2>
<ul>
<li>Attach via OpenRoaming‑Passpoint (device should start scanning automatically).</li>
<li>(Observational) Open a QUIC HTTP session (port <code>4443</code>).</li>
<li>Trigger handover between Cellular/Wi‑Fi and observe session continuity.</li>
<li>Run throughput and latency tests; capture RADIUS packets / accounting.</li>
</ul>
</section>
<section>
<h2>Need help?</h2>
<p>Visit the <strong>L4S</strong> or <strong>RADIUS</strong> table at the Hackathon or contact:<br>
<strong><a href="mailto:openroaming@wballiance.com" style="color:#9be7ff;">openroaming@wballiance.com</a></strong>
</p>
<p>Please include your team name and test device(s) when requesting logs or profiles.</p>
</section>
<footer>
© 2025 Wireless Broadband Alliance — Open Source Initiative<br>
<a href="https://github.com/wireless-broadband-alliance" style="color:#5cc4ff;">GitHub Organization</a>
</footer>
</div>
</body>
</html>