summaryrefslogtreecommitdiffstats
path: root/ham/libax25/README
diff options
context:
space:
mode:
author Gustavo Conrad <gus3963@gmail.com>2020-05-09 18:17:26 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-10 08:36:56 +0700
commit314ba864725f2b62bbad78b470c6a3d4fa3164c5 (patch)
tree5876d579d21ab47c69e182699711f295a3efcd28 /ham/libax25/README
parent4973a958eb68f454daaa9ab1a13f5d8115ed2d09 (diff)
downloadslackbuilds-314ba864725f2b62bbad78b470c6a3d4fa3164c5.tar.gz
slackbuilds-314ba864725f2b62bbad78b470c6a3d4fa3164c5.tar.xz
ham/libax25: Added (AX.25 Packet radio support for linux).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/libax25/README')
-rw-r--r--ham/libax25/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/ham/libax25/README b/ham/libax25/README
new file mode 100644
index 0000000000..ba4b72e0c9
--- /dev/null
+++ b/ham/libax25/README
@@ -0,0 +1,12 @@
+libax25 AX.25 Packet radio support for linux.
+
+The AX.25 protocol offers both connected and connectionless modes of operation,
+and is used either by itself for point-point links, or to carry other protocols
+such as TCP/IP and NET/ROM.
+
+It is similar to X.25 level 2 in structure, with some extensions to make it
+more useful in the amateur radio environment.
+
+This library is for ham radio applications that use the ax25 protocol.
+Included are routines to do ax25 address parsing, common ax25 application
+config file parsing, etc.