Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-16 Thread Jim Shorney


Also compiles and runs as expected so far with Kubuntu 18.04. Copied 1A0C in 
the noise on 30 F/H but had to snag him on 40 CW for ATNO


73 & 44,

-Jim
NU0C

Zero District POTA Log Manager
http://www.parksontheair.com/
Zero and Seven Districts WWFF-KFF Log Manager
https://wwffkff.wordpress.com/


On Mon, 15 Jul 2019 11:00:44 -0600
Greg Beam  wrote:

> Hi Joe,
> 
> I downloaded and installed the Ubuntu Bionic(18.04) x86-64 package from 
> your site. No issues with the install; it's up and monitoring 30m FT8.


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-16 Thread Christoph Berg
Re: Greg Beam 2019-07-15 
> I am not certain, but, I thought I read that Debian was including these
> newer versions of WSJT-X at the distribution level. If so, that would be
> really good news and negate the need for PPA's.

We aren't updating packages to newer versions in stable releases (with
a few exceptions like PostgreSQL and web browsers). Debian buster will
stay with wsjtx 2.0.0.

The new version will shortly appear in testing ("bullseye"), though.

Christoph


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Bill Somerville

On 15/07/2019 21:50, Dave Slotter, W3DJS wrote:

Looks like I have some updating to do! :-)


Hi Dave,

you like some other authors seem to have started a project that uses a 
UDP feed that was never intended to be for any other application than 
N1MM Logger+, in fact one of their team members contributed the change 
to implement the feed. The WSJT-X UDP message protocol does the same and 
much more and most importantly is documented as publicly available and 
supported. It is a little more complex to use as it is a many to many 
protocol allowing many applications to interoperate with many instances 
of WSJT-X. You do not need to rush with any changes you make, you 
exiting code will still work with WSJT-X v2.1.x versions, but I 
recommend that you consider migrating to use the WSJT-X UDP message 
protocol at some point.


73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Bill Somerville

On 15/07/2019 21:44, Dave Slotter, W3DJS wrote:
This will take some time to go through the specifics... From a 
slightly less detailed level, for what program (or for whom) were 
these changes made? (Were they made for GridTracker?)



Hi Dave,

the WSJT-X UDP message protocol is backwards compatible, if you do not 
need the new messages then they can be safely ignored and any new fields 
on existing messages are always added at the end so you can also safely 
ignore any excess fields that you do not require.


Of course this does depend on your software actually using the WSJT-X 
UDP message protocol, see my other reply above.


The changes resulted from several developer requests and also include 
some new messages and fields to be both consistent and complete. No 
GridTracker was not one of the requesters although the author(s)  of 
that application are of course welcome to make use of these changes.


73
Bill
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Dave Slotter, W3DJS
Looks like I have some updating to do! :-)

--
Dave Slotter, W3DJS 


On Mon, Jul 15, 2019 at 4:45 PM Bill Somerville 
wrote:

> On 15/07/2019 21:31, Dave Slotter, W3DJS wrote:
> > My software may be found at: https://github.com/dslotter/wsjtx_to_n3fjp/
> >
> Hi Dave,
>
> you should be aware that the UDP feed that was added to WSJT-X for N1MM
> Logger+ to pick up logged QSOs is now deprecated and is likely to be
> removed in a later version of WSJT-X. N1MM Logger+ now uses the UDP
> messaging protocol that I described in my other reply to you. That
> protocol includes an ADIF logged QSO record as one of the messages and
> its content is identical to the ADIF records sent to the deprecated N1MM
> Logger+ specific feed.
>
> 73
> Billl
> G4WJS.
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Dave Slotter, W3DJS
Thanks, Bill.

This will take some time to go through the specifics... From a slightly
less detailed level, for what program (or for whom) were these changes
made? (Were they made for GridTracker?)

Thanks and 73,

--
Dave Slotter, W3DJS 


On Mon, Jul 15, 2019 at 4:38 PM Bill Somerville 
wrote:

> On 15/07/2019 21:31, Dave Slotter, W3DJS wrote:
>
> What was specifically changed with regards to this item, because I develop
> software which listens to WSJT-X's UDP broadcasts...
>
>- Improved UDP messaging for inter-program communication
>
> Hi Dave,
>
> as always the latest UDP message protocol is documented here:
>
> https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/NetworkMessage.hpp
>
> You can view the changes here:
>
>
> https://sourceforge.net/p/wsjt/wsjtx/ci/24fcd17a2a00962c8a8254666345b677b628f92b/log/?path=/NetworkMessage.hpp
>
> Click on the commit, then on the NetworkMessage.hpp file to see the
> detailed differences:
>
>
> https://sourceforge.net/p/wsjt/wsjtx/ci/c65d83235665919f19aab0c64c3523bb87e0fcbe/#diff-7
>
> and:
>
>
> https://sourceforge.net/p/wsjt/wsjtx/ci/3f5a99684230007ed81f309139606a60255136c1/#diff-7
>
> and:
>
>
> https://sourceforge.net/p/wsjt/wsjtx/ci/4dfc4685e9c80bc3d8f66c90834dcdd73eaaec0a/#diff-5
>
> and so on.
> 73
> Bill
> G4WJS.
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Bill Somerville

On 15/07/2019 21:31, Dave Slotter, W3DJS wrote:

My software may be found at: https://github.com/dslotter/wsjtx_to_n3fjp/


Hi Dave,

you should be aware that the UDP feed that was added to WSJT-X for N1MM 
Logger+ to pick up logged QSOs is now deprecated and is likely to be 
removed in a later version of WSJT-X. N1MM Logger+ now uses the UDP 
messaging protocol that I described in my other reply to you. That 
protocol includes an ADIF logged QSO record as one of the messages and 
its content is identical to the ADIF records sent to the deprecated N1MM 
Logger+ specific feed.


73
Billl
G4WJS.



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Bill Somerville

On 15/07/2019 21:31, Dave Slotter, W3DJS wrote:
What was specifically changed with regards to this item, because I 
develop software which listens to WSJT-X's UDP broadcasts...


  * Improved UDP messaging for inter-program communication


Hi Dave,

as always the latest UDP message protocol is documented here:

https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/NetworkMessage.hpp

You can view the changes here:

https://sourceforge.net/p/wsjt/wsjtx/ci/24fcd17a2a00962c8a8254666345b677b628f92b/log/?path=/NetworkMessage.hpp

Click on the commit, then on the NetworkMessage.hpp file to see the 
detailed differences:


https://sourceforge.net/p/wsjt/wsjtx/ci/c65d83235665919f19aab0c64c3523bb87e0fcbe/#diff-7

and:

https://sourceforge.net/p/wsjt/wsjtx/ci/3f5a99684230007ed81f309139606a60255136c1/#diff-7

and:

https://sourceforge.net/p/wsjt/wsjtx/ci/4dfc4685e9c80bc3d8f66c90834dcdd73eaaec0a/#diff-5

and so on.

73
Bill
G4WJS.
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Dave Slotter, W3DJS
What was specifically changed with regards to this item, because I develop
software which listens to WSJT-X's UDP broadcasts...

   - Improved UDP messaging for inter-program communication

The user manual only says under the change notes, "UDP messaging for
inter-program communication". (Is there some other change-notes I could
have read?)

My software may be found at: https://github.com/dslotter/wsjtx_to_n3fjp/

Thanks, and 73.

--
Dave Slotter, W3DJS 


On Mon, Jul 15, 2019 at 10:11 AM Joe Taylor  wrote:

> The WSJT Development Group is pleased to announce the general
> availability (GA) release of WSJT-X Version 2.1.0.
>
> WSJT-X 2.1 is a major upgrade that introduces FT4, a new protocol for HF
> contesting.  Improvements have also been made in the following areas:
>
>- FT8 waveform generation using GMSK, fully backward compatible
>- user options for low-sidelobe waterfall and spectrum display
>- UDP messaging for inter-program communication
>- accessibility
>
> ... as well as many minor enhancements and bug fixes.
>
> We now provide a separate installation package for 64-bit Windows,
> offering significant improvements in decoding speed.
>
>
> A more detailed list of program changes since WSJT-X 2.0.1 can be found
> in the cumulative Release Notes:
> http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt
>
> Upgrading from earlier versions of WSJT-X should be seamless.  There is
> no need to uninstall a previous version or move any files.
>
> Please do not continue to use any release candidate -- that is, any beta
> release with "-rc#" in the version name.
>
> Links to installation packages for Windows, Linux, and Macintosh are
> available here:
> http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
>
> You can also download the packages from our SourceForge site:
> https://sourceforge.net/projects/wsjt/files/
> It may take a short time for the SourceForge site to be updated.
>
> WSJT-X is licensed under the terms of Version 3 of the GNU General
> Public License (GPL).  Development of this software is a cooperative
> project to which many amateur radio operators have contributed.  If you
> use our code, please have the courtesy to let us know about it.  If you
> find bugs or make improvements to the code, please report them to us in
> a timely fashion.
>
> We hope you will enjoy using WSJT-X Version 2.1.0.
>
>   -- 73, Joe, K1JT, for the WSJT Development Group
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Marco Calistri
Il 15/07/19 11:05, Joe Taylor ha scritto:
> The WSJT Development Group is pleased to announce the general
> availability (GA) release of WSJT-X Version 2.1.0.
> 
> WSJT-X 2.1 is a major upgrade that introduces FT4, a new protocol for HF
> contesting.  Improvements have also been made in the following areas:
> 
>   - FT8 waveform generation using GMSK, fully backward compatible
>   - user options for low-sidelobe waterfall and spectrum display
>   - UDP messaging for inter-program communication
>   - accessibility
SNIP
> 
> Links to installation packages for Windows, Linux, and Macintosh are
> available here:
> http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
SNIP
>
> We hope you will enjoy using WSJT-X Version 2.1.0.
> 
>  -- 73, Joe, K1JT, for the WSJT Development Group

Many thanks to all the people involved in this project to provide the
new WSJT-X GA.

I successfully built the binary from source on my OpenSUSE Tumbleweed
and I'm testing the new WSJT-X, despite the almost dead band conditions.


-- 

73 de Marco, PY1ZRJ (former IK5BCU)


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Dan Malcolm
Joe, thanks to you and all the developer/contributors for this new GA
version of 2.1.0.  So far it is working just fine, and I had no problem
downloading the 64 bit version.
__
Dan - K4SHQ

-Original Message-
From: Joe Taylor [mailto:j...@princeton.edu] 
Sent: Monday, July 15, 2019 9:05 AM
To: WSJT software development 
Subject: [wsjt-devel] WSJT-X 2.1.0: GA release

The WSJT Development Group is pleased to announce the general availability
(GA) release of WSJT-X Version 2.1.0.

WSJT-X 2.1 is a major upgrade that introduces FT4, a new protocol for HF
contesting.  Improvements have also been made in the following areas:

   - FT8 waveform generation using GMSK, fully backward compatible
   - user options for low-sidelobe waterfall and spectrum display
   - UDP messaging for inter-program communication
   - accessibility

... as well as many minor enhancements and bug fixes.

We now provide a separate installation package for 64-bit Windows, offering
significant improvements in decoding speed.


A more detailed list of program changes since WSJT-X 2.0.1 can be found 
in the cumulative Release Notes:
http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt

Upgrading from earlier versions of WSJT-X should be seamless.  There is 
no need to uninstall a previous version or move any files.

Please do not continue to use any release candidate -- that is, any beta 
release with "-rc#" in the version name.

Links to installation packages for Windows, Linux, and Macintosh are 
available here:
http://physics.princeton.edu/pulsar/k1jt/wsjtx.html

You can also download the packages from our SourceForge site:
https://sourceforge.net/projects/wsjt/files/
It may take a short time for the SourceForge site to be updated.

WSJT-X is licensed under the terms of Version 3 of the GNU General 
Public License (GPL).  Development of this software is a cooperative 
project to which many amateur radio operators have contributed.  If you 
use our code, please have the courtesy to let us know about it.  If you 
find bugs or make improvements to the code, please report them to us in 
a timely fashion.

We hope you will enjoy using WSJT-X Version 2.1.0.

  -- 73, Joe, K1JT, for the WSJT Development Group


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Enrique Scheuer
It has been fixed with WSJT but still continues when you open JTDX.How to
fix it also?

de Enrique
PY2CP

Em seg, 15 de jul de 2019 às 12:05, K2DBK-WSJT 
escreveu:

> Although I didn't notice it explicitly mentioned, the issue with volume
> being set to 100% on startup in the 64-bit Windows version has been fixed
> in
> this release.
>
> Huge thank you to the development team!
>
> -Original Message-
> From: Joe Taylor 
> Sent: Monday, July 15, 2019 10:05 AM
> To: WSJT software development 
> Subject: [wsjt-devel] WSJT-X 2.1.0: GA release
>
> The WSJT Development Group is pleased to announce the general availability
> (GA) release of WSJT-X Version 2.1.0.
>
> WSJT-X 2.1 is a major upgrade that introduces FT4, a new protocol for HF
> contesting.  Improvements have also been made in the following areas:
>
>- FT8 waveform generation using GMSK, fully backward compatible
>- user options for low-sidelobe waterfall and spectrum display
>- UDP messaging for inter-program communication
>- accessibility
>
> ... as well as many minor enhancements and bug fixes.
>
> We now provide a separate installation package for 64-bit Windows, offering
> significant improvements in decoding speed.
>
>
> A more detailed list of program changes since WSJT-X 2.0.1 can be found
> in the cumulative Release Notes:
> http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt
>
> Upgrading from earlier versions of WSJT-X should be seamless.  There is
> no need to uninstall a previous version or move any files.
>
> Please do not continue to use any release candidate -- that is, any beta
> release with "-rc#" in the version name.
>
> Links to installation packages for Windows, Linux, and Macintosh are
> available here:
> http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
>
> You can also download the packages from our SourceForge site:
> https://sourceforge.net/projects/wsjt/files/
> It may take a short time for the SourceForge site to be updated.
>
> WSJT-X is licensed under the terms of Version 3 of the GNU General
> Public License (GPL).  Development of this software is a cooperative
> project to which many amateur radio operators have contributed.  If you
> use our code, please have the courtesy to let us know about it.  If you
> find bugs or make improvements to the code, please report them to us in
> a timely fashion.
>
> We hope you will enjoy using WSJT-X Version 2.1.0.
>
>   -- 73, Joe, K1JT, for the WSJT Development Group
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Saku

Saku kirjoitti 15.7.2019 klo 17.45:
F 29 users must do it with self compile from source (as I had to do 
also with rc-versions)


Compile went through ok (with many warnings).
At install phase appears error:

CMake Error at cmake_install.cmake:289 (file):
  file INSTALL cannot find
  "/home/saku/wsjtx-prefix/src/RIGCTLCOM_EXE-NOTFOUND".

How ever the most important wsjt-x itself gets installed anyway and 
seems to work ok so far.


--
Saku
OH1KH



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Saku

Joe Taylor kirjoitti 15.7.2019 klo 17.05:
The WSJT Development Group is pleased to announce the general 
availability (GA) release of WSJT-X Version 2.1.0.



Hi!

Web page says:

Install to Fedora 29 says:

Problem: conflicting requests
  - nothing provides libm.so.6(GLIBC_2.29)(64bit) needed by 
wsjtx-2.1.0-1.x86_64
  - nothing provides libreadline.so.8()(64bit) needed by 
wsjtx-2.1.0-1.x86_64

(try to add '--skip-broken' to skip uninstallable packages)

I strongly suspect that rpm is for Fedora 30

F 29 users must do it with self compile from source (as I had to do also 
with rc-versions)


--
Saku
OH1KH

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread K2DBK-WSJT
Although I didn't notice it explicitly mentioned, the issue with volume
being set to 100% on startup in the 64-bit Windows version has been fixed in
this release.

Huge thank you to the development team!

-Original Message-
From: Joe Taylor  
Sent: Monday, July 15, 2019 10:05 AM
To: WSJT software development 
Subject: [wsjt-devel] WSJT-X 2.1.0: GA release

The WSJT Development Group is pleased to announce the general availability
(GA) release of WSJT-X Version 2.1.0.

WSJT-X 2.1 is a major upgrade that introduces FT4, a new protocol for HF
contesting.  Improvements have also been made in the following areas:

   - FT8 waveform generation using GMSK, fully backward compatible
   - user options for low-sidelobe waterfall and spectrum display
   - UDP messaging for inter-program communication
   - accessibility

... as well as many minor enhancements and bug fixes.

We now provide a separate installation package for 64-bit Windows, offering
significant improvements in decoding speed.


A more detailed list of program changes since WSJT-X 2.0.1 can be found 
in the cumulative Release Notes:
http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt

Upgrading from earlier versions of WSJT-X should be seamless.  There is 
no need to uninstall a previous version or move any files.

Please do not continue to use any release candidate -- that is, any beta 
release with "-rc#" in the version name.

Links to installation packages for Windows, Linux, and Macintosh are 
available here:
http://physics.princeton.edu/pulsar/k1jt/wsjtx.html

You can also download the packages from our SourceForge site:
https://sourceforge.net/projects/wsjt/files/
It may take a short time for the SourceForge site to be updated.

WSJT-X is licensed under the terms of Version 3 of the GNU General 
Public License (GPL).  Development of this software is a cooperative 
project to which many amateur radio operators have contributed.  If you 
use our code, please have the courtesy to let us know about it.  If you 
find bugs or make improvements to the code, please report them to us in 
a timely fashion.

We hope you will enjoy using WSJT-X Version 2.1.0.

  -- 73, Joe, K1JT, for the WSJT Development Group


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] WSJT-X 2.1.0: GA release

2019-07-15 Thread Joe Taylor
The WSJT Development Group is pleased to announce the general 
availability (GA) release of WSJT-X Version 2.1.0.


WSJT-X 2.1 is a major upgrade that introduces FT4, a new protocol for HF 
contesting.  Improvements have also been made in the following areas:


  - FT8 waveform generation using GMSK, fully backward compatible
  - user options for low-sidelobe waterfall and spectrum display
  - UDP messaging for inter-program communication
  - accessibility

... as well as many minor enhancements and bug fixes.

We now provide a separate installation package for 64-bit Windows, 
offering significant improvements in decoding speed.



A more detailed list of program changes since WSJT-X 2.0.1 can be found 
in the cumulative Release Notes:

http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt

Upgrading from earlier versions of WSJT-X should be seamless.  There is 
no need to uninstall a previous version or move any files.


Please do not continue to use any release candidate -- that is, any beta 
release with "-rc#" in the version name.


Links to installation packages for Windows, Linux, and Macintosh are 
available here:

http://physics.princeton.edu/pulsar/k1jt/wsjtx.html

You can also download the packages from our SourceForge site:
https://sourceforge.net/projects/wsjt/files/
It may take a short time for the SourceForge site to be updated.

WSJT-X is licensed under the terms of Version 3 of the GNU General 
Public License (GPL).  Development of this software is a cooperative 
project to which many amateur radio operators have contributed.  If you 
use our code, please have the courtesy to let us know about it.  If you 
find bugs or make improvements to the code, please report them to us in 
a timely fashion.


We hope you will enjoy using WSJT-X Version 2.1.0.

 -- 73, Joe, K1JT, for the WSJT Development Group


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel