-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprotocols.html
More file actions
27 lines (23 loc) · 927 Bytes
/
protocols.html
File metadata and controls
27 lines (23 loc) · 927 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
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>HamBSD: Protocols</title>
<meta name="description" content="HamBSD Protocols">
<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/protocols.html">
<h2 id="HamBSD">
<a href="index.html">
<b>Ham</b><i>BSD</i></a>
Protocols
</h2>
<hr>
<p>These pages are supplemental documentation to the <a href="https://man.hambsd.org/hamintro.7">manual pages</a>, which are available both in the installed system and online. It may cover the current state of HamBSD development, or a near future state (i.e. the documentation may precede the code in some cases, hopefully clearly marked).
<hr>
<ul>
<li><a href="proto-ax25.html">AX.25</a></li>
<li><a href="proto-aprs.html">APRS</a></li>
<li><a href="proto-tcpip.html">TCP/IP</a></li>
</ul>
</body>
</html>