-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathwardrive.html
More file actions
39 lines (35 loc) · 1.88 KB
/
wardrive.html
File metadata and controls
39 lines (35 loc) · 1.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>MeshCore Wardrive</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="MeshCore Wardrive - Crowd-sourced mesh coverage tool">
<meta name="keywords" content="MeshCore,coverage,wardrive,cascadia,pugetmesh">
<meta name="author" content="Kyle Reed">
<link rel="manifest" href="content/wardrive.json">
<link rel="icon" href="content/wardrive.png">
<link rel="stylesheet" href="content/tailwind.css">
</head>
<body class="bg-slate-900 text-slate-100">
<main class="min-h-screen flex items-start justify-center p-6">
<div class="w-full max-w-2xl space-y-4 rounded-2xl border border-slate-800 bg-slate-900/70 p-6 shadow-xl">
<div class="flex items-center gap-3">
<img src="content/wardrive.png" alt="" class="h-10 w-10 rounded-lg" />
<h1 class="text-2xl font-semibold">mesh-map -> meshmapper.net</h1>
</div>
<p class="text-sm leading-relaxed text-slate-200">
The team at meshmapper.net have onboarded the Seattle area! They have a lot of great features, tools that help
protect the mesh airtime while wardriving, and <em>native wardrive apps</em>! In order to help build the best
coverage map while using the least amount of airtime, I've decided to retire my map and encourage everyone to
start using their tools. I'm working with the team to migrate all the data we've collected so far so we
don't lose any of our hard work. I'll leave the map, but wardriving is no longer supported.
</p>
<p class="text-base font-semibold text-slate-100">
Check out <a class="underline text-sky-300" href="https://wardrive.meshmapper.net" target="_blank"
rel="noopener noreferrer">sea.meshmapper.net</a> and let's fill in the map!
</p>
</div>
</main>
</body>
</html>