Skip to content

FT8 receiver in C++ - with RTL-SDR support

License

Notifications You must be signed in to change notification settings

mbroihier/ft8mon

 
 

Repository files navigation

ft8mon

Note

In this fork, I added support for an RTL-SDR V3 dongle. This code was largely taken from Guenael's(VA2GKA) repository rtlsdr-wsprd ( https://github.com/Guenael/rtlsdr-wsprd). I used the drivers that can be installed from https://github.com/keenerd/rtl-sdr. The paragraphs that follow are from the orignal README.md file with the exception of an example command that I added to show how to invoke the use of a RTL-SDR dongle.

To run on a Raspberry PI, I modified unpack.cc such that it no longer uses __int128.

Mark Broihier (KG5YJE)

Demodulate the FT8 WSJT-X protocol of Taylor and Franke. Input from a sound card via portaudio. Written in C++, using FFTW. Runs on Linux, MacOS, and FreeBSD.

To compile:

  make

To get a list of sound card numbers:

  ./ft8mon -list

To listen to sound card X, left channel:

  ./ft8mon -card X 0

You should see output like this:

094445  -6 -0.7 1083 JA2KGH CM5VVC EL92
094445 -15  0.1 2584 FG5GH   N4EFS R-07
094445 -10  0.3  601 WA4PT  VK5MRD RRR 
094445 -19  0.0  820 CQ   DX WD6DBM CM97
094445 -15 -0.0 2398 CQ VK3HGQ QF33
094445 -15 -0.4 1227 AB1HL  NA7K   -10

The columns are HHMMSS, SNR, time offset, audio frequency, and the message.

To read input from a recorded WAV file:

  ./ft8mon -file xxx.wav

For Airspy HF+ Discovery support, install the airspyhf and liquid dsp libraries, and uncomment the relevant lines in the Makefile. For RFspace SDR-IP, NetSDR, CloudIQ, and CloudSDR support, install liquid dsp and edit the Makefile. Similarly for the Apache ANAN-7000dle. Then try commands like these:

  ./ft8mon -card airspy ,14.074
  ./ft8mon -card hpsdr 192.168.3.100,14.074
  ./ft8mon -card sdrip 192.168.3.100,14.074
  ./ft8mon -card rtl-sdr 14.074

Robert Morris, AB1HL

About

FT8 receiver in C++ - with RTL-SDR support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 89.7%
  • C 10.0%
  • Makefile 0.3%