-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (93 loc) · 5.33 KB
/
index.html
File metadata and controls
93 lines (93 loc) · 5.33 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicons for all browsers and Google Search -->
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- SVG favicon for modern browsers -->
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<title>nxthdr - Internet Research Platform | Open Data & Network Measurements</title>
<meta name="description" content="nxthdr is a non-profit Internet research platform providing open datasets, global network measurements, and BGP routing data. Explore nxthdr's autonomous system AS215011 for traceroute, ping, and peering research.">
<meta name="keywords" content="nxthdr, nxthdr platform, nxthdr research, nxthdr measurements, Internet research, network measurement, BGP, AS215011, traceroute, ping, open data, Internet topology, peering, autonomous system, nxthdr datasets">
<link rel="canonical" href="https://nxthdr.dev/">
<link rel="sitemap" type="application/xml" href="/sitemap.xml">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="nxthdr - Internet Research Platform | Open Data & Measurements">
<meta property="og:description" content="nxthdr is a non-profit platform for Internet research. Access nxthdr's open datasets, perform global network measurements, and explore BGP routing data from AS215011.">
<meta property="og:url" content="https://nxthdr.dev/">
<meta property="og:site_name" content="nxthdr">
<meta property="og:image" content="https://nxthdr.dev/apple-touch-icon.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="nxthdr - Internet Research Platform">
<meta name="twitter:description" content="nxthdr provides open Internet research datasets and global network measurements. Explore nxthdr's autonomous system AS215011 for BGP routing and peering research.">
<meta name="twitter:image" content="https://nxthdr.dev/apple-touch-icon.png">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "nxthdr",
"alternateName": "AS215011",
"url": "https://nxthdr.dev/",
"logo": "https://nxthdr.dev/apple-touch-icon.png",
"description": "Non-profit platform for Internet research and education providing open datasets, global network measurements, and BGP routing data.",
"foundingDate": "2024",
"keywords": "Internet research, network measurement, BGP, traceroute, open data, autonomous system",
"sameAs": [
"https://github.com/nxthdr",
"https://blog.nxthdr.dev",
"https://docs.nxthdr.dev"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Technical Support",
"url": "https://chat.nxthdr.dev"
}
}
</script>
<!-- Always use dark mode -->
<script>
document.documentElement.classList.add('dark');
</script>
</head>
<body>
<noscript>
<header>
<h1>nxthdr - Internet Research Platform</h1>
</header>
<main style="max-width: 800px; margin: 0 auto; padding: 2rem; font-family: system-ui, -apple-system, sans-serif; line-height: 1.6;">
<section>
<h2>About nxthdr</h2>
<p><strong>nxthdr</strong> is a non-profit platform dedicated to Internet research and education. The nxthdr platform provides researchers, students, and network engineers with open access to Internet measurement tools and datasets.</p>
<p>Through nxthdr, you can perform global network measurements, access BGP routing data from autonomous system AS215011, and explore comprehensive Internet topology datasets. All nxthdr datasets are released in the public domain.</p>
</section>
<section>
<h2>nxthdr Platform Features</h2>
<ul>
<li><strong>Global Network Measurements:</strong> Use nxthdr's distributed infrastructure to perform traceroute and ping measurements worldwide</li>
<li><strong>Open BGP Data:</strong> Access nxthdr's BGP routing data from AS215011 and multiple peering points</li>
<li><strong>Public Domain Datasets:</strong> All nxthdr datasets are freely available without restrictions</li>
<li><strong>Open Source Tools:</strong> Every nxthdr tool and system is open source</li>
</ul>
</section>
<section>
<h2>Get Started with nxthdr</h2>
<p>Visit <a href="https://nxthdr.dev">nxthdr.dev</a> to explore the platform, access documentation at <a href="https://docs.nxthdr.dev">docs.nxthdr.dev</a>, or read the nxthdr blog at <a href="https://blog.nxthdr.dev">blog.nxthdr.dev</a>.</p>
<p><em>JavaScript is required to use the interactive nxthdr platform. Please enable JavaScript to continue.</em></p>
</section>
</main>
<footer style="text-align: center; padding: 2rem; color: #666;">
<p>© 2025 nxthdr - Internet Research Platform</p>
</footer>
</noscript>
<main>
<div id="app"></div>
</main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>