Commit Graph

38 Commits

Author SHA1 Message Date
Bill Somerville b37e419fc7
Qt 5.15 compatibility 2020-08-19 12:32:27 +01:00
Bill Somerville d1860df190
Only send local station info to PSK Reporter when necessary
Remove unneeded debug trace messages.
2020-08-18 12:47:17 +01:00
Bill Somerville 50da40413f
PSK Reporter connection opened & closed at the correct times 2020-08-16 00:38:19 +01:00
Bill Somerville 491a7b9a05
Ensure no connect with, or traffic to, PSK Reporter if not enabled 2020-08-15 23:32:10 +01:00
Bill Somerville 31742156fd
Qt v5.8 backwards compatibility 2020-08-07 22:53:21 +01:00
Bill Somerville 7bafb5b71e
Qt5.7 backwards compatibility 2020-08-07 22:40:15 +01:00
Bill Somerville 4d439e5248
Merge branch 'develop' into feat-fst280 2020-07-24 12:53:28 +01:00
Bill Somerville 345e4bc20e
Merge branch 'develop' into feat-fst280 2020-07-26 23:00:09 +01:00
Bill Somerville b0f76b2fe7
Backwards compatibility with Qt <5.11 2020-07-26 22:58:17 +01:00
Bill Somerville a580b1ff2c
Merge branch 'develop' into feat-fst280 2020-07-26 22:43:14 +01:00
Bill Somerville f6d16ea70c
Remove extraneous include 2020-07-26 22:42:14 +01:00
Bill Somerville 95d920f706
Merge branch 'develop' into feat-fst280 2020-07-26 21:57:02 +01:00
Bill Somerville 5994dd8a0d
Add a missing file 2020-07-26 21:56:10 +01:00
Bill Somerville 9c22eb321d
Merge branch 'develop' into feat-fst280 2020-07-26 16:20:11 +01:00
Bill Somerville 3527438a06
Merge branch 'feat-psk-reporter-re-work' into develop 2020-07-26 16:07:47 +01:00
Bill Somerville 8b0b2c15b2
Final adjustments for moving from test to live PSKReporter spotting 2020-07-26 15:55:54 +01:00
Bill Somerville 1f524026f9
Fix merging issue 2020-07-26 15:55:17 +01:00
Bill Somerville 7bb5a8e009
Merge branch 'develop' into feat-psk-reporter-re-work 2020-07-26 15:52:39 +01:00
Bill Somerville 843d491fdb
Mock PSKReporter.info Python script 2020-07-26 12:31:33 +01:00
Bill Somerville 2f700265b9
Merge branch 'develop' into feat-fst280 2020-07-26 10:20:55 +01:00
Bill Somerville 7566f3548d
Post FST4W spots to WSPRNet.org
Includes a re-factoring  of the WSPRNet class,  particularly to handle
direct spot posts as well as via  a file from wsprd. Switched from GET
http request method to POST method.

FST4W spots  post the same information  a WSPR spots except  the drift
field is  always zero (FST4W  has no  drift compensation, so  no drift
figure is calculated by the decoder),  and the mode field reflects the
T/R  period in  minutes.  This  means  FST4W-120A will  be similar  to
WSPR-2, an FST4W-900  will be similar to WSPR-15. I  don't see any way
to  view the  mode field  on  either the  new or  old database  format
queries on WSPRnet,  so it is hard  to tell if that  field is actually
stored.
2020-07-26 02:58:04 +01:00
Bill Somerville ea775c8b9a
Work around clang not having a consexpr strlen implementation 2020-07-24 12:51:20 +01:00
Bill Somerville bcff949025
Update some missing i18n strings 2020-07-13 00:55:42 +01:00
Bill Somerville 37ab6eecd1
Update contributors, and UDP Message Protocol documentation 2020-06-27 00:23:34 +01:00
phl0 6cbc91b653
Include prop mode in ADIF and UDP messages 2020-06-26 23:45:58 +01:00
Bill Somerville a24f402655
Skipping of connection refused net errors on Windows with Qt 5.15
Apparently this is still required.
2020-06-26 17:57:21 +01:00
Bill Somerville 147f29e271
Allow flush to send a receiver info data set without any spots 2020-06-21 16:11:36 +01:00
Bill Somerville af894c6039
Rename files to match class name
Avoiding case insensitive file system issues.
2020-06-21 02:15:31 +01:00
Bill Somerville b48b23450d
First iteration of optional TCP/IP client for PSK Reporter 2020-06-21 01:36:30 +01:00
Bill Somerville 9c22b5c3ed
Qt v5.15 compatibility 2020-06-13 16:04:41 +01:00
Bill Somerville 220cbc840a
Update UDP Status message documentation
This for  consistency, I  suspect inserting a  value into  the special
operations  type   enumeration  will  cause  external   programs  some
backwards compatibility issues. We  should consider reverting this and
adding the new value to the end.
2020-06-02 22:44:14 +01:00
Bill Somerville c6688534cd
Performance improvements to decode highlighting
The Highlight  Callsign (13)  UDP message now  operates in  a slightly
different way.  The  "Highlight last" field, when  true valued, causes
all  instances of  the specified  callsign  to be  highlighted in  the
decoding  period. This  allows external  applications to  highlight DX
callsigns even when  multiple stations are calling  them.  Before this
was  unlikely to  work since  the external  application would  have to
respond to  Decode (2) UDP  messages exceedingly quickly  to guarantee
successful highlighting  before another decode  with the same  DX call
was  printed.   There  should  be  no  changes  required  to  external
applications acting  as servers  to the  WSJT-X UDP  Message Protocol,
although  using  the  version  of the  Highlight  Callsign  (13)  with
"Highlight   last"  should   not  be   required  for   adhoc  callsign
highlighting. It should be reserved for commonly recurring targets and
limited to  no more than 100  active highlighting requests at  any one
time, otherwise there may be performance impacts on WSJT-X.
2020-05-24 16:33:14 +01:00
Bill Somerville f0b77de193
Document backward/forward compatibility rules for the UDP message protocol 2019-07-18 20:30:48 +01:00
Bill Somerville a9fd073023
Squash a compiler warning 2019-07-03 00:15:48 +01:00
sirhc808 dd53e8d348 incorporate code review feedback 2019-07-02 13:00:32 -05:00
sirhc808 1f57ba5fec improve physical structure 2019-07-02 12:45:05 -05:00
sirhc808 27d4471cde Merge branch 'ft9_refactor' into feat-refactor
# Conflicts:
#	CMakeLists.txt
#	lib/ft4/getcandidates4.f90
#	lib/ft4/sync4d.f90
2019-07-02 12:06:14 -05:00
sirhc808 ee5d5c8ae9 improve physical structure 2019-07-02 10:19:43 -05:00