From af7f1af22bd4bdb717302d456af0ddc45ca73894 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 5 Jul 2018 16:51:52 -0400 Subject: [PATCH] Update the ToDo list. --- lib/77bit/todo.txt | 9 +++++---- mainwindow.cpp | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/77bit/todo.txt b/lib/77bit/todo.txt index e5de35b9a..596db7b46 100644 --- a/lib/77bit/todo.txt +++ b/lib/77bit/todo.txt @@ -6,10 +6,10 @@ is subject to change, and not all ideas are necessarily good ones! 1. Nomenclature and parameters for message types - Old-style = classic 72-bit JT-style source-encoding - FT8: (174,87) code: 72-bit info, i3bit, CRC12, itype=1 sync + FT8: (174,87) code: 72-bit info, i3bit, CRC12, isync=1 MSK144: (128,80) code: 72-bit info, CRC8 - New-style - FT8: (174,91) code: 74+3+14, sync uses itype=2 + FT8: (174,91) code: 74+3+14, sync uses isync=2 MSK144: (128,90) code: 74+3+13 2. (K1JT) For backward compatibility (good for, say, 6 months only?), @@ -31,7 +31,7 @@ needed. 6. (K1JT) Code to generate the user-readable messages for each specialized type of operating, e.g., NA VHF contest, EU VHF contest, -ARRL Field Day, ARRL RTTY Roundup, use of goofy calls. +ARRL Field Day, ARRL RTTY Roundup, use of nonstandard calls. 7. (??) Code to do the necessary auto-sequencing for each specialized type of operating. @@ -41,11 +41,12 @@ type of operating. ========================================================================== The following are just ideas: -- Special Fox message to mean "shift no normal FT8 mode" - Options to sort/filter decoded signals + - New Fox message type using constant-envelope waveform and higher symbol rate to accommodate multiple simultaneous QSOs. RR73 sent to 0-5 calls, report sent to 0-5 calls. Decoding uses AP for missing calls, thereby effectively making lower-rate codes when not all slots are used. + - Hound should send spots of Fox to PSK Reporter. diff --git a/mainwindow.cpp b/mainwindow.cpp index 726f747a2..4799bc241 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3009,6 +3009,7 @@ void MainWindow::readFromStdout() //readFromStdout } } +//### I think this is where we are preventing Hounds from spotting Fox ### if(m_mode!="FT8" or !m_config.bHound()) { if(m_mode=="FT8" or m_mode=="QRA64" or m_mode=="JT4" or m_mode=="JT65" or m_mode=="JT9") auto_sequence (decodedtext, 25, 50);