diff options
author | Gustavo Conrad <gus3963@gmail.com> | 2020-05-09 18:37:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-10 08:36:57 +0700 |
commit | 8e29685ddaeb618d0e1e99ea6a6b0e1041c746ae (patch) | |
tree | e04f0cf7c2e1954fcf6a21cd2ecb6b05faf89d19 /ham/ax25-apps/README | |
parent | 314ba864725f2b62bbad78b470c6a3d4fa3164c5 (diff) |
ham/ax25-apps: Added (AX.25 Packet radio support software).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/ax25-apps/README')
-rw-r--r-- | ham/ax25-apps/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ham/ax25-apps/README b/ham/ax25-apps/README new file mode 100644 index 0000000000000..1961b5817bc48 --- /dev/null +++ b/ham/ax25-apps/README @@ -0,0 +1,18 @@ +ax25-apps AX.25 Packet radio support for linux (user applications) + +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 package provides specific user applications for hamradio that use AX.25 Net/ROM or ROSE network protocols: + + * axcall: a general purpose AX.25, NET/ROM and ROSE connection + program. + * axlisten: a network monitor of all AX.25 traffic heard by the system. + * ax25ipd: an RFC1226 compliant daemon which provides + encapsulation of AX.25 traffic over IP. + * ax25mond: retransmits data received from sockets into an AX.25 + monitor socket. |