WSJT-X/UDPExamples
Bill Somerville c65d832356
New UDP messages to close and reconfigure WSJT-X plus more status fields
The Status(1) message acquires the new fields Frequency Tolerance, T/R
Period,  and  Configuration Name.  The  Rx  DF,  Tx DF  fields  become
unsigned (this should be a benign change which is just for correctness
as -ve values have never been possible).

The   Close(6)  message   becomes  bi-directional   allowing  external
applications to gracefully close down WSJT-X instances.

A  new  message SwitchConfiguration(14)  is  provided  that allows  an
external application to  switch the current configuration  of a WSJT-X
instance.

Another  new  message  Configure(15)  is provided  to  allow  external
applications to adjust some key parameters like the mode and submode.

See the  NetworkMessages.hpp header  commentary for full  details. The
UDPExamples/MessageAggregator reference  application has  been updated
to be able to exercise all of the above changes.

Note   that   this   commit   enforces  stricter   checking   on   the
"Settings->Reporting->Allow  UDP  requests"   option,  which  must  be
checked  before  any state  changing  incoming  messages to  a  WSJT-X
instance are processed.
2019-06-25 14:35:58 +01:00
..
qss Add Tx watchdog status to UDP Status message 2016-07-08 10:25:21 +00:00
BeaconsModel.cpp Make the UDP protocol Clear (3) message two-way 2019-02-03 00:49:35 +00:00
BeaconsModel.hpp Make the UDP protocol Clear (3) message two-way 2019-02-03 00:49:35 +00:00
ClientWidget.cpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
ClientWidget.hpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
DecodesModel.cpp Make the UDP protocol Clear (3) message two-way 2019-02-03 00:49:35 +00:00
DecodesModel.hpp Make the UDP protocol Clear (3) message two-way 2019-02-03 00:49:35 +00:00
MessageAggregator.cpp Add QDarkStyleSheet to Message Aggregator reference application 2018-12-17 01:48:45 +00:00
MessageAggregatorMainWindow.cpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
MessageAggregatorMainWindow.hpp Add contest exchange send and received fields to UDP logged QSO message 2018-12-02 10:09:37 -05:00
UDPDaemon.cpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
message_aggregator.qrc.in Extend UDP status message - added Rx/Tx DF, call and grid information 2016-05-24 10:08:35 +00:00
message_aggregator.rc Extend UDP status message - added Rx/Tx DF, call and grid information 2016-05-24 10:08:35 +00:00
udp_daemon.rc Extend UDP status message - added Rx/Tx DF, call and grid information 2016-05-24 10:08:35 +00:00