Skip to content

jontio/JDSCA

Repository files navigation

JDSCA

DSCA demodulator and decoder written in C++ Qt

Running on Windows

JMPX can encode and modulate DSCA signals.

For more information see http://jontio.zapto.org/hda1/jdsca.html

Binaries

Precompiled binaries for Windows 64 bit can be downloaded from Releases.

It has been tested on Windows 7 and a Raspberry Pi3.

Running on the Raspberry Pi 3

For the Raspberry Pi 3 you will need to compile it yourself. librtl, libcorrect and libopus need to be installed along with qmake and the Qt5 libraries.

Directory structure

The JDSCA directory is where the Qt pro file is for the main application.

Compiling

Compiling requires the Qt framework which can be obtained from http://www.qt.io/download-open-source/ . Qt Creator can be used to compile JDSCA and comes with the Qt framework. At least version 5 of the Qt framework is required.

libopus and libcorrect are also required.

Jonti 2017 http://jontio.zapto.org