WSJT-X/samples
Bill Somerville 3a463c3cd8
Update sample files build script
2021-07-28 15:14:31 +01:00
..
FST4+FST4W Re-do the FST4W-1800 example. 2021-02-16 10:55:25 -06:00
FT4 New FT4 sample file. 2019-05-23 14:50:17 -04:00
FT8 Remove old FT8 sample file. 2021-07-27 17:55:07 -05:00
ISCAT Remove vestigial references to WSPR_2. Update wsjtx.pro. Add samples for all modes. 2016-10-20 15:43:03 +00:00
JT4 Remove vestigial references to WSPR_2. Update wsjtx.pro. Add samples for all modes. 2016-10-20 15:43:03 +00:00
JT9 Add a sample download dialog and upload sub-system 2015-12-24 11:41:05 +00:00
JT65/JT65B Add some test files for JT65 averaging, AP, and DS decodes. 2020-05-07 11:27:48 -04:00
MSK144 Updates to User Guide; replace FT8 and MSK144 sample files with ones using new protocols. 2018-12-11 11:24:04 -05:00
Q65 Q65 sample .wav files 2021-02-03 17:30:27 +00:00
WSPR Remove vestigial references to WSPR_2. Update wsjtx.pro. Add samples for all modes. 2016-10-20 15:43:03 +00:00
CMakeLists.txt Update sample files build script 2021-07-28 15:14:31 +01:00
README Some helpful developer documentation 2015-12-24 13:19:54 +00:00
make_contents.cmake Fix two defects in the sample uploader target 2016-10-20 21:20:26 +00:00

README

This directory  contains the resources  necessary to build  the WSJT-X
samples database. The CMake build script creates a directory structure
ready for  upload to the project  samples web or ftp  file server. The
CMake  script  also  defines  a build  target  'upload-samples'  which
uploads  the sample  database to  the the  destination defined  by the
project  CMake variable  PROJECT_SAMPLES_UPLOAD_DEST  (defined in  the
project root  CMake script). A  suitably authorized user may  use this
target to update the server with the latest samples.

The  samples  database   includes  a  JSON  contents   file  for  each
major/minor version combination  of WSJT-X, this file  is generated by
CMake and should not be manually edited.

To  add  new  samples  simply  add  the  files  here  and  update  the
SAMPLE_FILES  list  variable  in   the  CMakeLists.txt  file  in  this
directory.  Sample  files  must  be checked  into  source  control.  A
meaningful  directory  structure  is  advisable,  the  same  directory
structure will  be replicated by  the WSJT-X sample  downloader dialog
allowing  WSJT-X  users  to  easily identify  wath  each  sample  file
contains.