Update README.md

This commit is contained in:
Kārlis Goba 2018-10-18 11:36:35 +03:00 committed by GitHub
parent 41c7ff262b
commit b65bad8ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,10 @@ 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 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
# What doesn't # What doesn't
@ -23,6 +23,10 @@ So far only encoding is implemented. It should support the basic set of FT8 mess
* Encoding compound callsigns with country prefixes and mode suffixes * Encoding compound callsigns with country prefixes and mode suffixes
* Decoding * Decoding
# What to do with it
You can generate 15-second WAV files with your own messages as a proof of concept or for testing purposes. They can either be played back or opened directly from WSJT-X. To do that, run ```make``` and build ```gen_ft8```. Then run it. Currently messages are modulated at 1000-1050 Hz.
# References and credits # References and credits
Thanks to Robert Morris, AB1HL, whose Python code (https://github.com/rtmrtmrtmrtm/weakmon) inspired this and helped to test various parts of the code. Thanks to Robert Morris, AB1HL, whose Python code (https://github.com/rtmrtmrtmrtm/weakmon) inspired this and helped to test various parts of the code.