From 3fae21d8b3596cff9ddb3511f9aa7b56cfc359f3 Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Sat, 11 Jul 2020 17:09:44 +0000 Subject: [PATCH] add link to FT8 application for Red Pitaya --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 705d3b3..7536f7b 100644 --- a/README +++ b/README @@ -8,6 +8,10 @@ A brief description of the FT8 protocol can be found at: http://physics.princeton.edu/pulsar/k1jt/ft8.txt +This FT8 decoder is mainly used with the FT8 application for the Red Pitaya board: + + http://pavel-demin.github.io/red-pitaya-notes/sdr-transceiver-ft8 + Changes from the original sources: - ft8d.f90 is updated and working - crc14.cpp is replaced with crc14.c