| |
Program
Development
|
| Home WSJT MAP65 WSPR SimJT Program Development References |
Operating SystemsWSJT, MAP65, and WSPR can be compiled for Windows, Linux, FreeBSD, Macintosh OS/X, and most other UNIX-like operating systems. The download links on pages for each program retrieve pre-compiled installation packages for Microsoft Windows, and in some cases also for Ubuntu and other Debian-based 32-bit Linux distributions. Users of other operating systems or distributions must compile the programs from source code.Source CodeWSJT, MAP65, MAP65-IQ, and WSPR are open source programs distributed under terms of the GNU General Public License. Source code for SimJT is available on request. KVASD (a soft-decision Reed Solomon decoder for the JT65 mode) is distributed only in executable form.The graphical user interfaces for WSJT, MAP65, MAP65-IQ, and WSPR are written in Python. Most of the number-crunching in these programs is done in Fortran, and some system-level functions are implemented in C. Anyone interested in the communication problems addressed by WSJT, MAP65, and WSPR is invited to study, adapt, modify, or enhance the code and contibute to further development of the programs. Source code is maintained under the version control program Subversion ("svn") at the public open-source repository Berlios. For information on the continuing development of these programs, you may subscribe to the WSJT developers email list. Explicit Downloading InstructionsPresent and past versions of the source code for WSJT, MAP65, MAP65-IQ, and WSPR may be downloaded by using svn commands. For example, the latest revisions of source code for each program can be "checked out" with the commandssvn co http://svn.berlios.de/svnroot/repos/wsjt/trunk svn co http://svn.berlios.de/svnroot/repos/wsjt/branches/map65 svn co http://svn.berlios.de/svnroot/repos/wsjt/branches/map65iq svn co http://svn.berlios.de/svnroot/repos/wsjt/branches/wspr You will need to understand svn in order to use the source-code repository effectively. Compiling
To compile the programs on a unix-like system (Linux, FreeBSD,
Macintosh OS X, ...) you may need to install some or all of the
following packages on your computer: |
|