mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-26 14:08:40 -04:00
Changed runqqq so that *nix execution of KVASD uses "./KVASD".
Updated README_592.TXT in preparation for Windows release. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@115 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1e442bf2c8
commit
499f968d9a
@ -1,4 +1,4 @@
|
|||||||
Changes in WSJT 5.9.2: January 10, 2006
|
Changes in WSJT 5.9.2: January 16, 2006
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
Enhancements
|
Enhancements
|
||||||
@ -6,32 +6,33 @@ Enhancements
|
|||||||
|
|
||||||
1. Thread priorities have been adjusted for smoother operation.
|
1. Thread priorities have been adjusted for smoother operation.
|
||||||
|
|
||||||
2. The JT65 decoder now has improved immunity to garbage data
|
2. The JT65 decoder has been giver improved immunity to garbage data
|
||||||
(birdies, QRM, etc.) and it exhibits better performance on
|
(birdies, QRM, etc). It exhibits better performance on strong
|
||||||
strong signals.
|
signals and provides more accurate estimates of their S/N.
|
||||||
|
|
||||||
3. The FSK441 decoder produces less on-screen gibberish when you
|
3. The FSK441 decoder produces less on-screen gibberish when
|
||||||
request mouse-picked decodes.
|
processing mouse-picked decodes.
|
||||||
|
|
||||||
4. The JT6M decoder now makes better use of Freeze and Tol. You can
|
4. The JT6M decoder now makes better use of Freeze and Tol. You can
|
||||||
set the value of "Freeze DF" by using the Right/Left arrow keys.
|
set the value of "Freeze DF" by using the Right/Left arrow keys.
|
||||||
(This feature is also useful in JT65 mode.)
|
(This feature is also useful in JT65 mode.)
|
||||||
|
|
||||||
5. On-screen font sizes can be set by using Windows Notepad (or
|
5. On-screen font sizes can be set by using Windows Notepad to edit
|
||||||
another text editor) to edit the file wsjtrc.win. If your screen
|
the file wsjtrc.win. If your screen has resolution greater than
|
||||||
has resolution greater than 1024 x 768, or if you have old eyes
|
1024 x 768, or if you have old eyes like mine, you may want to
|
||||||
like mine, you may want to increase the font sizes from 8 and 9
|
increase the font sizes from 8 and 9 points (first three lines of
|
||||||
points (first three lines of the file) to, say, 9 and 10 points.
|
the file) to, say, 9 and 10 points.
|
||||||
|
|
||||||
6. A simulator mode is now built into WSJT. It is presently most
|
6. A simulator mode is now built into WSJT for testing purposes. It
|
||||||
useful in JT65 mode. By entering, say, "#-22" in the text box for
|
is presently most useful in JT65 mode. By entering, say, "#-22"
|
||||||
Tx6, you signify that the program should generate its Tx audio
|
in the text box for Tx6, you signify that the program should
|
||||||
files with the signal embedded in white gaussian noise, 22 dB
|
generate its Tx audio files with the signal embedded in white
|
||||||
below the noise power in a 2.5 kHz bandwidth. You can direct this
|
gaussian noise, 22 dB below the noise power in a 2.5 kHz
|
||||||
signal into a second computer running WSJT, for example to test
|
bandwidth. You can direct this signal into a second computer
|
||||||
the decoder or to practice operating in JT65 mode. You can even
|
running WSJT, for example to test the decoder or to practice
|
||||||
have the two computers "work each other", although changing
|
operating in JT65 mode. You can even have the two computers "work
|
||||||
messages of course requires operator action.
|
each other" in a simulated QSO, although changing messages of
|
||||||
|
course requires operator action.
|
||||||
|
|
||||||
7. Dividing lines are now provided on the waterfall display between
|
7. Dividing lines are now provided on the waterfall display between
|
||||||
spectra corresponding to wave files read from disk.
|
spectra corresponding to wave files read from disk.
|
||||||
@ -39,18 +40,24 @@ Enhancements
|
|||||||
8. The PTT line is explicitly set low on program startup.
|
8. The PTT line is explicitly set low on program startup.
|
||||||
|
|
||||||
9. The F10 key brings up the SpecJT screen (if it was hidden) and
|
9. The F10 key brings up the SpecJT screen (if it was hidden) and
|
||||||
toggles foreground and focus between the WSJT and SpecJT screens.
|
toggles foreground and focus status between the WSJT and SpecJT
|
||||||
|
screens.
|
||||||
|
|
||||||
10. You can use the Alt-F keyboard shortcut to toggle "Freeze", and
|
10. You can use the Alt-F and Alt-Z keyboard shortcut to toggle
|
||||||
Alt-Z to toggle "Zap".
|
"Freeze" and "Zap" on and off.
|
||||||
|
|
||||||
11. "Accelerated decoding" has been removed from the Setup menu. In
|
11. "Accelerated decoding" has been removed from the Setup menu. In
|
||||||
effect, it is now always ON.
|
effect, this option is now always ON.
|
||||||
|
|
||||||
|
12. Text windows are now cleared when switching between modes.
|
||||||
|
|
||||||
|
13. Linux and FreeBSD versions (see below) offer PTT control via
|
||||||
|
parallel port, as well as serial port. They offer sound support
|
||||||
|
via ALSA and OSS.
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
----------
|
----------
|
||||||
1. The use of non-threadsafe code for FFTs caused occasional and
|
1. The use of non-threadsafe code for FFTs could cause occasional and
|
||||||
unpredictable program crashes. Fixed.
|
unpredictable program crashes. Fixed.
|
||||||
|
|
||||||
2. A bug in the JT65 decoder could (rarely) cause large errors in the
|
2. A bug in the JT65 decoder could (rarely) cause large errors in the
|
||||||
@ -60,23 +67,29 @@ Bug Fixes:
|
|||||||
wave file. Fixed.
|
wave file. Fixed.
|
||||||
|
|
||||||
|
|
||||||
Information for Programmers
|
For Curious Users, and Especially for Programmers
|
||||||
---------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
WSJT is no longer a one-person effort and no longer runs only in
|
WSJT is no longer a one-person effort, and the program no longer runs
|
||||||
Microsoft Windows. It has become a full-fledged Open Source project,
|
only under Microsoft Windows. WSJT is now a full-fledged Open Source
|
||||||
with an active working group making contributions to future
|
project, with an active working group making contributions to future
|
||||||
development. Source code is now stored in a public repository under
|
development. Source code is now stored in a public repository under
|
||||||
control of a version control system called Subversion, or SVN. You
|
control of a version control system called "Subversion", or SVN. You
|
||||||
can learn more at http://developer.berlios.de/projects/wsjt/.
|
can learn more at http://developer.berlios.de/projects/wsjt/.
|
||||||
|
|
||||||
The first significant result of the group effort has been to create
|
The first significant result of the group effort has been to create
|
||||||
versions of WSJT that run under the Linux and FreeBSD operating
|
versions of WSJT that run under the Linux and FreeBSD operating
|
||||||
systems. If you are interested in testing and using WSJT on your own
|
systems. Porting WSJT to the Macintosh platform should be
|
||||||
Linux or FreeBSD system, we'd like to hear from you.
|
straightforward, as well, although the development team does not
|
||||||
|
yet include anyone with Macintosh hardware.
|
||||||
|
|
||||||
|
If you are interested in testing and using WSJT on your own Linux or
|
||||||
|
FreeBSD system, we'd like to hear from you.
|
||||||
|
|
||||||
If you feel that you can usefully contribute to the future development
|
If you feel that you can usefully contribute to the future development
|
||||||
of WSJT on any platform, we would also like to hear from you!
|
of WSJT on any platform, we would also like to hear from you! We
|
||||||
|
could use help with documentation and website maintenance, as well as
|
||||||
|
actual programming.
|
||||||
|
|
||||||
The present WSJT working group consists of:
|
The present WSJT working group consists of:
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ subroutine runqqq(fname,cmnd,iret)
|
|||||||
#ifdef Win32
|
#ifdef Win32
|
||||||
iret=runqq(fname,cmnd)
|
iret=runqq(fname,cmnd)
|
||||||
#else
|
#else
|
||||||
iret=system('KVASD -q >& /dev/null')
|
iret=system('./KVASD -q >& /dev/null')
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user