Bill Somerville 3f75b4144a Send status information to UDP server
To  facilitate interaction  with other  applications WSJT-X  now sends
status  updates  to  a  predefined   UDP  server  or  multicast  group
address. The  status updates include the  information currently posted
to  the  decodes.txt and  wsjtx_status.txt  files.   An optional  back
communications  channel is  also implemented  allowing the  UDP server
application to control some basic actions in WSJT-X.

A reference implementaion of a typical UDP server written in C++ using
Qt is  provided to demonstrate  these facilities. This  application is
not intended  as a user  tool but  only as an  example of how  a third
party application may interact with WSJT-X.

The  UDP messages  Use QDataStream  based serialization.  Messages are
documented in  NetworkMessage.hpp along with some  helper classes that
simplify the building and decoding of messages.

Two  message  handling  classes   are  introduced,  MessageClient  and
MessageServer.  WSJT-X uses the MessageClient class to manage outgoing
and  incoming  UDP  messages   that  allow  communication  with  other
applications.   The MessageServer  class implements  the kind  of code
that a  potential cooperating  application might use.   Although these
classes  use  Qt serialization  facilities,  the  message formats  are
easily  read and  written  by  applications that  do  not  use the  Qt
framework.

MessageAggregator   is   a   demonstration   application   that   uses
MessageServer and  presents a GUI  that displays messages from  one or
more  WSJT-X instances  and  allows sending  back a  CQ  or QRZ  reply
invocation  by double  clicking  a decode.   This  application is  not
intended as  a user facing tool  but rather as a  demonstration of the
WSJT-X UDP messaging facility. It  also demonstrates being a multicast
UDP server by allowing multiple instances to run concurrently. This is
enabled by using an appropriate  multicast group address as the server
address.  Cooperating   applications  need  not   implement  multicast
techniques but  it is recomended  otherwise only a  single appliaction
can act as a broadcast message (from WSJT-X) recipient.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5225 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-04-15 16:40:49 +00:00
2015-03-14 16:21:02 +00:00
2015-03-04 13:21:41 +00:00
2014-03-30 01:31:40 +00:00
2015-04-07 12:08:55 +00:00
2014-12-03 00:06:54 +00:00
2015-04-07 12:08:55 +00:00
2014-11-28 23:34:23 +00:00
2014-11-28 23:34:23 +00:00
2014-11-28 23:34:23 +00:00
2012-10-21 19:24:54 +00:00
2013-08-10 15:29:55 +00:00
2015-04-15 16:40:49 +00:00
2014-03-30 01:31:40 +00:00
2015-04-15 16:40:49 +00:00
2014-11-28 23:34:23 +00:00
2015-04-07 12:08:55 +00:00
2015-03-14 19:13:18 +00:00
2015-03-14 19:13:18 +00:00
2014-11-28 23:34:23 +00:00
2014-04-03 19:44:34 +00:00
2015-04-07 12:08:55 +00:00
2014-11-28 23:34:23 +00:00
2015-03-04 13:21:41 +00:00
2015-02-11 18:20:07 +00:00
2014-10-21 14:04:37 +00:00

 __       __   ______      _____  ________      __    __ 
|  \  _  |  \ /      \    |     \|        \    |  \  |  \
| $$ / \ | $$|  $$$$$$\    \$$$$$ \$$$$$$$$    | $$  | $$
| $$/  $\| $$| $$___\$$      | $$   | $$ ______ \$$\/  $$
| $$  $$$\ $$ \$$    \  __   | $$   | $$|      \ >$$  $$ 
| $$ $$\$$\$$ _\$$$$$$\|  \  | $$   | $$ \$$$$$$/  $$$$\ 
| $$$$  \$$$$|  \__| $$| $$__| $$   | $$       |  $$ \$$\
| $$$    \$$$ \$$    $$ \$$    $$   | $$       | $$  | $$
 \$$      \$$  \$$$$$$   \$$$$$$     \$$        \$$   \$$
                                                         
                                                         
                                                         
Copyright (C) 2001 - 2014 by Joe Taylor, K1JT.

WSJT-X implements JT9, a new mode  designed especially for the LF, MF,
and  HF bands,  as well  as  the popular  mode JT65.  Both modes  were
designed for making reliable, confirmed QSOs under extreme weak-signal
conditions.  They  use nearly  identical message structure  and source
encoding.  JT65 was  designed for  EME (“moonbounce”)  on the  VHF/UHF
bands  and   has  also  proved   very  effective  for   worldwide  QRP
communication at  HF; in contrast, JT9  is optimized for HF  and lower
frequencies. JT9 is  about 2 dB more sensitive than  JT65A while using
less  than 10%  of the  bandwidth. World-wide  QSOs are  possible with
power levels of a few watts and  compromise antennas. A 2 kHz slice of
spectrum is  essentially full when  occupied by ten JT65  signals.  As
many as 100 JT9 signals can fit into the same space, without overlap.

WSJT-X offers a “bi-lingual” operating  mode in which you can transmit
and   receive  JT65   and   JT9  signals,   switching  between   modes
automatically as  needed.  Displayed  bandwidth can be  as large  as 5
kHz. If  your receiver  has as  upper-sideband filter  at least  4 kHz
wide, you can have all the typical  JT65 and JT9 activity on screen at
once, available for  making QSOs with a click of  the mouse. Even with
standard SSB-width IF filters, switching between JT65 and JT9 modes is
quick and convenient. Be sure to read the online WSJT-X User's Guide.

Project web site:

http://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html

Project mailing  list (shared  with other  applications from  the same
team):

https://groups.yahoo.com/neo/groups/wsjtgroup

Description
This a mirror of WSJT-X and will be updated every 6 hours. PR will be ignored, head to the SF link. Repo will be updated at 06:00:00 UTC 12:00:00 UTC 18:00:00 UTC 00:00:00 UTC Now fixed.
Readme 216 MiB
Languages
C++ 52.4%
Fortran 19.5%
Python 18.8%
C 7.6%
CMake 1.3%
Other 0.1%