Commit Graph

552 Commits

Author SHA1 Message Date
Bill Somerville 01dff71070
Re-enable EU VHF Contest mode messages in MSK144 mode
Also bring  message checking utilities up  to date with the  latest EU
VHF Contest mode source encodings.
2021-02-24 02:21:31 +00:00
Bill Somerville c44bcb1f44
Repair v2.3.0 regressions in sequencing
Handle RRR  messages correctly  in contest modes  and fix  failures to
sequence some messages.
2021-02-24 02:19:11 +00:00
Bill Somerville 3629a4e071
Qt <5.8 compatibility 2021-01-27 21:14:11 +00:00
Bill Somerville c631f24a3f
Bump expiry 2021-01-25 00:46:23 +00:00
Bill Somerville 86572dbc6e
Extend expiry 2021-01-25 00:28:30 +00:00
Bill Somerville 2d4256d593
Add time stamp to rig control error messages details 2021-01-16 23:35:53 +00:00
Bill Somerville c9fb6510a0
Update expiry and nag message 2021-01-04 22:50:02 +00:00
Bill Somerville fd8c993b7b
Update copyright years 2021-01-04 21:55:15 +00:00
Steven Franke 66ddeff25e
Do not save c2 files in FST4W mode. 2021-01-04 15:00:02 +00:00
Bill Somerville a38ec853a4
Don't pick up reports to other stations as ours 2020-12-30 21:45:57 +00:00
Bill Somerville dd631699da
Add the Tx message to the UDP Status(1) message
Thanks to Morgan (sri no other attribution given) for the initial
contribution this change is based on.
2020-12-21 01:31:57 +00:00
Bill Somerville 60792182ad
Environment variables to set audio buffer sizes and fix Windows Rx timing
The two environment variables:

    WSJT_RX_AUDIO_BUFFER_FRAMES
    WSJT_TX_AUDIO_BUFFER_FRAMES

each can  be defined to  an integer number which  will be used  as the
suggested audio  buffer size for  Rx and Tx respectively.  Not setting
the variable  or setting  it to  zero or less  will cause  the default
buffer size to be used, which should be a good choice for most, if not
all, systems.
2020-12-07 20:34:56 +00:00
Bill Somerville f3a2c653aa
Revert to default o/s or Qt Tx audio buffer sizes 2020-12-04 18:59:41 +00:00
Bill Somerville 50d0543c03
Test version with environment variable to set Tx audio buffer size
WSJT_TX_AUDIO_BUFFER_FRAMES takes the following values:

 -1          - use Qt/system default
 0           - use 200 mS (WSJT-X default)
 +ve integer - value is number of frames at 48 kHz

-1 is  likely to  be a  good choice on  Windows and  may macOS.  0 has
proven to be good on Windows. On Linux  0 may be OK but we need to try
other values.

The value is only a hint, the  actual value used along with the period
size (the  size of each chunk  of samples requested by  the system) is
printed  in an  info level  diagnostic message  at the  start of  each
transmission.
2020-12-03 01:49:21 +00:00
Bill Somerville 2db2884c39
Fix regression with selecting a working frequency when changing mode 2020-12-01 15:11:36 +00:00
Bill Somerville 6a44e68033
Repair regression that stopped Best S&P transmitting on a match
This change also ensures that second or subsequent matches in the same
T/R period do not trigger a QSO with a new QSO partner.
2020-11-27 12:36:24 +00:00
Bill Somerville 3663b3ea32
MultiGeometryWidget template class abstracts window geometry changes 2020-11-27 01:14:12 +00:00
Bill Somerville 0fc5639fd5
Repair a regression causing missing Rx decode timestamps in ALL.TXT 2020-11-18 02:06:30 +00:00
Bill Somerville a1808c99f7
Fix issue with main window height growing on restart 2020-11-17 00:55:24 +00:00
Bill Somerville f10d6fb712
Fix regression in hiding Rx Frequency window titles & headings 2020-11-16 17:36:50 +00:00
Bill Somerville 09a8b3f5ef
Reinstate RC nag 2020-11-15 01:12:55 +00:00
Bill Somerville 21e7560b89
Simplify logging of missing/extra audio input samples
These warnings and errors  now go to the the system  log rather than a
MessageBox.
2020-11-14 20:50:27 +00:00
Bill Somerville 9ea903b259
Merge branch 'develop' into feat-boost-log 2020-11-12 13:36:25 +00:00
Bill Somerville dc169c3a84
Resolve some issues with sequencing of R+rprt and sign-off messages 2020-11-12 13:32:56 +00:00
Bill Somerville c7f2fdc404
Ensure Tx1 message is used by non-standard callsign holders
The only exception is type 2 prefix/suffix calls in non-77-bit modes.
2020-11-12 13:30:48 +00:00
Bill Somerville de0af5a2ed
Merge branch 'feat-outgoing-udp-interface' into develop 2020-11-10 20:09:48 +00:00
Bill Somerville ab780a324a
Testing options
Two new environment variables to control special testing behaviour:

    * WSJT_TX_BOTH - set to "1" to force transmission on both periods.

    * WSJT_REVERSE_DOPPLER - set to "1" to transpose Tx and Rx Doppler
      corrections. Use this to test Doppler tracking on a terrestrial
      link.
2020-11-06 18:28:59 +00:00
Bill Somerville caa23f1101
Message Client allows sending multicast UDP on multiple interfaces 2020-11-05 03:37:01 +00:00
Bill Somerville 430d57c1ca
Network interface selection for outgoing UDP multicast datagrams
Default  selection  is  the  loop-back interface.  Users  who  require
interoperation  between  WSJT-X   instances  cooperating  applications
running on different hosts should  select a suitable network interface
and  carefully choose  a multicast  group address,  and TTL,  that has
minimal scope covering the necessary  network(s). Using 224.0.0.1 is a
reasonable    strategy    if   all    hosts    are    on   the    same
subnet. Administratively  scoped multicast group addresses  like those
within 239.255.0.0/16  can cover larger  boundaries, but care  must be
taken if the local subnet has access to a multicast enabled router.

The  IPv4  broadcast  address  (255.255.255.255) may  be  used  as  an
alternative  to multicast  UDP, but  note that  WSJT-X will  only send
broadcast UDP datagrams  on the loop-back interface,  so all recipient
applications must be running on the same host system.

The reference UDP Message protocol  applications are being extended to
be configurable  with a list of  interfaces to join a  multicast group
address on. By default they will only join on the loop-back interface,
which is also  recommended for any applications designed  to take part
in the WSJT-X  UDP Message Protocol. This allows full  user control of
the  scope of  multicast  group membership  with  a very  conservative
default  mode  that will  work  with  all interoperating  applications
running on the same host system.
2020-11-02 15:33:44 +00:00
Bill Somerville c444cb2409
Merge branch 'release-2.3.0' into develop 2020-10-21 13:37:37 +01:00
Bill Somerville 2a2e120d7c
Repair invalid string references 2020-10-21 13:09:10 +01:00
Bill Somerville ccb7a1adf5
Repair defect with response to UDP Reply(4) messages with AP markers 2020-10-18 02:11:04 +01:00
Bill Somerville 8d088cf4f5
Repair defect with response to UDP Reply(4) messages with AP markers 2020-10-18 02:09:17 +01:00
Bill Somerville 40ac1f2e41
Merge branch 'develop' into feat-boost-log 2020-10-14 21:02:00 +01:00
Bill Somerville c50133bcfc
Honour "Settings->General->Disable Tx after sending 73" if not auto-sequencing 2020-10-14 21:01:05 +01:00
Bill Somerville 62e089aecf
Honour "Settings->General->Disable Tx after sending 73" if not auto-sequencing 2020-10-14 20:59:32 +01:00
Bill Somerville d8b16b31f4
Merge branch 'develop' into feat-boost-log 2020-10-13 19:20:37 +01:00
Bill Somerville 90b3fa2a46
Merge branch 'release-2.3.0' into develop 2020-10-13 16:51:40 +01:00
Bill Somerville 518207da3b
Various updates to UDP Message Protocol handling for FST4W
Corresponding updates to the message_aggregator reference application.
2020-10-13 16:46:38 +01:00
Bill Somerville ed92d0811a
Implement "No own decodes" functionality for FST4W mode 2020-10-10 13:18:04 +01:00
Bill Somerville 522000cfab
Added SWL Mode to View menu
SWL mode  hides all lower  panel widgets,  maximizing the size  of the
decodes windows.  Designed for operators running  several instances to
monitor multiple bands and modes.
2020-10-04 23:05:17 +01:00
Bill Somerville f8e5903f83
Merge branch 'develop' into feat-boost-log 2020-10-04 22:47:01 +01:00
Bill Somerville add63fb374
Adapt WSPRnet.org spotting to moveable Rx analysis window
This allows spots at any frequency to be posted rather than just those
in the 1400 to 1600 Hz range above the VFO dial frequency.
2020-10-04 22:41:52 +01:00
Bill Somerville a169b5daf8
Added SWL Mode to View menu
SWL mode  hides all lower  panel widgets,  maximizing the size  of the
decodes windows.  Designed for operators running  several instances to
monitor multiple bands and modes.
2020-10-04 00:46:59 +01:00
Bill Somerville 837821b117
Merge branch 'develop' into feat-boost-log 2020-10-01 19:55:53 +01:00
Bill Somerville 0c0adbdaab
Fix widget foreground when forcing the background colour
This is  required so as  to maintain good contrast  between foreground
and background  elements when  the widget  colour palette  is changed,
e.g. when using a lights out style sheet.
2020-10-01 12:58:09 +01:00
Joe Taylor 9200c3e27a Add NB = -3% option to cycle through NB=0, 1, 2, 3, ... 20%. 2020-09-30 13:32:03 -04:00
Joe Taylor b56ce23f38 Implement optional x2/x4 tone spacings for FST4 and FST4W. 2020-09-30 10:01:57 -04:00
Joe Taylor 541c1ddea6 Fix the problem of FST4W transmitting on the FST4 TxFreq after mode switch. 2020-09-30 09:37:15 -04:00
Joe Taylor b99aafa336 On change of TxFreq during an FST4 transmission, regenerate the Tx waveform and restart. 2020-09-29 13:00:57 -04:00