-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstations.html
More file actions
36 lines (34 loc) · 834 Bytes
/
stations.html
File metadata and controls
36 lines (34 loc) · 834 Bytes
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
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>HamBSD: Stations</title>
<meta name="description" content="HamBSD Stations">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://hambsd.org/download.html">
<h2 id="HamBSD">
<a href="index.html">
<b>Ham</b><i>BSD</i></a>
Stations
</h2>
<hr>
<p>A number of stations currently operate that facilitate HamBSD testing:</p>
<table border="1">
<tr>
<th>Callsign</th>
<th>Location</th>
<th>Description</th>
</tr>
<tr>
<td><a href="mb7uar.html">MB7UAR</a></td>
<td>Northfield, Aberdeen, Scotland</td>
<td>APRS IGate</td>
</tr>
<tr>
<td><a href="mb7vx.html">MB7VX</a></td>
<td>Old Aberdeen, Aberdeen, Scotland</td>
<td>APRS Digipeater</td>
</tr>
</table>
</body>
</html>