-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
80 lines (74 loc) · 2.79 KB
/
index.html
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
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>HamBSD</title>
<meta name="description" content="the main HamBSD page">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://hambsd.org/index.html">
<link rel="stylesheet" href="openbsd.css">
<table id="project-main" class="not-openbsd">
<tr class="align-top">
<td>
<h1>About HamBSD</h1>
<ul>
<li><a href="goals.html">Project Goals</a>
<li><!-- a href="protocols.html">Protocols</a --> <a href="pki.html">HamPKI</a>
<li><a href="events.html">Events and Papers</a> <a href="press.html">Press</a>
<li><a href="mb7uar.html">MB7UAR</a> <a href="mb7vx.html">MB7VX</a>
</ul>
<!--h1>Getting HamBSD</h1>
<ul>
<li><a href="download.html">Download</a>
</ul-->
<h1>Getting Source</h1>
<ul>
<li><a href="code.html">Get Source Code</a>
</ul>
<h1>HamBSD Resources</h1>
<ul>
<li><a href="https://man.hambsd.org/hamintro.7">Manual Pages</a>
<li><a href="faq.html">FAQ</a>
<li><a href="ircs://irc.libera.chat/hambsd">IRC Channel</a></li>
</ul>
<h1>Supporting HamBSD</h1>
<ul>
<li><a href="https://liberapay.com/hambsd/">Liberapay</a></li>
<li><a href="want.html">Hardware Wanted</a>
</ul>
<td>
<h1 class="header">
<img src="logos/hambsd-scaled.png" height=227 width=400 alt="[HamBSD]">
</h1>
<p id="current-status">
Current status:
<br>
It is possible to run a <a href="faq-aprs.html">receive-only IGate</a> using a
<a href="faq-tnc.html">KISS TNC</a>.
<p id="current-goal">
Current goal:
<br>
Continue to improve <a href="https://man.hambsd.org/aprsd.8">aprsd(8)</a> and
<a href="https://man.hambsd.org/aprsisd.8">aprsisd(8)</a> to enable use as a
digipeater and bi-directional IGate.
<p>
The HamBSD project aims to bring amateur packet radio to <a
href="https://openbsd.org">OpenBSD</a>, including support for TCP/IP over <a
href="https://www.tapr.org/pdf/AX25.2.2.pdf">AX.25</a> and <a
href="http://www.aprs.org/">APRS</a> tracking/digipeating in the base system.
<p>
HamBSD will not provide a full AX.25 stack but instead only implement support
for UI frames. There will be a focus on simplicity, security and readable code.
<p>
The amateur radio community needs a reliable platform for packet radio for use
in both leisure and emergency scenarios. It should be expected that the system
is stable and resilient (but as yet it is neither).
<tr class="align-bottom">
<td>
<a href="first-crash.png">
<img width="60" src="first-crash.png" alt="first-crash"></a>
<td>
<hr>
For monthly updates on HamBSD development, please support the project on
<a href="https://patreon.com/fossirl">Patreon</a>.
</table>
</table>