aboutsummaryrefslogtreecommitdiff
path: root/ham/7plus/README
diff options
context:
space:
mode:
authorJK Wood <joshuakwood@gmail.com>2022-02-14 15:42:33 +0000
committerDave Woodfall <dave@slackbuilds.org>2022-02-14 15:42:33 +0000
commitd614d138d99981331f3b779f6c26284f43177f55 (patch)
treee6dc55d182a5425f108e4a17f52822ce00deed30 /ham/7plus/README
parentce5786f8befde9cbbee2f67c64d0a4435e546cb5 (diff)
ham/7plus: Fixes for the 64bit build.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'ham/7plus/README')
-rw-r--r--ham/7plus/README21
1 files changed, 10 insertions, 11 deletions
diff --git a/ham/7plus/README b/ham/7plus/README
index dd18c8ddaa545..5e8420805e67b 100644
--- a/ham/7plus/README
+++ b/ham/7plus/README
@@ -1,13 +1,12 @@
7PLUS is an encoder vaguely similar to Unix's UUENCODE.
-It uses a very effective radix216 encoding and incorporates
-diverse mechanisms to ensure decoded data is not corrupted.
-It also includes an interactive repair mechanism which allows
-the repair of damaged files using correction files, thus
-eliminating the need to retransmit entire files. In case of
-a corruption, only the faulty sections are resent. 7PLUS
-is only meant to be used within the Packet Radio network
-for the tranport of binary data through Packet Radio mail.
-It cannot be used for Internet eMail since it needs a
-(almost) transparent path from end to end.
-This will not build on x86_84, patches welcome.
+It uses a very effective radix216 encoding and incorporates diverse
+mechanisms to ensure decoded data is not corrupted. It also includes an
+interactive repair mechanism which allows the repair of damaged files
+using correction files, thus eliminating the need to retransmit entire
+files. In case of a corruption, only the faulty sections are resent.
+
+7PLUS is only meant to be used within the Packet Radio network for the
+tranport of binary data through Packet Radio mail. It cannot be used
+for Internet eMail since it needs a (almost) transparent path from end
+to end.