Updated README with v2 info
This commit is contained in:
parent
c2f10e8cb2
commit
609e045f07
1 changed files with 7 additions and 2 deletions
|
@ -10,20 +10,25 @@ Work is in progress (possibly taking forever) to explore decoding options. On a
|
||||||
|
|
||||||
# What works
|
# What works
|
||||||
|
|
||||||
So far only encoding is implemented. It should support the basic set of FT8 messages:
|
So far only encoding is implemented. It should support the basic set of FT8 version 1 (75-bit) messages:
|
||||||
* CQ {call} {grid}, e.g. CQ CA0LL GG77
|
* CQ {call} {grid}, e.g. CQ CA0LL GG77
|
||||||
* CQ {xy} {call} {grid}, e.g. CQ JA CA0LL GG77
|
* CQ {xy} {call} {grid}, e.g. CQ JA CA0LL GG77
|
||||||
* {call} {call} {report}, e.g. CA0LL OT7ER R-07
|
* {call} {call} {report}, e.g. CA0LL OT7ER R-07
|
||||||
* {call} {call} 73/RRR/RR73, e.g. OT7ER CA0LL 73
|
* {call} {call} 73/RRR/RR73, e.g. OT7ER CA0LL 73
|
||||||
* Free-text messages (up to 13 characters from a limited alphabet)
|
* Free-text messages (up to 13 characters from a limited alphabet)
|
||||||
|
|
||||||
|
I am working on the revised FT8 protocol with 77-bit payload (introduced since WSJT-X version 2.0), and currently the library supports the basic message set:
|
||||||
|
* CQ {call} {grid}, e.g. CQ CA0LL GG77
|
||||||
|
* CQ {xy} {call} {grid}, e.g. CQ JA CA0LL GG77
|
||||||
|
* {call} {call} {report}, e.g. CA0LL OT7ER R-07
|
||||||
|
* {call} {call} 73/RRR/RR73, e.g. OT7ER CA0LL 73
|
||||||
|
|
||||||
# What doesn't
|
# What doesn't
|
||||||
|
|
||||||
* Encoding contest mode message
|
* Encoding contest mode message
|
||||||
* Encoding extended range signal reports (<-30dB or >=0dB S/N)
|
* Encoding extended range signal reports (<-30dB or >=0dB S/N)
|
||||||
* Encoding compound callsigns with country prefixes and mode suffixes
|
* Encoding compound callsigns with country prefixes and mode suffixes
|
||||||
* Decoding
|
* Decoding
|
||||||
* The revised FT8 protocol using 77-bit payload messages (introduced since WSJT-X version 2.0)
|
|
||||||
|
|
||||||
# What to do with it
|
# What to do with it
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue