[wsjt-devel] WSJTX V2.7 sample files error

2023-07-11 Thread Alessandro Gorobey via wsjt-devel
Hi All,

I noticed that on any OS Menu-->Help-->Download samples 
give file not found error.

I think it's enough to copy
https://sourceforge.net/projects/wsjt/files/samples/contents_2.6.json
to
https://sourceforge.net/projects/wsjt/files/samples/contents_2.7.json

Thank in advance

 -- 
73
Sandro
IW3RAB

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


[wsjt-devel] Download samples

2022-07-04 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I see that in v2.6.0-rc1 any OS Menu-->Help-->Download samples give 
error.


The cause is 
https://sourceforge.net/projects/wsjt/files/samples/contents_2.6.json 
file do not exist.


Thank in advance

--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] wsprd cli options

2022-05-01 Thread Alessandro Gorobey via wsjt-devel

Hi Jim,

this can be a start point

C:\Tools\zzloc\install\Release\bin>wsprd -h
wsprd: unknown option -- h
Usage: wsprd [options...] infile
   infile must have suffix .wav or .c2

Options:
   -a  path to writeable data files, default="."
   -B disable block demodulation - use single-symbol noncoherent demod
   -c write .c2 file at the end of the first pass
   -C maximum number of decoder cycles per bit, default 1
   -d deeper search. Slower, a few more decodes
   -e x (x is transceiver dial frequency error in Hz)
   -f x (x is transceiver dial frequency in MHz)
   -H do not use (or update) the hash table
   -J use the stack decoder instead of Fano decoder
   -m decode wspr-15 .wav file
   -o n (0<=n<=5), decoding depth for OSD, default is disabled
   -q quick mode - doesn't dig deep for weak signals
   -s single pass mode, no subtraction (same as original wsprd)
   -v verbose mode (shows dupes)
   -w wideband mode - decode signals within +/- 150 Hz of center
   -z x (x is fano metric table bias, default is 0.45)


Il 01/05/2022 13:07, Jim Lill via wsjt-devel ha scritto:


Where can I find detailed info or guidance on the use of the options, -C 
etc that can be applied to wsprd?


tnx es 73

-Jim

WA2ZKD



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


--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] Bill Somerville, G4WJS, SK

2021-12-05 Thread Alessandro Gorobey via wsjt-devel

Very sad news and a great loss.

A great teacher.

My sincerest condolences to his family and friends.


Il 04/12/2021 19:24, Joe Taylor via wsjt-devel ha scritto:
I am very sorry to convey the sad news that Bill Somerville, G4WJS, died 
suddenly and unexpectedly a few days ago.  He was only about 65 years old.


Bill was a dear friend and very close colleague, though (as is often the 
case with worldwide ham radio friendships) we had met in person only a 
few times.  In 2013 he was the first to join me in forming a core 
development group for WSJT-X, which at that time was at program version 
0.99.  Bill has been closely involved with WSJT-X and related software 
projects ever since.


Our free, open-source software could not have achieved its extensive 
worldwide popularity and influence in ham radio without Bill's essential 
contributions.  In addition to writing code for important portions of 
the Qt-based user interface for WSJT-X, Bill helped to bring the overall 
program structure more nearly up to professional standards.  Moreover, 
he devoted countless hours to program support, patiently answering 
user's questions on WSJT-related forums.


I have only started to think about the many ways in which I will miss 
Bill -- not no mention how we all will miss his immense and positive 
impact on WSJT-X and related projects.  For more than eight years Bill 
and I communicated closely and regularly on ham radio topics, sometimes 
many times per day.  Perhaps I will be able to write more about it in 
the near future.


Rest in peace, dear friend G4WJS.

 -- Joe, K1JT


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


--
73
Sandro
IW3RAB


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


[wsjt-devel] FT4 Mode character [duplicate?]

2021-04-25 Thread Alessandro Gorobey via wsjt-devel

Hi All,

in 2.4.0 rc4 manual FT4 mode character is ~ instead of +

referring to

src\doc\user_guide\en\decoder_notes.adoc


@@ -110,11 +110,11 @@ summarized in the following Table:
 .Notations used on decoded text lines
 [width="50%",cols="h,3*^",frame=topbot,options="header"]
 |===
 |Mode|Mode character|Sync character|End of line information
 |FST4| `|  | ?  aP
-|FT4 | ~|  | ?  aP
+|FT4 | +|  | ?  aP
 |FT8 | ~|  | ?  aP
 |JT4 | $| *, # | f, fN, dCN
 |JT9 | @|  |
 |JT65| #|  |
 |JT65 VHF| #| *, # | f, fN, dCN


Thank in advance
--
73
Sandro
IW3RAB


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


[wsjt-devel] WideGraph setMaximumHeight

2021-03-30 Thread Alessandro Gorobey via wsjt-devel

Hi All

i noticed that i can't expand WideGraph to 1920x1080 as there is a limit 
 of setMaximumHeight


there is a technical problem or this limit was written before the 
release of higher resolution videos?


Thank in advance

Just for the curious:
- on raspberry pi buster (/etc/debian_version=10.8) maximize button is 
active and expand Widegraph horizontali to monitor limit and verticaly 
to coded limit

- installed for test buster i686 on old pc with the same result
Seems as QT 5.11.3 32bit bug that do not disable maximize button
On windows 64 the button is grayed out.
On buster AMD64 is not drawn (QT is 5.11.3 but 64bits)


--
73
Sandro
IW3RAB


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


[wsjt-devel] WSJTX-X 2.4.0 rcX split

2021-03-30 Thread Alessandro Gorobey via wsjt-devel

Hi All

Lower left spin box in wide graph (as toltip tells me) was used for JT9 
start frequency decode in "JT9+JT65" mode.


But "JT9+JT65" mode is now removed from menu.
The split control is active in FST4* modes.
The manual has the old description, but as it is a rc it will be 
corrected in future.



Now what do split control in FST4* mode ?


Thanks in advance

--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] WSJT-X 2.4.0-rc3 Audio Issue - Issue Persists on MacOS As Well

2021-03-20 Thread Alessandro Gorobey via wsjt-devel

Hi Saku

this is not limited to MacOS
Also in other platforms (windows, linux)
Try "Halt TX" instead of press "Tune"

Il 20/03/2021 10:12, Saku ha scritto:

In addition:

A) This happens with FT8. It does not happen with FT4
B) If "tune" is not used, I.E. just band changed and double clicked CQ 
caller TX works with audio. Using "Tune" button causes bug.



Saku kirjoitti 20.3.2021 klo 8.44:

Hey !

Now when testing more carefully after reading these messages I can now 
reproduce this 100% with GA 2.3.0 but that problem has been there with 
earlier versions as well.


Fedora 32, wsjt-x self compiled, Icom7300 USB audio:

input: 
alsa_input.usb-Burr-Brown_fromTI_USB_Audio_CODEC-00.analog.stereo / Mono
output: 
alsa_output.usb-Burr-Brown_fromTI_USB_Audio_CODEC-00.analog.stereo / Mono


That means alsa plugin for pulse audio. Can be controlled by pavucontrol.
Selecting "pulse" to both input and output does not work. It has newer 
worked properly causing problems at wsjt-x close and restart.


Reproducing goes like this:

1) change band
2) press "Tune" to start auto tuning. (set auto tune at Icom setup)
3) press "Tune" again after autotuner has finished to stop TX
4) on next period that is decoded double click CQ caller's callsign

5) TX starts(PTT works), but there is no audio I.E. no power output.

6)Press "Halt TX" and "Enable TX" fast (before it is too late, must be 
at start of period) and TX starts again with audio output normally.


7) you can reproduce this right away as many times as you like by 
starting from 1)


Double click on "band activity" or "rx frequency" window does not 
matter. Same effect in both.

Cleaning windows and DX call with F4 does not matter.




--
73
Sandro
IW3RAB


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


[wsjt-devel] Duplicate Depends in deb package

2020-10-21 Thread Alessandro Gorobey via wsjt-devel

Hi All,

as already reported there is a installation problem in
wsjtx_2.3.0-rc1_armhf.deb

ar -xv wsjtx_2.3.0-rc1_armhf.deb
tar -xvf control.tar.gz

I found some typos. Referring to

git log -p CMakeLists.txt

Date:   Mon Feb 25 03:07:51 2019 +
commit c60fbc11b6598d9516d5f723d3104f0e1bd103c3
set (PROJECT_COPYRIGHT "Copyright (C) 2001-2019 by Joe Taylor, K1JT")
--> date not updated

Date:   Fri Jul 14 08:47:55 2017 +
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7871 
ab8295b8-cf94-4d9e-aec4-7959e3be5d79

${PROJECT_NAME} Version 1.8 offers nine different protocols or modes: FT8,
--> old version (do it more generic ??)

Now the my misunderstanding on the duplicate names:

"Depends: " contenents from CMakeLists.txt
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libgfortran5 (>=10), libfftw3-single3 
(>=3.3.8), libgomp1 (>=10), libqt5serialport5 (>=5.12.8), 
libqt5multimedia5-plugins (>=5.12.8), libqt5widgets5 (>=5.12.8), 
libqt5network5 (>=5.12.8), libqt5printsupport5 (>=5.12.8), 
libqt5sql5-sqlite (>=5.12.8), libusb-1.0-0 (>=1.0.23)")


libgfortran5 (>=10),
libfftw3-single3 (>=3.3.8),
libgomp1 (>=10),
libqt5serialport5 (>=5.12.8),
libqt5multimedia5-plugins (>=5.12.8),
libqt5widgets5 (>=5.12.8),
libqt5network5 (>=5.12.8),
libqt5printsupport5 (>=5.12.8),
libqt5sql5-sqlite (>=5.12.8),
libusb-1.0-0 (>=1.0.23),

Automatically added ?

libc6 (>= 2.28),
libfftw3-single3 (>= 3.3.5),
libgcc1 (>= 1:4.0),
libgfortran5 (>= 8),
libgomp1 (>= 4.9),
libqt5core5a (>= 5.8.0),
libqt5gui5 (>= 5.8.0),
libqt5multimedia5 (>= 5.6.0~beta),
libqt5network5 (>= 5.9.0~beta),
libqt5printsupport5 (>= 5.0.2),
libqt5serialport5 (>= 5.6.0),
libqt5sql5 (>= 5.10.0),
libqt5widgets5 (>= 5.11.0~rc1),
libreadline7 (>= 6.0),
libstdc++6 (>= 7),
libudev1 (>= 183),
libusb-1.0-0 (>= 2:1.0.16)


sorry if this report is a duplicate

--
73
Sandro
IW3RAB


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


[wsjt-devel] No tx after tune

2020-10-21 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I tried the following:

windows 10
wsjtx v2.3.0-rc1
radio ft857 hamlib 9600 baud and "PTT Method" CAT
mode ft8
"tx even/1st" not enabled
"Enable TX" disabled
Any band
Look a wattmeter or PSU current
See seconds on main screen

after second 01 press "tune" wait few seconds
disable tune and enable TX before second 13
Now see wattmeter.
Radio go to TX in seconds 15-28, 45-58, etc.

The cicle 15-28 do not transmit.
The following cycles are OK.

other tests with the same results:
- on lubuntu (18.04.5 LTS)
- on Rasperry PI (os 5.4.51 Aug 2020)
- connecting a loudspeaker instead of the transmitter

Please can confirm this behavior ?
Thank in advance

--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] WSJT on sourceforge

2020-06-05 Thread Alessandro Gorobey via wsjt-devel

Thanks Bill for fast reply

Il 05/06/2020 15:28, Bill Somerville ha scritto:

On 05/06/2020 14:24, Alessandro Gorobey via wsjt-devel wrote:

Hi all,

I have had many problems for a couple of days on WSJT site.

I need a little test.
Can anyone go with a web browser to

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

and select History ?

Or, from left menù scroll down to "Tags" --> "More Tags" ?

It seems that the changes of the last few months are not accessible
Even "git" does oddities

Thanks in advance

--
73
Sandro
IW3RAB


Hi Sandro,

the git repo on SourceForge is currently as at v2.1.2, it will be 
updated soon once we have resolved a couple of issues. Sorry for the 
temporary outage. Current v2.2.0 sources are available from the project 
web site and the SourceForge files area as usual.


73
Bill
G4WJS.



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


--
73
Sandro
IW3RAB


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


[wsjt-devel] WSJT on sourceforge

2020-06-05 Thread Alessandro Gorobey via wsjt-devel

Hi all,

I have had many problems for a couple of days on WSJT site.

I need a little test.
Can anyone go with a web browser to

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

and select History ?

Or, from left menù scroll down to "Tags" --> "More Tags" ?

It seems that the changes of the last few months are not accessible
Even "git" does oddities

Thanks in advance

--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] How to set up for WSJT-X development?

2020-01-21 Thread Alessandro Gorobey via wsjt-devel

Hi Paul, Bill,


Il 20/01/2020 21:23, Bill Somerville ha scritto:

On 20/01/2020 20:05, Paul Kube wrote:


$ mkdir -p ~/wsjtx-prefix/build
$ cd ~/wsjtx-prefix
$ git clone git://git.code.sf.net/p/wsjt/wsjtx
 src
$ cd ~/wsjtx-prefix/build
$ cmake -D CMAKE_PREFIX_PATH=~/hamlib-prefix ../src
$ cmake --build .
$ cmake --build . --target install


The next to last line, cmake --build ., dies with those unresolved 
symbols in HamlibTransceiver.cpp. I've taken care not to have any 
other hamlib packages installed on this machine. So it seems to me 
that something in git://git.code.sf.net/u/bsomervi/hamlib 
 or 
git://git.code.sf.net/p/wsjt/wsjtx 
 is wrong.


73, Paul K6PO


Hi Paul,

something is amiss for sure. Can you reply with the file 
~/wsjtx-prefix/build/CMakeCache.txt please? You should probably send 
that to me direct rather than via the list.


73
Bill
G4WJS.


please see https://sourceforge.net/p/wsjt/mailman/message/36884654/
Can be as my problem that Bill solve with the patch ?

--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] vfo_t conflicting declaration

2019-12-22 Thread Alessandro Gorobey via wsjt-devel

Thanks and season's greetings

Il 22/12/2019 17:43, Bill Somerville ha scritto:

On 22/12/2019 16:36, Alessandro Gorobey via wsjt-devel wrote:

Hi all,

I try to recompile wsjtx after a hamlib
git clone git://git.code.sf.net/u/bsomervi/hamlib src
git checkout integration

hamlib compile go well, but seems as vfo_t this month change type from 
int to unsigned int.

I rollback to a older version of hamlib and it work.


Hi Sandro,

this patch will fix the build:

-- Transceiver/HamlibTransceiver.hpp 
--

index bcc040d23..fcc17eeb9 100644
@@ -10,13 +10,6 @@
  #include "TransceiverFactory.hpp"
  #include "PollingTransceiver.hpp"

-extern "C"
-{
-  typedef struct rig RIG;
-  struct rig_caps;
-  typedef int vfo_t;
-}
-
  // hamlib transceiver and PTT mostly delegated directly to hamlib Rig 
class

  class HamlibTransceiver final
    : public PollingTransceiver

73
Bill
G4WJS.



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


--
73
Sandro
IW3RAB


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


[wsjt-devel] vfo_t conflicting declaration

2019-12-22 Thread Alessandro Gorobey via wsjt-devel

Hi all,

I try to recompile wsjtx after a hamlib
git clone git://git.code.sf.net/u/bsomervi/hamlib src
git checkout integration

hamlib compile go well, but seems as vfo_t this month change type from 
int to unsigned int.

I rollback to a older version of hamlib and it work.

Compiler is gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 
7.3.0 included in QT 5.12.6

cmake version 3.15.5

Is it a my misunderstanding 



[ 89%] Building CXX object CMakeFiles/wsjt_qt.dir/TraceFile.cpp.obj
[ 89%] Building CXX object CMakeFiles/wsjt_qt.dir/AudioDevice.cpp.obj
[ 89%] Building CXX object CMakeFiles/wsjt_qt.dir/Transceiver.cpp.obj
[ 89%] Building CXX object CMakeFiles/wsjt_qt.dir/TransceiverBase.cpp.obj
[ 89%] Building CXX object 
CMakeFiles/wsjt_qt.dir/EmulateSplitTransceiver.cpp.obj

[ 89%] Building CXX object CMakeFiles/wsjt_qt.dir/TransceiverFactory.cpp.obj
[ 90%] Building CXX object CMakeFiles/wsjt_qt.dir/PollingTransceiver.cpp.obj
[ 90%] Building CXX object CMakeFiles/wsjt_qt.dir/HamlibTransceiver.cpp.obj
In file included from C:\JTSDK64\zzgit64\src\TransceiverFactory.cpp:5:0:
C:\JTSDK64\zzgit64\src\HamlibTransceiver.hpp:17:15: error: conflicting 
declaration 'typedef int vfo_t'

   typedef int vfo_t;
   ^
In file included from C:\JTSDK64\zzgit64\src\HamlibTransceiver.hpp:8:0,
 from C:\JTSDK64\zzgit64\src\TransceiverFactory.cpp:5:
C:/JTSDK64/hamlib/include/hamlib/rig.h:366:22: note: previous 
declaration as 'typedef unsigned int vfo_t'

 typedef unsigned int vfo_t;
  ^
mingw32-make.exe[2]: *** [CMakeFiles\wsjt_qt.dir\build.make:457: 
CMakeFiles/wsjt_qt.dir/TransceiverFactory.cpp.obj] Error 1

mingw32-make.exe[2]: *** Waiting for unfinished jobs
In file included from C:\JTSDK64\zzgit64\src\HamlibTransceiver.cpp:1:0:
C:\JTSDK64\zzgit64\src\HamlibTransceiver.hpp:17:15: error: conflicting 
declaration 'typedef int vfo_t'

   typedef int vfo_t;
   ^
In file included from C:\JTSDK64\zzgit64\src\HamlibTransceiver.hpp:8:0,
 from C:\JTSDK64\zzgit64\src\HamlibTransceiver.cpp:1:
C:/JTSDK64/hamlib/include/hamlib/rig.h:366:22: note: previous 
declaration as 'typedef unsigned int vfo_t'

 typedef unsigned int vfo_t;
  ^
mingw32-make.exe[2]: *** [CMakeFiles\wsjt_qt.dir\build.make:487: 
CMakeFiles/wsjt_qt.dir/HamlibTransceiver.cpp.obj] Error 1
mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:304: 
CMakeFiles/wsjt_qt.dir/all] Error 2

mingw32-make.exe: *** [Makefile:151: all] Error 2

C:\JTSDK64>
--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] 64 bit raspbian

2019-07-16 Thread Alessandro Gorobey via wsjt-devel



Il 16/07/2019 16:41, Bill Somerville ha scritto:

On 16/07/2019 15:27, Alessandro Gorobey via wsjt-devel wrote:


referring to
https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/doc/user_guide/en/install-linux.adoc 



* 64-bit: {raspbian} <--
- To install:
+
[example]
sudo dpkg -i wsjtx_{VERSION}_armhf.deb
--

I think that is a 32 bit version for raspbian, not for the 64 bits.

I am correct ?

Thanks
--
73
Sandro
IW3RAB


Hi Sandro,

you are quite correct. The ARM version of WSJT-X is 32-bit. My mistake 
as at the time it was rolled out I was working on a large commercial 
project porting software to ARM 64-bit and I had the AArch64 
architecture high on my brain stack ;)


If someone wished to run 64-bit WSJT-X on an ARM processor, including 
the Raspberry Pi models 2 and 3, they could install a 64-bit o/s that 
provides ARM support such  as OpenSUSE Linux (maybe CentOS as well) then 
build WSJT-X from sources. I would be surprised if it was not 
straightforward. Our package maintainers may already be doing so.


73
Bill
G4WJS.



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


Thank Bill

https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ :)
RAM up to 4GB
--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] ALL.TXT and DT

2019-07-10 Thread Alessandro Gorobey via wsjt-devel

Hi Claude

Il 10/07/2019 08:08, Claude Frantz ha scritto:

On 7/9/19 10:20 PM, Alessandro Gorobey via wsjt-devel wrote:

Hi Alessandro & all,


This give me a peek around 0.1 not at 0.2 or more as expected.


Cannot understand as the DT is not centered on 0.2 as configured by 
default. See also sbTxDelay or txDelay_ variables.


Some time ago, I have also analysed the dT in the ALL.TXT file available 
here. I have found that dT is spreading over a rather large range. I'm 
suspecting the time difference at the TX side. It seems difficult to me 
to get a valuable result when we are not sure about the clock time 
offset at the TX side. But I'm aware about such situations of stations 
having no access to NTP servers available via Internet and having no 
view to the GPS satellites on the sky.


Best wishes,
Claude (DJ0OT)


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


See the complete list.

 84 -2.6
358 -2.5
484 -2.4
689 -2.3
697 -2.2
745 -2.1
957 -2.0
   1089 -1.9
   1324 -1.8
   1984 -1.7
   1670 -1.6
   2342 -1.5
   2492 -1.4
   3211 -1.3
   3417 -1.2
   4180 -1.1
   3940 -1.0
   5692 -0.9
   5809 -0.8
   7728 -0.7
   9415 -0.6
  10542 -0.5
  13313 -0.4
  16610 -0.3
  31296 -0.2
  57826 -0.1
  97438  0.0
 572250  0.1
 212942  0.2
  94977  0.3
  54855  0.4
  40266  0.5
  28636  0.6
  21884  0.7
  19747  0.8
  16941  0.9
  14093  1.0
  12092  1.1
  10942  1.2
   8675  1.3
   7452  1.4
   5846  1.5
   4878  1.6
   4470  1.7
   4291  1.8
   3345  1.9
   3528  2.0
   3110  2.1
   1988  2.2
   1933  2.3
   1751  2.4
552  2.5

OK, there is a lot that have poor time sync, but the question whose as 
the maximum is not centered at 0.2 as the default delay from TX and 
start of audio


Thanks,
--
73
Sandro
IW3RAB


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


[wsjt-devel] ALL.TXT and DT

2019-07-09 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I found several message on DT and ALL.TXT

I try to analyze ALL.TXT of a couple of months:
awk '{ if ($3=="Rx") printf "% .1f\n", $6+0.0}' ALL.TXT | sort -n | uniq 
-c > dt.dat


DT can be '0.0' or '-0.0' by fortran round so the trick '$6+0.0'
the graph dt.png is by gnuplot.

This give me a peek around 0.1 not at 0.2 or more as expected.
See only this data:
  57826 -0.1
  97438  0.0
 572250  0.1
 212942  0.2
  94977  0.3

My clock is in 5 mS range and is in this range all days by ntp as in 
example.png


I have no subtract some mS for the travel at light speed from transmitter.

Cannot understand as the DT is not centered on 0.2 as configured by 
default. See also sbTxDelay or txDelay_ variables.



--
73
Sandro
IW3RAB
___
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-rc6

2019-06-02 Thread Alessandro Gorobey via wsjt-devel



Il 03/06/2019 00:10, Bill Somerville ha scritto:

Hi Mike,

it will help but it is not a viable workaround.

If you can reproduce the issue and have a build area, can you try the 
patch I just asked Christoph to test please? The wsjtx-2.1.0-rc6 tag is 
in the SF repo.


73
Bill
G4WJS.

On 02/06/2019 23:06, Black Michael via wsjt-devel wrote:
Can you see if renaming the wsjtx_log.adi file in the original config 
solves problem?


Mike



On Sunday, June 2, 2019, 4:05:55 PM CDT, Christoph Berg  
wrote:



Re: To WSJT software development 2019-06-02 
<20190602205424.ga3...@msg.df7cb.de 
>
> Re: Joe Taylor 2019-06-02 
<93dbfb69-b762-58fa-5e4e-0094419b1...@princeton.edu 
>

> >  - OK/Cancel buttons on Log QSO window maintain fixed positions
>
> Thanks :)
>
> > Release candidate WSJT-X 2.1.0-rc6 will be available for beta-testing
>
> It's segfaulting for me (amd64 Debian buster, Debian packaging):

It's not segfaulting immediately on startup with "-r test" (haven't
done any further testing yet). Config that causes the immediate
segfault attached.


Christoph





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



Thanks Bill,

now rc6 read my rc5 configuration file.

windows 10
qt 5.12.3 64 bits

--
73
Sandro
IW3RAB


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


[wsjt-devel] wsjtx MainWindow::write_all(QString txRx, QString message)

2019-04-23 Thread Alessandro Gorobey via wsjt-devel

Hi All,

waiting for 2.1 source code release (where I hope the problem is 
corrected) found a simple patch for old "LONG" modes


// nice idea new all.txt
// aligned text with time and frequency every line
// but some problems with 1 minute modes (JT9 JT65 JT9+JT65) :
// - lost character from message
// - misalignement with m_mode lenght .GT. 6
// - m_fileDateTime can be 11 or 13 character
void MainWindow::write_all(QString txRx, QString message)
{
  QString line;
  QString t;
  QString msg;
  QString mode;
  if (message[4]==' ') {  //in JT9 and JT65 no seconds. hhmm vs hhmmss
msg=message.mid(4,-1);
  } else {
msg=message.mid(6,-1);
  }
// check simbol for mode - note that JT9+JT65 is longer than 6 char
// so in rx @/# are written as single mode, not composite mode
// confused as FT8 and FT4 have some simbol '~' (see image in pdf)
  if (message[19]=='#') {
  mode="JT65  ";
  } else if (message[19]=='@') {
  mode="JT9   ";
  } else {
  mode=m_mode.leftJustified(6,' ');
  }
  msg=msg.mid(0,15) + msg.mid(18,-1);
  t.sprintf("%5d",ui->TxFreqSpinBox->value());
  if(txRx=="Tx") msg="   0  0.0" + t + " " + message;
  auto time = QDateTime::currentDateTimeUtc ();
  time = time.addSecs (-(time.time ().second () % m_TRperiod));
  t.sprintf("%10.3f ",m_freqNominal/1.e6);
  if(m_diskData) {
  if (m_fileDateTime.size()==11) {   //have no seconds
line=m_fileDateTime + "  " + t + txRx + " " + mode + msg;
} else {
  line=m_fileDateTime + t + txRx + " " + mode + msg;
}
  } else {
line=time.toString("yyMMdd_hhmmss") + t + txRx + " " + mode + msg;
  }

  QString file_name="ALL.TXT";
  if(m_mode=="WSPR") file_name="ALL_WSPR.TXT";
  QFile f{m_config.writeable_data_dir().absoluteFilePath(file_name)};
  if(f.open(QIODevice::WriteOnly | QIODevice::Text | QIODevice::Append)) {
QTextStream out();
out << line << endl;
f.close();
  } else {
auto const& message2 = tr ("Cannot open \"%1\" for append: %2")
.arg (f.fileName ()).arg (f.errorString ());
QTimer::singleShot (0, [=] {   // don't block guiUpdate
  MessageBox::warning_message(this, tr ("Log File Error"), 
message2); });

  }
}

Thank in advance

--
73
Sandro
IW3RAB


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


[wsjt-devel] why 7075

2019-04-03 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I try to debug a strange program operation on first start up after OS boot.

windows 10 ver 1809
hamlib as git clone git://git.code.sf.net/u/bsomervi/hamlib 
u-bsomervi-hamlib (integration branch)

Radio is FT857 via hamlib
wsjt-x 2.0.1

The question is why the radio go to 7075 Khz, not the frequency on the 
radio.


The 7075 is not in any listed frequency and the "Monitor return to last 
used frequency" is not selected.


For example:
- turn on radio (is on 3573 for yesterday)
- Boot computer, login and run WSJTX fron icon on desktop
- Radio switch to 7075

Obviously this doesn't happen every night when I get home

CAT is fully working and there is no RF returns as on turn on there is 
only reception.


Happens to someone else ???

Thanks

--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] hamlib for dummies

2019-01-20 Thread Alessandro Gorobey via wsjt-devel



Il 19/01/2019 22:41, Bill Somerville ha scritto:

On 19/01/2019 21:10, Alessandro Gorobey via wsjt-devel wrote:

I would like help to understand the USB libraries in hamlib
System windows 10 (under linux no problem)
QT 5.5 from JTSDK v2 or QT 5.12 from site qt.io


Hi Sandro,

the current WSJT-X git master branch is not yet ready for Qt v5.12 which 
requires 64-bit tools and libraries.

Yes, I work in a separate JTSDK64 with 64-bit libraries.
Is unwanted for the project as broke 32-bit and old system 
compatibility. But work well with standard git.
For the Qt v5.5 build there is a missing -Lpath option in the Hamlib 
configure setup, that path would set the location of the Hamlib DLL 
import library. Perhaps this is an issue with the JTSDK.

Thank, I'll try.


73
Bill
G4WJS.

OOT: QT5.12 LTS add thickness, northwest lights and shadows to all 
controls, as in example.


Thanks Bill for the quick answer
Thanks to all the Team for the wonderful project

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


[wsjt-devel] hamlib for dummies

2019-01-19 Thread Alessandro Gorobey via wsjt-devel



Hi All,

I would like help to understand the USB libraries in hamlib
System windows 10 (under linux no problem)
QT 5.5 from JTSDK v2 or QT 5.12 from site qt.io


===from config.log
configure:17679: checking for libusb_init in -lusb-1.0
configure:17704: C:/JTSDK/qt55/Tools/mingw492_32/bin/gcc.exe -o 
conftest.exe -g -O2 -fdata-sections -ffunction-sections 
-Wl,--gc-sections conftest.c -lusb-1.0   >&5
c:/JTSDK/qt55/Tools/mingw492_32/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: 
cannot find -lusb-1.0

collect2.exe: error: ld returned 1 exit status
configure:17704: $? = 1
...
configure:17713: result: no
configure:17718: WARNING: libusb_init was not found in libusb-1.0--USB 
backends will be disabled

configure:17731: checking libusb.h usability
configure:17731: C:/JTSDK/qt55/Tools/mingw492_32/bin/gcc.exe -c -g -O2 
-fdata-sections -ffunction-sections   conftest.c >&5

conftest.c:116:20: fatal error: libusb.h: No such file or directory
 #include 
^
compilation terminated.
configure:17731: $? = 1

configure:17731: result: no
configure:17731: checking for libusb.h
configure:17731: result: no
configure:17731: checking libusb-1.0/libusb.h usability
configure:17731: C:/JTSDK/qt55/Tools/mingw492_32/bin/gcc.exe -c -g -O2 
-fdata-sections -ffunction-sections   conftest.c >&5
conftest.c:116:31: fatal error: libusb-1.0/libusb.h: No such file or 
directory

 #include 
   ^
compilation terminated.
configure:17731: $? = 1
---and near EOF:
#define HAVE_LIBUSB 1

configure: exit 0
end of file

referring to https://libusb.info/ and READMEtxt in the downlod file
https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.7z
I add the files and the hamlib configure find libusb.

But now cmake search for libusb-1.0.dll

===from cmake log on video
warning: cannot resolve item 'libusb-1.0.dll'

  possible problems:
need more directories?
need to use InstallRequiredSystemLibraries?
run in install tree instead of build tree?

-- warning: gp_resolved_file_type non-absolute file 'libusb-1.0.dll' 
returning type 'other' -- possibly incorrect

--
warning: cannot resolve item 'libusb-1.0.dll'

  possible problems:
need more directories?
need to use InstallRequiredSystemLibraries?
run in install tree instead of build tree?

warning: target 'libusb-1.0.dll' is not absolute...
warning: target 'libusb-1.0.dll' does not exist...
CMake Error at 
C:/JTSDK64/zzloc64/src/CMake/Modules/GetPrerequisites.cmake:800 (message):

  C:/Qt/Tools/mingw730_64/bin/objdump.exe failed: 1

  C:/Qt/Tools/mingw730_64/bin/objdump.exe: 'libusb-1.0.dll': No such file

Call Stack (most recent call first):
  C:/JTSDK64/zzloc64/src/CMake/Modules/GetPrerequisites.cmake:925 
(get_prerequisites)
  C:/JTSDK64/zzloc64/src/CMake/Modules/BundleUtilities.cmake:584 
(get_prerequisites)
  C:/JTSDK64/zzloc64/src/CMake/Modules/BundleUtilities.cmake:804 
(get_bundle_keys)

  cmake_install.cmake:254 (fixup_bundle)


mingw32-make.exe: *** [Makefile:139: install] Error 1
===

So I added to the path usblib and cmake is happy.
WSJTX is compiled and working with QT 5.5 and QT 5.12
Now the quesion:

as hamlib are compiled as static why libusb is not linked and external 
lib is needed?


Thank in advance



--
73
Sandro
IW3RAB


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


[wsjt-devel] LOG QSO Power

2018-12-14 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I have seen in last period several messages, also in other forums on 
this argument.


It refer to a ADIF (http://www.adif.org) field defined as numeric.

"TX_PWR Number 	 the logging station's power in Watts with a value 
greater than 0"


"Number N a sequence of one or more Digits representing a decimal 
number, optionally preceded by a minus sign (ASCII code 45) and 
optionally including a single decimal point  (ASCII  code 46) "


WSJT-X accept also unwanted characters.

It is possible (YES) filter the input ?

For example:

20W ---> is invalid
20 > is numeric and valid
2,5 > is numeric but comma separator is not accepted by ADIF
2.5 > OK this ADIF like
500 mw ---> is invalid
0.5W ---> is invalid
0.5 ---> OK this is accepted

Thanks in advance

--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] Previously saved Wave files no longer processing with rc4 & rc5

2018-12-05 Thread Alessandro Gorobey via wsjt-devel

Hi Joe,

perfectly understood.

But the sample downloaded in help-->Download samples.. are to be updated
C:\Users\Sandro\AppData\Local\WSJT-X\save\samples\MSK144
C:\Users\Sandro\AppData\Local\WSJT-X\save\samples\FT8

Compliments for the big work

Il 05/12/2018 00:31, Joe Taylor ha scritto:

Hi Laurie,

Probably you figured this out, already.  Any revision later than 2.0-rc3 
cannot decode the old FT8 protocol.  It's an inevitable consequence of 
the forced shift to a better protocol.


 -- Joe, K1JT

On 12/4/2018 17:09, Laurie, VK3AMA wrote:
Since rc4, opening previously saved wave files are no longer showing 
decodes. There is a brief change in the Decode button color, but no 
decodes shown. Same wave files work with rc3.


I have many previously recorded wave files I use for testing purposes 
that no longer produce decodes under rc4 & rc5.


Is this a defect?

de Laurie VK3AMA



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


--
73
Sandro
IW3RAB


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


Re: [wsjt-devel] v2.0.0-rc5 - JT65 has disappeared

2018-11-30 Thread Alessandro Gorobey via wsjt-devel

Hi Joe,

I have similar problem switching from FT8 to JT9

- frequency 14.078 (registered in frequency table)
- switch from FT8 to JT9
- VHF/UHF functions are disabled
- standard message is "CQ IW3RAB JN65"

RX seem to be JT9, TX is fixed to FT8

Thank in advance

exceptional work

I hope the transition period for additional bits will last as little as 
possible



Il 29/11/2018 22:36, Martin Davies G0HDB ha scritto:

On 29 Nov 2018 at 16:06, Joe Taylor wrote:


Hi Martin,

Thanks for your report.  This bug was identified and fixed several days
ago.  It will not be present in the GA release.

The workaround in the RC5 release is simple.  Switch to JT9+JT65 mode,
toggle the button above "Hold Tx Freq" to show "Tx JT65 #", then return
to JT65 mode.

-- 73, Joe, K1JT


Hi Joe, many thanks.  Glad to hear the bug has already been fixed.

I'm looking forward to the GA release after which there'll (hopefully!) be more 
stations than at
present using 77-bit FT8!

On a largely unrelated topic, here's a few suggestions for incorporation into 
the GUI at some
point in time (not necessarily for the upcoming GA release)...

1.  It would be useful to be able to bring up the 'Configurations' menu without 
having to
 enable all the menu options by ticking the 'Menus' box.  It would make 
switching
 between different configurations slightly easier and quicker.

2.  It would be useful to have a keyboard shortcut, for example Alt-A, for 
adding a DX
 call and their grid to the database.  There's already a shortcut (Ctrl-L) 
for looking up a
 callsign, so why not have one for adding a callsign?

3.  When operating in DXpedition 'Hound' mode, it might be helpful if the 
frequency scale
 across the top of the Wide Graph windows was colour-coded red below 1000Hz 
and
 green above 1000Hz.  It might make it a bit more obvious to users that 
they shouldn't
 be calling the Fox below 1000Hz.

My thanks go to you, Bill and everyone else in the development team for all 
your hard work
and dedication to evolving and improving the software - your efforts have 
transformed
operating for many, many amateurs around the world.

--
73, Martin G0HDB


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



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



--
73
Sandro
IW3RAB


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


[wsjt-devel] SIGSEGV on RC2

2018-10-07 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I found several command that cause a "Program received signal SIGSEGV, 
Segmentation fault.", but it can be caused by work in progress.


(JTSDK-QT 5.5 ) C:\JTSDK\zzloc\install\Debug\bin)ft8code -t
MessageDecoded  Err? Type

At line 1 of file C:\JTSDK\zzloc\src\lib\ft8\genft8.f90
Fortran runtime error: Actual string length is shorter than the declared 
one for dummy argument 'msg37' (0/37)


(JTSDK-QT 5.5 ) C:\JTSDK\zzloc\install\Debug\bin)msk144code -t
 Message DecodedErr? Type
--
**.                    
      *  0:

At line 39 of file C:\JTSDK\zzloc\src\lib\msk144code.f90
Fortran runtime error: Index '65537' of dimension 1 of array 'testmsg' 
above upper bound of 75


I try to switch to MKS144 mode, in a new enviroment (wsjtx -r ZZ)
Seem that I cannot switch to that mode without a crash.

The most strange error is gdb error.
Windows 10 1803 build SO 17134.285
QT 5.5 from JTSDK
Programs compiled from source in debug mode


(JTSDK-QT 5.5 ) C:\JTSDK\zzloc\install\Debug\bin)gdb --args 
C:/JTSDK/zzloc/install/Debug/bin/wsjtx -r ZZ

GNU gdb (GDB) 7.8.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from C:/JTSDK/zzloc/install/Debug/bin/wsjtx...done.
(gdb) run
Starting program: C:\JTSDK\zzloc\install\Debug\bin\wsjtx.exe -r ZZ
[New Thread 4860.0x1eb8]
[New Thread 4860.0x20b8]
[New Thread 4860.0x214c]
[New Thread 4860.0x1c64]
[New Thread 4860.0x1e3c]
[New Thread 4860.0x27ac]
[New Thread 4860.0x16f4]
[New Thread 4860.0x1780]
[New Thread 4860.0x1a64]
[New Thread 4860.0x598]
[New Thread 4860.0x1954]
[New Thread 4860.0x2250]
[New Thread 4860.0x1738]
[New Thread 4860.0x3c0]
[New Thread 4860.0x1a44]
[New Thread 4860.0x1ed4]
[New Thread 4860.0x18b4]
[New Thread 4860.0x1e4c]
[New Thread 4860.0x938]
[Thread 4860.0x1a64 exited with code 0]
[Thread 4860.0x598 exited with code 0]
[New Thread 4860.0x5d0]
[New Thread 4860.0x1180]
[New Thread 4860.0x26a4]
[New Thread 4860.0x1d4]
[Thread 4860.0x214c exited with code 0]
[Thread 4860.0x1c64 exited with code 0]
[Thread 4860.0x20b8 exited with code 0]
[Thread 4860.0x1ed4 exited with code 0]

Program received signal SIGSEGV, Segmentation fault.
0x004fa009 in msk40decodeframe (c=..., mycall=..., hiscall=..., 
xsnr=-4.50094604, bswl=.TRUE.,
nhasharray=0x5d1f440>, recent_calls=
../../../../src/gdb-7.8.1/gdb/utils.c:1062: internal-error: virtual 
memory exhausted.

A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) n

This is a bug, please report it.  For instructions, see:
.


../../../../src/gdb-7.8.1/gdb/utils.c:1062: internal-error: virtual 
memory exhausted.

A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) n
Command aborted.
(gdb)



--
73
Sandro
IW3RAB


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


[wsjt-devel] Using Multiple configuration

2018-09-23 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I run the calibration cycle on my radio without problems, but using 
multiple configuration only the my "FREQ-CAL" is updated.


I can import/export single or multiple frequencies, but not the 
calibration data.


I stopped the program and edit the ini file with a text editor.

Old fmt version included in wspr write a fcal.out file with the two 
values needed.


Can be a idea?

--
73
Sandro
IW3RAB


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


[wsjt-devel] WSJTX V2 sample files

2018-09-23 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I noticed that if I try to download the sample files I get an error.
I think it's enough to copy
https://sourceforge.net/projects/wsjt/files/samples/contents_1.9.json
to
https://sourceforge.net/projects/wsjt/files/samples/contents_2.0.json

--
73
Sandro
IW3RAB


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


[wsjt-devel] mainwindow.h

2018-08-24 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I noticed that in mainwindow.h (current git HEAD)
#include "commons.h"
is in line 26 and line 36.
Thereis specific reason or is a typo?

Thanks

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjtx not close on exit

2018-08-17 Thread Alessandro Gorobey via wsjt-devel

Hi Bill,
thank for idea.

Note that visible windows are closed, but the wsjtx.exe is still active 
on 100% of one cpu core. JT9.exe is closed. After kill the lock file is 
not removed.

eventvwr.msc not help. Next step I try gdb.


Il 18/08/2018 00:18, Bill Somerville ha scritto:

On 17/08/2018 21:54, Alessandro Gorobey via wsjt-devel wrote:
If I close wsjtx it continue to work in background as you can see on 
image.


Any idea as to investigate on the problem?

Thank in advance

--
73
Sandro
IW3RAB


Hi Sandro,

if the WSJT-X UI is still responsive when this happens and decoding 
continues then it is likely that something is going wrong in one of the 
application background threads. There are threads launched for CAT 
control and audio. The audio thread is involved in decoding so that is 
probably not the culprit. There are also threads related to network 
activity like posting spots to PSKReporter and that may be where the 
issue lies. The next time it happens check if spots are still being 
delivered PSKReporter. The networking threads also service the UDP 
message protocol so if you use JTAlert then also check if decodes are 
still being delivered to it as well.


73
Bill
G4WJS.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



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



--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] TX5T in DXpedition Mode

2018-08-17 Thread Alessandro Gorobey via wsjt-devel

Hi Bill,

your work is excellent.

GIT is very powerful, and all operations is very fast (some very dangerous).

Perfectly agree that the old map65 is not converted to git, but some 
hours of my holidays are dedicate to reorder my computers.



Il 17/08/2018 21:43, Bill Somerville ha scritto:

On 17/08/2018 20:30, Alessandro Gorobey via wsjt-devel wrote:
Note that https://sourceforge.net/p/map65/code/HEAD/tree/ is not 
converted to git. 


Hi Sandro,

I am not sure that the separate Source Forge MAP65 project is current, 
the last commit to it was back in 2012. The MAP65 code that was in the 
WSJT Source Forge svn repository has been moved to git, it is here:


https://sourceforge.net/p/wsjt/map65/ci/master/tree/

and has been relatively recently active with the last code changes 
committed in 2017 by Joe, K1JT.


Where multiple applications were in the the single WSJT svn repository, 
they have now been migrated to separate git repositories, all under the 
Source Forge WSJT project. See the "Git" drop down menu here:


https://sourceforge.net/projects/wsjt/

The original svn repository is still there:

https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/

but it is unlikely that any new commits will be made to it.

73
Bill
G4WJS.


-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] TX5T in DXpedition Mode

2018-08-17 Thread Alessandro Gorobey via wsjt-devel

Hi All

YES, I switch to git.

Git is a lot different from SVN or must be understanding

I manually git all the repository and compile.

Note that  https://sourceforge.net/p/map65/code/HEAD/tree/ is not 
converted to git.



Il 17/08/2018 20:39, Jim Nuytens ha scritto:

How does one switch to GIT? My JTSDK is still pointing to SVN/Sourceforge.


On 8/17/2018 12:28, Neil Zampella wrote:


Many people build their own version, if you build WSJT-X right now, 
you'll get 1.9.2.


The only difference (as I understand it) between it, and v1.9.1 is 
that the source code has been moved to use GIT, rather than Subversion 
as the version control system.


Neil, KN3ILZ




---
This email has been checked for viruses by AVG.
https://www.avg.com


-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Git lost commits

2018-07-10 Thread Alessandro Gorobey via wsjt-devel

Thanks Bill,

good lesson

Il 10/07/2018 21:10, Bill Somerville ha scritto:

On 10/07/2018 19:50, Alessandro Gorobey via wsjt-devel wrote:

Hi All,

sorry for my GIT misunderstanding.

In June I do clone and checkout from the repository and compile 
(manual) the programs. At that time the used repository is "stable"


After some time I clone and checkout in other directory.
Now "stable" is not available, but only "master".

If I diff the git log found a couple of push that cannot see in new 
directory.


67b5c80e1a1d1ceada3710184bb5d834a2583285
0344c14f99d8914d98517f6f0ece4b84232be97c

Maybe is wanted, but after a lot of test cannot pull this commits 
after a new clone.


Thank in advance

--
73
Sandro
IW3RAB


Hi Sandro,

there is no misunderstanding. We changed our workflow and decided to use 
master as the published branch, stable has been retired.


The commits you mention were withdrawn, they are not lost.

73
Bill
G4WJS.


-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Git lost commits

2018-07-10 Thread Alessandro Gorobey via wsjt-devel

Hi All,

sorry for my GIT misunderstanding.

In June I do clone and checkout from the repository and compile (manual) 
the programs. At that time the used repository is "stable"


After some time I clone and checkout in other directory.
Now "stable" is not available, but only "master".

If I diff the git log found a couple of push that cannot see in new 
directory.


67b5c80e1a1d1ceada3710184bb5d834a2583285
0344c14f99d8914d98517f6f0ece4b84232be97c

Maybe is wanted, but after a lot of test cannot pull this commits after 
a new clone.


Thank in advance

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Incorrect build location 1.10.0-rc1

2018-05-28 Thread Alessandro Gorobey via wsjt-devel

Hi Greg,

on line 135 of qtenv-build-list.cmd there is a
ECHO wsjtx_exp >> %devlist%

seems that is not correctly treated, as "svn co" go to c:\

The code in this branch was very active 3 years ago, but I am in doubt 
if it is actually usefully.


May be temporary "rem" or skip instructions refer this branch is more 
productive than correct the code.


Il 28/05/2018 20:32, Greg Beam ha scritto:

Hi Sandro,

Mike (W9MDB) reported another bug this morning which was rather important.
It has been fixed. The latest version is now 722.

If you find anything else, let me know and I'll try to get it resolved
today.

73's
Greg, KI7MT

-Original Message-
From: Alessandro Gorobey via wsjt-devel
[mailto:wsjt-devel@lists.sourceforge.net]
Sent: Monday, May 28, 2018 12:12 PM
To: wsjt-devel@lists.sourceforge.net
Cc: Alessandro Gorobey 
Subject: Re: [wsjt-devel] Incorrect build location 1.10.0-rc1

Hi Greg,

Thanks for fast corrections.



Il 28/05/2018 09:30, Greg Beam ha scritto:

Hi Charlie,

Glad you have everything sorted out.

There were a couple bugs that Sandro identified, and two more I forgot
to commit in the 720 fix. So, you may want to update again to 721.
It's nothing major, just typos on screens and such.

I believe the version issue is resolved now. Least wise, I've built
the trunk and it's displaying 1.10.0 properly. However, it's set in
Versions.cmake as a Release Candidate. Not sure if that's an oversight
or what. I guess we'll see soon enough.

JTSDK-Nix is still down hard for WSJT-X builds. With my workload (at
real
work) is intense right now. I don't know how soon I can get to fixing
JTSDK-Nix.

73's
Greg, KI7MT



-Original Message-
From: char...@sucklingfamily.free-online.co.uk
[mailto:char...@sucklingfamily.free-online.co.uk]
Sent: Monday, May 28, 2018 1:11 AM
To: WSJT software development 
Subject: Re: [wsjt-devel] Incorrect build location 1.10.0-rc1

Hi Greg

After upgrading to JTSDK release 720, the build now appears in a
correctly named folder.

Regarding yesterday's issue, I copied my locally edited files (which
were merged yesterday after using Bill's svn switch command) into the new

'trunk'

folder.  Build then went with no problems.

73

Charlie


Hi Sandro,

Thanks for the feedback. While version issue is definably a bug, I
don't think it falls into the category of critical. The version
information has no effect on WSJT-X final code whatsoever; mainly
screen displays and folder separation if enabled. From the feedback I
received, most don't use separate anyway. The line 71 issue is a bit
more important as it could limit listings, which in turn could cause
the build to fail erroneously. If I make another update, I'll fix
that one for sure.

As for the http/https situation. There were many users complaining
about https causing them any number of problems. I've had trouble
with it in the past, but none recently. Obviously, http is working,
else, we would be having a totally different conversation. However,
if credentials are being passed, https or ssh would obviously be a
better

choice.


If the http/https situation is a major concern, edit the script and
change the urls to https.

73's
Greg, KI7MT


-Original Message-
From: Alessandro Gorobey via wsjt-devel
[mailto:wsjt-devel@lists.sourceforge.net]
Sent: Sunday, May 27, 2018 5:23 PM
To: WSJT software development 
Cc: Alessandro Gorobey 
Subject: [wsjt-devel] Incorrect build location 1.10.0-rc1

Hi All,

I found some code that conflict with 2 digit in minor version

JTSDK-QT v2.0.6-0 Release 719
windows 10 home 10.0.16299.431

C:\JTSDK\scripts\qtenv-build-list.cmd
line 134 & 138 (the check of _MINOR is only on one digit, so a 1.10
cannot be listed) svn list %devurl% |grep ^wsjtx-[1-9]\.[8-9] |%sed%

"s:/*$::"

|sort |uniq  >> %devlist% svn list %garurl% |grep ^wsjtx-[1-9]\.[8-9]
|%sed%
"s:/*$::" |sort |uniq  > %garlist%

in addition, but only a typo on Line 71 (missed 't' in wsjtx) ECHO GA
and RC List ^( ^^/wsjtx/tags^/ ^)^:



C:\JTSDK\scripts\qtenv-build-wsjtx.cmd
C:\JTSDK\wsjtx\trunk\qt55\1.1.0\Release\{build, install, package} not
C:\JTSDK\wsjtx\trunk\qt55\1.10.0\Release\{build, install, package} as
expected (1.1 vs. 1.10) line 348 (the build location of 1.10 is 1.1)
cat %vfile% |grep "_MINOR" |awk "{print $3}" |cut "-c1" >mi.v & SET
/p miv=mi.v & SET /p miv=http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


-
-
 Check out the vibrant tech community on one of the world's
most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel





---

Re: [wsjt-devel] Incorrect build location 1.10.0-rc1

2018-05-28 Thread Alessandro Gorobey via wsjt-devel

Hi Greg,

Thanks for fast corrections.



Il 28/05/2018 09:30, Greg Beam ha scritto:

Hi Charlie,

Glad you have everything sorted out.

There were a couple bugs that Sandro identified, and two more I forgot to
commit in the 720 fix. So, you may want to update again to 721. It's nothing
major, just typos on screens and such.

I believe the version issue is resolved now. Least wise, I've built the
trunk and it's displaying 1.10.0 properly. However, it's set in
Versions.cmake as a Release Candidate. Not sure if that's an oversight or
what. I guess we'll see soon enough.

JTSDK-Nix is still down hard for WSJT-X builds. With my workload (at real
work) is intense right now. I don't know how soon I can get to fixing
JTSDK-Nix.

73's
Greg, KI7MT



-Original Message-
From: char...@sucklingfamily.free-online.co.uk
[mailto:char...@sucklingfamily.free-online.co.uk]
Sent: Monday, May 28, 2018 1:11 AM
To: WSJT software development 
Subject: Re: [wsjt-devel] Incorrect build location 1.10.0-rc1

Hi Greg

After upgrading to JTSDK release 720, the build now appears in a correctly
named folder.

Regarding yesterday's issue, I copied my locally edited files (which were
merged yesterday after using Bill's svn switch command) into the new 'trunk'
folder.  Build then went with no problems.

73

Charlie


Hi Sandro,

Thanks for the feedback. While version issue is definably a bug, I
don't think it falls into the category of critical. The version
information has no effect on WSJT-X final code whatsoever; mainly
screen displays and folder separation if enabled. From the feedback I
received, most don't use separate anyway. The line 71 issue is a bit
more important as it could limit listings, which in turn could cause
the build to fail erroneously. If I make another update, I'll fix that
one for sure.

As for the http/https situation. There were many users complaining
about https causing them any number of problems. I've had trouble with
it in the past, but none recently. Obviously, http is working, else,
we would be having a totally different conversation. However, if
credentials are being passed, https or ssh would obviously be a better

choice.


If the http/https situation is a major concern, edit the script and
change the urls to https.

73's
Greg, KI7MT


-Original Message-
From: Alessandro Gorobey via wsjt-devel
[mailto:wsjt-devel@lists.sourceforge.net]
Sent: Sunday, May 27, 2018 5:23 PM
To: WSJT software development 
Cc: Alessandro Gorobey 
Subject: [wsjt-devel] Incorrect build location 1.10.0-rc1

Hi All,

I found some code that conflict with 2 digit in minor version

JTSDK-QT v2.0.6-0 Release 719
windows 10 home 10.0.16299.431

C:\JTSDK\scripts\qtenv-build-list.cmd
line 134 & 138 (the check of _MINOR is only on one digit, so a 1.10
cannot be listed) svn list %devurl% |grep ^wsjtx-[1-9]\.[8-9] |%sed%

"s:/*$::"

|sort |uniq  >> %devlist% svn list %garurl% |grep ^wsjtx-[1-9]\.[8-9]
|%sed%
"s:/*$::" |sort |uniq  > %garlist%

in addition, but only a typo on Line 71 (missed 't' in wsjtx) ECHO GA
and RC List ^( ^^/wsjtx/tags^/ ^)^:



C:\JTSDK\scripts\qtenv-build-wsjtx.cmd
C:\JTSDK\wsjtx\trunk\qt55\1.1.0\Release\{build, install, package} not
C:\JTSDK\wsjtx\trunk\qt55\1.10.0\Release\{build, install, package} as
expected (1.1 vs. 1.10) line 348 (the build location of 1.10 is 1.1)
cat %vfile% |grep "_MINOR" |awk "{print $3}" |cut "-c1" >mi.v & SET /p
miv=mi.v & SET /p miv=http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
 Check out the vibrant tech community on one of the world's
most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel






--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! htt

Re: [wsjt-devel] Incorrect build location 1.10.0-rc1

2018-05-28 Thread Alessandro Gorobey via wsjt-devel

Hi Bill,

my ADSL work well, and some test are done on other lines.
Seems as in some circumstance there is a site collapsing.
https://sourceforge.net/u/bsomervi/hamlib/commit_browser
or
https://sourceforge.net/p/wsjt/wsjt/commit_browser
have to be refreshed several times to obtain a result.
If I try a download from other sides the rate is 20 Mbyte/s

Thanks for instructions

Il 28/05/2018 01:30, Bill Somerville ha scritto:

On 28/05/2018 00:22, Alessandro Gorobey via wsjt-devel wrote:

Sometimes I have problem with sourceforge svn
svn switch --relocate https:// svn://
or
svn switch --relocate http:// svn://
seem solve the problem.


Hi Sandro,

I believe SF dropped http scheme support some time back. The `svn switch 
--relocate` command is deprecated, beter to type:


svn reclocate http https

or better:

svn relocate http svn

or if already using the https scheme:

svn relocate https svn

Note the svn scheme is slightly faster than the https scheme.

73
Bill
G4WJS.


-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Incorrect build location 1.10.0-rc1

2018-05-27 Thread Alessandro Gorobey via wsjt-devel

Hi All,

I found some code that conflict with 2 digit in minor version

JTSDK-QT v2.0.6-0 Release 719
windows 10 home 10.0.16299.431

C:\JTSDK\scripts\qtenv-build-list.cmd
line 134 & 138 (the check of _MINOR is only on one digit, so a 1.10 
cannot be listed)
svn list %devurl% |grep ^wsjtx-[1-9]\.[8-9] |%sed% "s:/*$::" |sort |uniq 
>> %devlist%
svn list %garurl% |grep ^wsjtx-[1-9]\.[8-9] |%sed% "s:/*$::" |sort |uniq 
> %garlist%


in addition, but only a typo on Line 71 (missed 't' in wsjtx)
ECHO GA and RC List ^( ^^/wsjtx/tags^/ ^)^:



C:\JTSDK\scripts\qtenv-build-wsjtx.cmd
C:\JTSDK\wsjtx\trunk\qt55\1.1.0\Release\{build, install, package}
not
C:\JTSDK\wsjtx\trunk\qt55\1.10.0\Release\{build, install, package}
as expected (1.1 vs. 1.10)
line 348 (the build location of 1.10 is 1.1)
cat %vfile% |grep "_MINOR" |awk "{print $3}" |cut "-c1" >mi.v & SET /p 
miv=
sed can remove end ')', eg.:
cat Versions.cmake |grep "_MINOR" |awk "{print $3}" | 
C:\JTSDK\msys\bin\sed.exe "s:)*$::" >mi.v & SET /p miv=

Sometimes I have problem with sourceforge svn
svn switch --relocate https:// svn://
or
svn switch --relocate http:// svn://
seem solve the problem.

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Type 2 compound callsigns support

2018-04-14 Thread Alessandro Gorobey via wsjt-devel

Hi Bill,

sorry for the intrusion,

but I read some public lists with multiple "/".

Limiting to

https://lotw.arrl.org/lotw-user-activity.csv
https://sourceforge.net/p/wsjt/wsjt/8597/tree//branches/wsjtx/cty.dat

I found many "/" suffixies
/LH /LGT /QRPP /Q /R /[A-Z] .

Some are found on
https://illw.net/
http://www.arrl.org/jamboree-on-the-air-jota/
and others

Other seem to me unintelligible.

/FF is for Flora and Fauna, form feed or other ?
/AM is also for Amplitude Modulation ?

There is a comprensive list of all of them ?

Thank in advance and apologize if /OOT

--
73
Sandro
IW3RAB

Il 13/04/2018 16:28, Frode LA2RL ha scritto:

Hi Bill,

There is also /AM for Aeronautical mobile operation.

73 Frode, LA2RL

On Fri, Apr 13, 2018 at 3:55 PM, Bill Somerville > wrote:


On 12/04/2018 11:42, Игорь Ч via wsjt-devel wrote:

.
It is either lack of code or just bad example in the documentation:

"QSOs involving *Type 2* compound callsigns might look like either
of the following sequences:

CQ K1ABC/VE1 FN75"
where country is not being recognized properly for this callsign in WSJT-X 
1.9-rc3:
.
102200 21 0.0 970 ~ CQ K1ABC/VE1 FN75  !U.S.A.
.
As it is up to local authorities to grant a licence, probably some extended 
support is required in the code to recognize country properly for type 2 
compound callsigns.
.
73 Igor UA3DJY


Hi Igor,

I can resolve this situation a little better than currently but
there will always be some ambiguity, for example some callsigns like
G4W/RI9F are hard to analyse and correctly determine the effective
prefix.

As part of this I need to form a list of commonly used suffixes that
are not used to represent a DXCC entity. Currently I have:

/0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /P /QRP /FD

/A /M and /MM are ambiguous but as the UK is CEPT which recommends
using a prefix I am happy to interpret /M as meaning mobile and /MM
as meaning maritime mobile rather than operating in the UK. The same
applies to /A meaning alternative location instead of U.S.A..

*Question to all*: What other commonly used suffixes are there that
are not also used as country prefixes? Note that four character
suffixes without any digits, like /JOTA, can be ignored as they
cannot be encoded in the WSJT-X protocols.

73
Bill
G4WJS.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wsjt-devel





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



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





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Sourceforge status?

2018-03-07 Thread Alessandro Gorobey via wsjt-devel

Hi All,

seems as http is no a good protocol today.

(JTSDK-QT 5.5 ) C:\JTSDK)svn list http://svn.code.sf.net/p/wsjt/wsjt/tags
svn: E175013: Unable to connect to a repository at URL 
'http://svn.code.sf.net/p/wsjt/wsjt/tags'

svn: E175013: Access to '/p/wsjt/wsjt/tags' forbidden

But
svn list https://svn.code.sf.net/p/wsjt/wsjt/tags
or
svn list svn://svn.code.sf.net/p/wsjt/wsjt/tags
work OK

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Incorrect tooltip in configuration

2018-02-18 Thread Alessandro Gorobey via wsjt-devel

Hi All,

in release > r8447 the tooltip of
file-->settings-->advanced-->4x tone spacing
is incorrect. The file is Configuration.ui

This happened with rename of checkbox
-   
+   

The actual is:

htmlhead/bodypDecode on-the-fly 
rather than at end of Rx 
sequence./p/body/html



I think can be:

htmlhead/bodypGenerate Tx audio 
with quadruple the normal tone spacing.  Intended for special LF/MF 
transmitters that use a divide-by-4 before generating 
RF./p/body/html




--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Rare negative DT

2017-08-09 Thread Alessandro Gorobey via wsjt-devel

Hi,

working in FT8 have seen that in column DT the negative values are rare.
My computer is windows 10. I use Meinberg NTP on it and also on 
previous. Some day ago I also installed the update version.


Testing also with windows client it result synchronized as possible 
under windows. (try this from a command prompt, think work from windows 7)


w32tm /stripchart /samples:5 /period:5 /Dataonly /computer:pool.ntp.org
..
23:29:55, +00.0001406s
23:30:00, +00.0001861s
23:30:05, +00.0012455s
23:30:10, +00.0003023s
23:30:15, +00.0004848s

Now, DT is is calculated from a sum of:
TX computer time error
tx_delay (delay added by menu)
distance (about 300Km/ms)
RX computer time error

If I do the mean (sum of elements/number of elements) of groups of 
ALL.TXT lines I obtain a positive value from 0.3 to 0.4 or more


It is possible that a lot of user have not synchronized time and a lot 
of them in some direction 


As I not use external amplifiers I put tx_delay to 0 and seems no problems.

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Feature request on colors

2017-08-09 Thread Alessandro Gorobey via wsjt-devel

Hi,

my feature request is to have same background colors in "Band Activity" 
and "RxFrequency" if Setting-->General-->Show DXCC entity and worked 
before status is enabled.


It is simple to test. CTRL_O open a sample file of the JT65/JT9/FT8 
mode, select the decoder. In all that files there is a CQ.
Adjust rx frequequency to CQ with CTRL mouse clic on wide graph or 
insert the frequency in Audio RX frequency.


Now reopen the some file with "Show DXCC entity and worked before 
status" enabled or disabled.


In clog band and in OS where JTAlert not work can be a big help

Thanks,
--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] WSJT-X manual

2017-08-05 Thread Alessandro Gorobey via wsjt-devel

Hi,

in manual r8003 in section "12.2. Decoded Lines"for FT8 is missed the 
"?" simbol description
I see in ALL.TXT a lot of lines with "a1", but some also with "? a1" as 
in follow


084830 -21  0.1  939 ~  CQ DL1KSW JO30 a1
084830 -23  0.2 1013 ~  CQ DL9SUB JO53   ? a1

In the manual there is a full description of -r --rig-name option, but 
no note on -c --config


By the way referring to big success of FT8 in line 113 of main.cpp FT8 
is missed. See wsjtx --help



--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X: development branch has double line spacing of decodeds

2017-08-04 Thread Alessandro Gorobey via wsjt-devel

Sorry,

Il 04/08/2017 21:17, Wolfgang ha scritto:

Hello Alessandro,


did you read this message, before you wrote yours ? ;-)


73 de Wolfgang
OE1MWW


Friday, August 4, 2017, 8:20:08 PM, Bill wrote:

Re: [wsjt-devel] WSJT-X: development branch has double line spacing of decodeds


Hi All,



I am aware I have broken the decode prints in WSJT-X on the development
branch. I did some re-working on Linux to improve memory usage where it
works just fine. I will get Windows sorted out soon and check macOS.



Sorry for any disruption.



73
Bill
G4WJS.



--
Amateur radio is the most expensive type of free-of-charge communication!
Amateurfunk ist die teuerste Art der kostenlosen Kommunikation!



--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Blank lines in Band Activity

2017-08-04 Thread Alessandro Gorobey via wsjt-devel

Problably is my error, but I update JTSDK, and svn to r 7999
there is blank lines in Band Activity window.
Happend to others ???
ALL.TXT seem correct


 20m
184600  -1 -0.5  890 ~  PA3EEG SV5AZK +08

184600 -19  0.6  988 ~  ON7AN LZ5RO -14

184600  -4 -0.3 1522 ~  CQ DX LZ2HA KN33 ~Bulgaria
 20m
184615 -12  0.1 1792 ~  MX0SKR RW4LMR RRR

 20m
184630   5 -0.5 1037 ~  PA3EEG SV5AZK RRR

184630  -4 -0.3 1522 ~  CQ DX LZ2HA KN33 ~Bulgaria
 20m
184645 -15  0.1 1792 ~  MX0SKR RW4LMR 73

 20m
184700   6  0.1 1184 ~  PA3EEG SV5AZK 73

184700  -3 -0.3 1522 ~  CQ DX LZ2HA KN33 ~Bulgaria
 20m
184715 -19  0.6 1945 ~  ON8BB YU1RH -11

 20m
184730  -3  0.1 1184 ~  CQ SV5AZK KM46 !Dodecanese
184730  -5 -0.3 1522 ~  CQ DX LZ2HA KN33 ~Bulgaria
 20m
184745 -20  0.1 1581 ~  OZ1FHU EK6RSC RRR

 20m
184800   2  0.0 1184 ~  CQ SV5AZK KM46 !Dodecanese
 20m
184815 -20  0.6 1944 ~  ON8BB YU1RH RRR

 20m
184830 -20  0.1  470 ~  CQ LZ5RO KN12 ~Bulgaria
184830   5 -0.0 1188 ~  DH2LAB SV5AZK -16

184830  -5 -0.3 1522 ~  CQ DX LZ2HA KN33 ~Bulgaria
184830 -16  0.7 1688 ~  3W3B EA8ARI IL18

 20m
184900 -19  0.1  470 ~  CQ LZ5RO KN12 ~Bulgaria
184900   7 -0.0 1188 ~  DH2LAB SV5AZK -16

184900 -10 -0.3 1522 ~  CQ DX LZ2HA KN33 ~Bulgaria
184900 -15  0.7 1687 ~  3W3B EA8ARI IL18

73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] "S" of split

2017-07-24 Thread Alessandro Gorobey via wsjt-devel

Hi,

I have a strange GUI with the "S" of split.
The radio is FT857 and use "Fake it" with hamlib
Tested only with last week releses.

If I start program it is missed.

It appear if I change TX frequency, eg. from 700 to 701 or press F2 and 
exit without changing anything.


Is not a big problem, I only be sure is not a my error.

Thanks for the big work

--
73
Sandro
IW3RAB
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] CAT error do not select radio configuration

2017-07-20 Thread Alessandro Gorobey via wsjt-devel

Hi,

for a my error I notice that with a CAT error program go to select 
configuration, not to the radio CAT of current configuration.


Is it wanted ?

It is simple to simulate turning off radio.

Tested only with 1.8.0 and 1.7.1 > r7920



--
73
Sandro
IW3RAB
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] increasing false decodes in Version R7895

2017-07-16 Thread Alessandro Gorobey via wsjt-devel

Hi Ron,

if you use JTSDK win32

wsjtx-list -u

wsjtx-1.8 -c release -t install

after compile script show the path of destination


Il 16/07/2017 17:45, Ron Gibson ha scritto:

Does anyone know the JTSDK commands to switch to the v1.8 branch?
Ron
VE3CGR

On 7/16/2017 9:24 AM, Bill Somerville wrote:

On 16/07/2017 14:16, Steve Huston wrote:

On Sun, Jul 16, 2017 at 6:38 AM, Bill Somerville  wrote:

The v1.8 branch ^/branches/wsjtx-1.8 which currently identifies as
v1.8.0-rc2 is where your focus should be as this is where fixes for issues
in the RC1 release candidate will be placed ready for the next release
candidate and eventually the general availability release (GA).

Thanks for that, Bill; I knew the wsjtx branch was no longer suitable
for use on air, but I've been away from using svn for long enough that
I forgot about how branching is done and where I should go look for
the right place to grab updates before official packages are released.
Guess I'm too used to Mercurial now (don't ask about git :D )


Hi Steve,

If you are using raw subversion commands then:

$ svn switch ^/branches/wsjtx-1.8

will swap your workspace to the v1.8 branch and:

$ svn sw ^/branches/wsjtx

to get back to the development trunk (branch).

For JTSDK users I believe this is automated and you can switch 
branches with a canned command.


73
Bill
G4WJS.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!http://sdm.link/slashdot


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




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



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



--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] r7855 frequency update

2017-07-12 Thread Alessandro Gorobey via wsjt-devel

Hi Bill,

sorry, I not read all new code

Il 12/07/2017 22:12, Bill Somerville ha scritto:

On 12/07/2017 21:04, Alessandro Gorobey via wsjt-devel wrote:
but as I can update/reset/modify my actual frequency configurations 
without destroy all other parameters ?


Where I can find a reset/recharge button  ? 


Hi Sandro,

go to "Settings->Frequencies" and right-click the working frequencies 
table.


73
Bill
G4WJS.


-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] r7855 frequency update

2017-07-12 Thread Alessandro Gorobey via wsjt-devel

Hi,

r7855 release update FrequencyList.cpp

OK,but as I can update/reset/modify my actual frequency configurations 
without destroy all other parameters ?


Where I can find a reset/recharge button  ?

In v1.7.1 I have 4 configurations, eg. HF-ONLY, WSPR, VHF-UP ..

OOT: seem that enabling pskreporter FT8 give strange effects. Too many 
like new mode ???


--
73
Sandro
IW3RAB
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] psk reporter strange results

2017-07-08 Thread Alessandro Gorobey via wsjt-devel

Thanks Bill,

Il 08/07/2017 23:37, Bill Somerville ha scritto:

On 08/07/2017 22:31, Alessandro Gorobey via wsjt-devel wrote:

Hi Bill,

seem you have connected strange locations!

https://pskreporter.info/pskmap.html?preset=G4WJS=rx=FT8=10800=km=1=1=1=1=1=1 



click on small balloons

I'm probably crazy but I do not understand anything anymore

--
73
Sandro
IW3RAB


HI Sandro,

yes I had noticed. I don't think there is a problem with what WSJT-X 
sends to pskreporter. I'm sure Philip will have a solution or tell us 
what we are sending wrongly.


It is a shame that the callsigns do not match the country names, I could 
work DIGI DXCC in a day or so!

This mode is so fast and stable that DXCC can be fast realized


73
Bill
G4WJS.


-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] psk reporter strange results

2017-07-08 Thread Alessandro Gorobey via wsjt-devel

Hi Bill,

seem you have connected strange locations!

https://pskreporter.info/pskmap.html?preset=G4WJS=rx=FT8=10800=km=1=1=1=1=1=1

click on small balloons

I'm probably crazy but I do not understand anything anymore

--
73
Sandro
IW3RAB
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Small code misunderstanding

2017-07-08 Thread Alessandro Gorobey via wsjt-devel

Hi,

this simple patch solve the problem.

Compliments for the new mode !!

Il 05/07/2017 23:02, Alessandro Gorobey via wsjt-devel ha scritto:

Hi All,

searching for incorrect psk reporter frequency report (no audio offset) 
I see the code in decodedtext.h and decodedtext.cpp.


fixed position parameters are used, so in FT8 seems wrong results.

Line 2768 in r7782 of mainwindow.cpp
   int audioFrequency = decodedtext.frequencyOffset();
   int snr = decodedtext.snr();
   Frequency frequency = m_freqNominal + audioFrequency;

decoded in JT65:
1627 -21  0.1 1589 #  IW3RAB G0JEI -11
decoded in FT8
150215 -16 -0.0 1869 ~  IW3RAB IV3KAS 73

So, as is calculated audioFrequency ?

Thanks



--
73
Sandro
IW3RAB
Index: mainwindow.cpp
===
--- mainwindow.cpp  (revision 7812)
+++ mainwindow.cpp  (working copy)
@@ -2800,6 +2800,7 @@
   QString grid;
   decodedtext.deCallAndGrid(/*out*/deCall,grid);
   int audioFrequency = decodedtext.frequencyOffset();
+  if(m_mode=="FT8") audioFrequency=decodedtext.string().mid(16,4).toInt();  
//FT8 only
   int snr = decodedtext.snr();
   Frequency frequency = m_freqNominal + audioFrequency;
   pskSetLocal ();
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Small code misunderstanding

2017-07-05 Thread Alessandro Gorobey via wsjt-devel

Hi All,

searching for incorrect psk reporter frequency report (no audio offset) 
I see the code in decodedtext.h and decodedtext.cpp.


fixed position parameters are used, so in FT8 seems wrong results.

Line 2768 in r7782 of mainwindow.cpp
  int audioFrequency = decodedtext.frequencyOffset();
  int snr = decodedtext.snr();
  Frequency frequency = m_freqNominal + audioFrequency;

decoded in JT65:
1627 -21  0.1 1589 #  IW3RAB G0JEI -11
decoded in FT8
150215 -16 -0.0 1869 ~  IW3RAB IV3KAS 73

So, as is calculated audioFrequency ?

Thanks

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] FT8 to Pskreporter

2017-06-30 Thread Alessandro Gorobey via wsjt-devel

Hi all,

tomorrow I try RX in the new mode and seem to be simple fantastic!!
I do some local QSO for practice on autosequence.

If try to search in pskreporter all QSO in 24h on any band any callsign 
mode=FT8 it report only 1 QSO.


Is this wanted?

Thank you all for the new gift 

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Write freq changes to ALL.TXT only below 30 MHz

2017-06-26 Thread Alessandro Gorobey via wsjt-devel

Hi all,

I try RX on 6m in "JT9+JT65" mode working with:
- no VHF feature enabled
- no split enabled
- no doppler traking enabled

The decodes are good, as several stations use JT65A in Europe in this 
band and mode.


The problem is that the frequency change is logged to ALL.TXT only if it 
is less than 30 MHz.


So reading ALL.TXT I cannot separate receptions over 30MHz.

The:
if(s.frequency () < 3000u && !m_mode.startsWith ("WSPR")) {
// Write freq changes to ALL.TXT only below 30 MHz.

introduced in wsjtx_exp branch about 2 years ago with r5287, and merged 
to wsjtx some time before GA release is my misunderstanding.


In code I change 3000u to 5500u to log the frequency change, but 
it is a stupid solution.


Better idea ?

Thank in advance

--
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] sourceforge branches VS tags

2016-12-19 Thread Alessandro Gorobey



Il 19/12/2016 21:32, Bill Somerville ha scritto:

On 19/12/2016 20:22, Alessandro Gorobey wrote:

By SVN all seems work, but I notice that web interface work only on
"branches" not in "tags" in that specified directory.


Hi Sandro,

it works ok for me in Firefox but I navigated to the page rather than
pasting a link:

73
Bill
G4WJS.


Hi Bill,

the code is visible, the description fields are missed

It is strange that happens only with this directory, on various systems, 
on various internet connections.



--
73
Sandro
IW3RAB
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] sourceforge branches VS tags

2016-12-19 Thread Alessandro Gorobey
Hi All,

sorry, but I have some misunderstanding on wsjtx/Audio subdir access via 
web interface on sourceforge.

By SVN all seems work, but I notice that web interface work only on 
"branches" not in "tags" in that specified directory.

if I drag and drop to a web browser
https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/branches/wsjtx/Audio/
can see that Bill commit several fix some time ago

FileDateAuthor  Commit
  BWFFile.cpp   2016-06-10  bsomervi[r6755] Fix numerous memory 
leaks 
and uses of uninitial...
  BWFFile.hpp   2016-06-09  bsomervi[r6751] Enhanced error 
reporting 
for BWF (WAV) files

On all "tags" of 1.7 the some directory show empty fields.
https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/tags/wsjtx-1.7.0/Audio/
https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/tags/wsjtx-1.7.0-rc1/Audio/
https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/tags/wsjtx-1.7.0-rc2/Audio/
https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/tags/wsjtx-1.7.0-rc3/Audio/

This is only on the "Audio", not on other subs.

Anybody can verify if have some behavior?

Than in advance
-- 
73
Sandro
IW3RAB

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Help on Help --> download samples

2016-11-28 Thread Alessandro Gorobey
Hi Bill,

there is a misunderstanding.
The problem is in windows 10.
Linux perfectly work.

In W10 a old version r7220 compiled at october 23 also work.
The ACTUAL version in W10 give me the error.
There is also a difference in
https://sourceforge.net/projects/wsjt/files/samples/contents_1.7.json/download 
and the files present in QRA64A, but this can be wanted as current code 
adjustment.

In Windows 10, ver 1607 build 14393.447 I have only the QT 5.5 as 
provided by Windows JTSDK v2.0.5-1 Release 696.

No programs installed/removed last month, but in W10 updates can do 
strange effects..

Thanks,



Il 29/11/2016 00:15, Bill Somerville ha scritto:
> On 28/11/2016 23:05, Alessandro Gorobey wrote:
>> the installed QT is part of JTSDK, no other additional QT's are installed.
>> I'm absolute sure that download work last month. I have file dated in
>> last days of October in two profiles.
>
> Hi Sandro,
>
> to download files from an SSL secured server, which the download server
> is, requires the OpenSSL libraries to be installed. They are not part of
> Qt and if not already installed must be added to your system. Try:
>
> sudo apt install openssl
>
> 73
> Bill
> G4WJS.
>
>
> --
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

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


Re: [wsjt-devel] Help on Help --> download samples

2016-11-28 Thread Alessandro Gorobey
Hi Bill,

the installed QT is part of JTSDK, no other additional QT's are installed.
I'm absolute sure that download work last month. I have file dated in 
last days of October in two profiles.
I will investigate about my problem


Il 28/11/2016 23:26, Bill Somerville ha scritto:
> On 28/11/2016 21:31, Alessandro Gorobey wrote:
>> I notice a unexpected pop up in windows 10 if try to download samples
>> that tell me
>>
>> Network error
>> Unable to init SSL Context
>
> Hi Sandro.
>
> I believe that is due to either your Qt being built without SSL support
> or maybe you just need to install OpenSSL on your system.
>
> 73
> Bill
> G4WJS.
>
>
> --
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

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


[wsjt-devel] Help on Help --> download samples

2016-11-28 Thread Alessandro Gorobey
Hi All,

I notice a unexpected pop up in windows 10 if try to download samples 
that tell me

Network error
Unable to init SSL Context

This no happens from a Ubuntu 16.04.01 on Raspberry PI3.

If I tray with browser to access to locations as 
https://sourceforge.net/projects/wsjt/files/samples/QRA64/QRA64A/ there 
is no errors.

WSJTX r7345 JTSDK compiled in QT55
Recompiled after full remove of source, build, install and config files.

Can someone verify the same problem ?

Thank in advance

-- 
73
Sandro
IW3RAB

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


Re: [wsjt-devel] qra64code fails, asking for testing procedure recommendations

2016-11-21 Thread Alessandro Gorobey
Hi Joe,

forgive me, there is other work to do and this is the less important.

I thank you for all the lessons you have given us so far.

73
Sandro
IW3RAB

Il 21/11/2016 22:34, Joe Taylor ha scritto:
> Hi all,
>
> On 11/21/2016 3:46 PM, Alessandro Gorobey wrote:
>> Hi Claude,
>>
>> I try the some at oct 16.
>>
>> ===> Ubuntu Xenial:
>> At line 154 of file /home/sandro/jtsdk/src/wsjtx/lib/packjt.f90
>> Fortran runtime error: Substring out of bounds: lower bound (-5) of 'c'
>> is less than one
>>
>> Interesting that different OS give different messages.
>
> Up to now there has never been an "official" program qra64code.  Code
> in the repository file qra64code.f90 was simply a placeholder, waiting
> for someone to find the time to finish it and make it work.
>
> I did this task today, although with only minimal testing.  I imagine
> you will find that r7328 produces a working qra64code[.exe].
>
>   -- 73, Joe, K1JT
>
> --
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

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


Re: [wsjt-devel] qra64code fails, asking for testing procedure recommendations

2016-11-21 Thread Alessandro Gorobey
Hi Claude,

I try the some at oct 16.

===> Ubuntu Xenial:
At line 154 of file /home/sandro/jtsdk/src/wsjtx/lib/packjt.f90
Fortran runtime error: Substring out of bounds: lower bound (-5) of 'c' 
is less than one

Interesting that different OS give different messages.

-- 
73
Sandro
IW3RAB

Il 21/11/2016 08:10, Claude Frantz ha scritto:
> Hi,
>
> I'm just trying to run "./qra64code -t", but I get "Program received
> signal SIGSEGV: Segmentation fault - invalid memory reference."
>
> While tying to get more information in order to report it, I see that
> the program was not stripped but compiled without symbols. gdb says
> "Reading symbols from ./qra64code...(no debugging symbols found)".
>
> What is your recommended way in this situation ? Can I temporarily
> introduce the debugging symbols in the concerned object modules so that
> I can make a program run with gdb, giving an useful output for developers ?
>
> I'm running Fedora Linux.
>
> Best 88 de Claude (DJ0OT)
>
> --
> ___
> 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] r7303 error?

2016-11-10 Thread Alessandro Gorobey
Hi Terry,

only a personal question

In control panel, installed programs, have you something as

Microsoft Visual C++ 2010 Redistributable ...
Microsoft Visual C++ 2013 Redistributable ...


73 Sandro IW3RAB

Il 10/11/2016 18:57, Terry.w7ami ha scritto:
> The where command was unrecognized.   I have a bunch of different
> versions of mscvrt.dll on my computer.  The one in the service pack
> files is version 7.0.2600.5512.   The one in wsjtc-dev\bin is the file
> that you sent me.   Does the dll have to be registered to work?
>
> Terry
>
>
>
> On 11/10/2016 10:33 AM, Black Michael wrote:
>> You're not the first.  Seems to be an XP problem.
>>
>> If you open a command prompt and type "where msvcrt.dll" what does it
>> show?
>>
>> And if you then look at the properties in the file browser for it
>> under Details what version does it show?
>>
>> My WIndows 7 version is 7.0.7601.17744
>>
>> de Mike W9MDB
>>
>>
>>
>>
>>
>> 
>> *From:* Terry.w7ami 
>> *To:* wsjt-devel@lists.sourceforge.net
>> *Sent:* Thursday, November 10, 2016 11:18 AM
>> *Subject:* [wsjt-devel] r7303 error?
>>
>>
>>
>> I built r7303 this morning and installed on my XP machine.  I get the
>> above error when I try to run the program.   The same build works fine
>> on my Win7 machine.  I tried rebuilding the program but still see the
>> same error.   I have had no problem with previous builds.  Not sure
>> what I am doing wrong.
>>
>> Terry W7AMI
>>
>
>
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] kvasd download for wsprx

2016-11-09 Thread Alessandro Gorobey
Hi All,

doing crazy experiments on my new Raspberry Pi3 to tame audio problems, 
I have see that wsprx download kvasd

Refer to
https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/branches/wsprx/CMakeLists.txt
and go to lines 120-140

I think it's a typo

Thank in advance

-- 
73
Sandro
IW3RAB

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] README

2016-11-01 Thread Alessandro Gorobey
Hi Mike,

I perfectly understood your message, but in a so complex and continuous 
evolving project where a lot of code and ideas changed in the years.
So some can be missed

There is also a jt9.txt (see r2820 and r2678) that refer to a 
jt9- or wsjtx_changelog.txt that stuck to r3323

Several thousand use the programs with exceptional results.

Il 01/11/2016 16:17, Black Michael ha scritto:
> Noticed the README is a tad out-of-date.
> Should there just be a pointer to go read the introduction.adoc in there
> along with the other project info?
> Otherwise seems like it's just a copy/paste from the introduction to the
> README with a bit of added info.
>
> de Mike W9MDB
>

-- 
73
Sandro
IW3RAB

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] r7220 manual

2016-10-23 Thread Alessandro Gorobey

Hi All,

reading the new manual I found some typos.
I also noticed that some of the JT9 (B,C,D) modes disappear from the 
tables.


Compliments for the big work!

--
73
Sandro
IW3RAB
Index: doc/user_guide/en/controls-functions-center.adoc
===
--- doc/user_guide/en/controls-functions-center.adoc(revision 7220)
+++ doc/user_guide/en/controls-functions-center.adoc(working copy)
@@ -2,7 +2,7 @@
 
 At the center of the main window are a number of controls used when
 making QSOs.  Controls not relevant to a particular mode or submode
-may be "grayed out" (diabled) or removed from the display.
+may be "grayed out" (disabled) or removed from the display.
 
 //.Misc Controls Center
 image::misc-controls-center.png[align="center",alt="Misc Controls Center"]
Index: doc/user_guide/en/controls-functions-status-bar.adoc
===
--- doc/user_guide/en/controls-functions-status-bar.adoc(revision 7220)
+++ doc/user_guide/en/controls-functions-status-bar.adoc(working copy)
@@ -17,6 +17,6 @@
 displayed exactly as it will be decoded by receiving stations.  A
 progress bar shows the elapsed fraction of a Tx or Rx sequence.
 Finally, if the Watchdog timer was enabled on the *settings | General*
-tab, a label in the lower right-hand corner diaplays the number of
-minutes remaining before timout.
+tab, a label in the lower right-hand corner displays the number of
+minutes remaining before timeout.
 
Index: doc/user_guide/en/cooperating-programs.adoc
===
--- doc/user_guide/en/cooperating-programs.adoc (revision 7220)
+++ doc/user_guide/en/cooperating-programs.adoc (working copy)
@@ -8,7 +8,7 @@
 The information is made available in near real time on a world map,
 and also as statistical summaries of various kinds.  A number of
 options are available to the user; for example, you can request a map
-showing world-wide JT65 activity on all amateur bands over over the
+showing world-wide JT65 activity on all amateur bands over the
 past hour.  Such a map might look like this, where different colors
 represent different bands:
 
Index: doc/user_guide/en/protocols.adoc
===
--- doc/user_guide/en/protocols.adoc(revision 7220)
+++ doc/user_guide/en/protocols.adoc(working copy)
@@ -195,7 +195,7 @@
 are conveyed over the in-phase channel, odd-numbered bits on the
 quadrature channel.  Individual symbols are shaped with half-sine
 profiles, thereby ensuring a generated waveform with constant
-envelope, equivelent to a Minimum Shift Keying (MSK) waveform.  Frame
+envelope, equivalent to a Minimum Shift Keying (MSK) waveform.  Frame
 duration is 72 ms, so the effective character transmission rate for
 standard messages is up to 250 cps.
 
Index: doc/user_guide/en/support.adoc
===
--- doc/user_guide/en/support.adoc  (revision 7220)
+++ doc/user_guide/en/support.adoc  (working copy)
@@ -25,6 +25,6 @@
 Suggestions from users often result in new program features.  Good
 ideas are always welcome: if there's a feature you would like to see
 in _WSJT-X_, spell it out in as much detail as seems useful and send
-it to us at one the the email addresses given a few lines above.  Be
+it to us at one the email addresses given a few lines above.  Be
 sure to explain why you think the feature is desirable, and what sort
 of other users might find it so.
Index: doc/user_guide/en/vhf-features.adoc
===
--- doc/user_guide/en/vhf-features.adoc (revision 7220)
+++ doc/user_guide/en/vhf-features.adoc (working copy)
@@ -6,7 +6,7 @@
 - *JT9* fast modes, useful for scatter propagation on VHF bands
 
 - *QRA64*, a mode for EME using a "`Q-ary Repeat Accumulate`" code,
-a low-density partity-check (LDPC) code using a 64-character symbol
+a low-density parity-check (LDPC) code using a 64-character symbol
 alphabet
 
 - *MSK144*, a mode for meteor scatter using a binary LDPC code and
@@ -197,7 +197,7 @@
 computer make the necessary decisions automatically, based on received
 messages.
 
-For operation at 144 MHz or above you may find it it helpful to use
+For operation at 144 MHz or above you may find it helpful to use
 short-format messages for Tx3, Tx4, and Tx5.  These messages are 20 ms
 long, compared with 72 ms for full-length MSK144 messages.  Their
 information content is a 12-bit hash of the two callsigns, rather than
Index: doc/user_guide/en/wsjtx-main.adoc
===
--- doc/user_guide/en/wsjtx-main.adoc   (revision 7220)
+++ doc/user_guide/en/wsjtx-main.adoc   (working copy)
@@ -40,7 +40,7 @@
 == Installation
 
 Installation packages for released versions on Windows, Linux, and OS
-X are found 

[wsjt-devel] *code.exe auxiliary programs

2016-10-16 Thread Alessandro Gorobey
Hi All,

looking in r7185 for some command line programs I found that they work 
as expected (eg jt4code etc.), msk144code.exe is missed (but this may be 
wanted).

qra64code instead if used with not empty command line give me error.

Using qra64code.exe -t  or qra64code.exe "CQ IW3RAB JN65"

> Windows 10, QT55
  Message DecodedErr? Type 
   rc
-
ERROR: qra64_apset returned -2

Program received signal SIGSEGV: Segmentation fault - invalid memory 
reference.

Backtrace for this error:
#0  6f617f5e
#1  6f69bc5b
#2  00413c15
#3  7670d2c1

===> Ubuntu Xenial:
At line 154 of file /home/sandro/jtsdk/src/wsjtx/lib/packjt.f90
Fortran runtime error: Substring out of bounds: lower bound (-5) of 'c' 
is less than one
  Message DecodedErr? Type 
   rc
-

Can please confirm that is not my local problem?
Thank in advance

-- 
73
Sandro
IW3RAB

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Frequency error reports

2016-09-08 Thread Alessandro Gorobey

Hi All,

I noticed that many of the reports on the sites are wrong in frequency 
more than expected.


This is verified on HF band, where some errors in WSPR are near 60 Hz in 
20m (near to 1/3 of 200Hz of used band)


Also in JT65/JT9 I see similar errors comparing reports in some minute.

There are many warnings to synchronize the computer clock to improve the 
decoding of signals, but few warnings to verify your frequency.


There is a very precise calibration process described in
http://physics.princeton.edu/pulsar/k1jt/FMT_User.pdf

Only for a verify can also be used a fast/raw  method:
in WSJT-X JT65A tune the radio to WWV CHU RWM(*) minus 1 KHz
expand wide graph in bins/pix=1 ,"linear avg" and adjust start frequency 
so the 1KHz tone is visible in center of graph.


You'll be amazed how precise is this method for evaluating your 
frequency or adjust it.


In few free time I also experiment read wav files of WSJT-X by fmtest.
Can be a idea ?

(*)RWM transmit 4 KHz down from 5 10 15 MHZ
For EU users please read schedule in https://en.wikipedia.org/wiki/RWM 
as the station is "part time" for calibration.

Other users can test propagation (now that sun going to sleep period)

--
73
Sandro
IW3RAB
!---
!
! This file is part of the WSPR application, Weak Signal Propagation Reporter
!
! File Name:fmtest.f90
! Description:
!
! Copyright (C) 2001-2014 Joseph Taylor, K1JT
! License: GPL-3
!
! This program is free software; you can redistribute it and/or modify it under
! the terms of the GNU General Public License as published by the Free Software
! Foundation; either version 3 of the License, or (at your option) any later
! version.
!
! This program is distributed in the hope that it will be useful, but WITHOUT
! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
! FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
! details.
!
! You should have received a copy of the GNU General Public License along with
! this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
! Street, Fifth Floor, Boston, MA 02110-1301, USA.
!
!---
program fmtd

  use readwav
! Conduct measurements for ARRL Frequency Measuring Test, etc.
! experiment of IW3RAB for read WSJT-X wav files to see transceiver frequency 
error

!  parameter (NMAX=600*48000) !Max length of 48 kHz waveform
  parameter (NMAX=60*48000) !Max length of 48 kHz waveform
  parameter (NMAX2=NMAX/4)   !Max length at 12 kHz
  parameter (NFFT=65536)
  parameter (NH=NFFT/2)
  parameter (NQ=NFFT/4)
  
  type(wav_header) :: wav
!  integer*2 kwave(NMAX)  !Raw data samples at 48 kHz
  integer*2 iwave(NMAX2) !Downsampled data, 12 kHz
!  character arg*12   !Command-line arg
  character callsign*6
!  character cmnd*120 !Command to set rig frequency
  character cflag*1
  real x(NFFT)   !Real data for FFT
  real w(NFFT)   !Window function
  complex c(0:NH-1)  !Complex FFT result
  real s(NQ)!Power spectrum
!  integer time
! integer  soundin   !External functions
  equivalence (x,c)

!  nargs=iargc()
!  if(nargs.ne.6) then
! print*,'Usage:   fmtest  <0|1>'
! print*,'Example: fmtest 1   11500 100  30WWV'
! go to 999
!  endif
!  call getarg(1,arg)
!  read(arg,*) nkhz !Nominal frequency to be measured (kHz)
!  call getarg(2,arg)
!  read(arg,*) ncal !1=CAL, 0=to be measured
!  call getarg(3,arg)
!  read(arg,*) noffset  !Offset (Hz)
!  call getarg(4,arg)
!  read(arg,*) nrange   !Search range (Hz)
!  call getarg(5,arg)
!  read(arg,*) ntsec!Length of measurement (s)
!  call getarg(6,callsign)
nkhz=14996
ncal=1
noffset=1500
nrange=50
ntsec=50 !wav stop at 50 s
callsign='RWM'
!  open(10,file='fmt.ini',status='old',err=910)
!  read(10,'(a120)') cmnd  !Get rigctl command to set frequency
!  read(10,*) ndevin
!  close(10)
!  open(12,file='fmt.out',status='unknown')
!  open(13,file='fmt.all',status='unknown',position='append')

!  nHz=1000*nkhz - noffset
!  i1=index(cmnd,' F ')
!  write(cmnd(i1+2:),*) nHz!Insert the desired frequency
!  iret=system(cmnd)
!  if(iret.ne.0) then
! print*,'Error executing rigctl command to set frequency:'
! print*,cmnd
! go to 999
!  endif

  df=12000.d0/NFFT
  do i=1,NFFT
 w(i)=sin(i*3.14159/NFFT)
  enddo

  write(*,1000)
1000 format(  &
 '   UTC Freq CAL Offset  fMeasDFLevel   S/N  Call'/   &
 '  (kHz)  ?   (Hz)(Hz)  

Re: [wsjt-devel] WSJT-X User Guide for v1.7

2016-09-08 Thread Alessandro Gorobey
Hi Joe,

File --> Measure Reference Spectrum
is not so obvious

Also "wide graph" current, cumulative, linear avg, but "reference" ?

Exceptional work 

-- 
73
Sandro
IW3RAB

Il 08/09/2016 20:15, Charles Suckling ha scritto:
> Hi Joe
>
> One thing comes to mind - a short explanation of the parameters displayed in
> Astro. Most are obvious, but a few are perhaps not.
>
> Charlie
>
> -Original Message-
> From: Joe Taylor [mailto:j...@princeton.edu]
> Sent: 08 September 2016 18:11
> To: WSJT software development
> Subject: [wsjt-devel] WSJT-X User Guide for v1.7
>
> Hi all,
>
> I've made some progress on updating the WSJT-X User Guide for Version
> 1.7.  Intermediate results have been committed to SourceForge, and the
> updated guide (as it now stands) is posted here for user access:
>
> http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main-1.7.0-rc1.
> html
>
> Changes so far are in Sections 1 and 8.  Additional changes will be
> needed in Sections 8.3 - 8.6, Section 15, and perhaps elsewhere.
>
> Please let me know of things you think need to be added, deleted,
> improved, or ???
>
>   -- Joe, K1JT
>
> 
> --
> ___
> 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] EME 2016 Video - Joe (K1JT) Presents on WSJT-X

2016-08-23 Thread Alessandro Gorobey
Thank,

in streaming after half of JOE speaking the audio and video have a lot 
of several seconds holes and disconnections


Il 23/08/2016 17:19, KI7MT ha scritto:
> Hi Bill,
>
> Yes, Nico's presentation, which is very interesting, follows Joe's segment.
>
> 73's
> Greg, KI7MT
>
>
> On 08/23/2016 02:50 AM, Bill Somerville wrote:
>> On 23/08/2016 01:59, KI7MT wrote:
>>> Here's the UTUBE like where Joe is speaking. He starts at about T
>>> =33.00 or so.
>>>
>>> 17th International EME conference - Venice 2016 - Live stream part 4
>>> https://www.youtube.com/watch?v=4QNxcHJxHsA
>>
>> Hi Greg,
>>
>> thanks for posting that, I tried to watch the live streams but there was
>> no audio (tried Andriod phone and Safari on Mac). I will watch later, is
>> Nico's presentation there as well?
>>
>> 73
>> Bill
>> G4WJS.
>>
>
> --
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

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


[wsjt-devel] Tooltips and "cbEME" reuse

2016-08-12 Thread Alessandro Gorobey
Hi All,

I noticed that some tooltips in main windows, central lower zone are not 
correct.

This is not blocking, is only a incorrect text.

 is used for EME delay and also 
for "Auto sequence"

So text can be changed adding a line of code after QCheckBox setText

   ui->cbEME->setText("Auto Seq");
+ ui->cbEME->setToolTip (tr ("Automatic QSO Sequence"));
   if(m_TRperiodFast>0) m_TRperiod=m_TRperiodFast;
 } else {
   ui->cbEME->setText("EME delay");
+   ui->cbEME->setToolTip (tr ("Check to add 2.5 s to expected 
propagation delay."));

and reversing:

   ui->cbEME->setText("Auto Seq");
+ ui->cbEME->setToolTip (tr ("Automatic QSO Sequence"));
   if(m_TRperiodFast>0) m_TRperiod=m_TRperiodFast;
 } else {
   ui->cbEME->setText("EME delay");
+   ui->cbEME->setToolTip (tr ("Check to add 2.5 s to expected 
propagation delay."));

The  tell
Check to generate JT4 or JT65 shorthand messages.
but is valid also for JTMSK and MSK144
It is correct ?

Thank in advance

-- 
73
Sandro
IW3RAB

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] r6758 wide graph opens instead of fast graph

2016-06-11 Thread Alessandro Gorobey
Hi All,

I absolutely not want create problems,but also me appear the "MSK144 C".
This on close an reopen program.
Seem as some parameters is not restored.
Note that if I reselect MSK144 the ending " C" is clearead.
The wide graph is opened on startup also if it is closed on program exit.
The VHF and up features are enabled.

Il 11/06/2016 13:35, Steven Franke ha scritto:
> Hi Bill -
> Two more observations - it turns out that the fast graph is opening, it
> was just hidden by the wide graph. So the new behavior on OS X is that
> the fast graph and an orphan window are both opened when wsjt-x is
> started in MSK144 mode. I just tried this on linux, and the symptoms are
> different. The fast graph opens, but the orphan window is not present,
> and the red mode designator at the bottom of the window says MSK144C
> instead of MSK144 (see screenshot).
> Steve
>
>> On Jun 10, 2016, at 10:40 PM, Steven Franke > > wrote:
>>
>> Hi Bill,
>> I found another symptom. When I open wsjt-x, the wide graph appears,
>> as I stated. It turns out that there is also a small “orphan” window
>> that stays around even after I close the wide graph. The screen shot
>> shows the state of my screen just after opening wsjt-x. Note the small
>> orphan window just under the “UTC” label on the main window.
>> Steve
>>
>>
>>
>> 
>>> On Jun 10, 2016, at 10:18 PM, Steven Franke >> > wrote:
>>>
>>> Hi Bill -
>>> I experiencing some unusual behavior in r6758. When I open the app
>>> after having last used MSK144, the wide graph opens instead of the
>>> fast graph. This is after exiting the program normally with the wide
>>> graph closed and the fast graph visible.
>>>
>>> I’m also seeing different results from the MSK144 decoder
>>> (syncmsk144) when it is run from wsjt-x and when it is run from the
>>> command-line program msk144d.f90. This last is my problem - likely an
>>> array overrun, as the decoder does a bunch of array manipulations,
>>> and I have probably made a mistake somewhere.  I thought that I
>>> should mention it on the chance that it may have something to do with
>>> the first observation.
>>> Steve
>>
>> --
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>> traffic
>> patterns at an interface-level. Reveals which users, apps, and
>> protocols are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning
>> reports. 
>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>


-- 
73
Sandro
IW3RAB

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Tx & Rx audio frequency

2016-06-10 Thread Alessandro Gorobey
Hi All,

I perfectly understood that some questions are premature and OOT.
But I cannot understood 500+-1 Hz frequency difference from transmit and 
receive.

Imagine a PC with real 3 audio boards and Ubuntu Xenial. Two of them are 
connected together IN to OUT and vice versa. Two separate instance of 
program are running.

Selecting MKS144 as mode I obtain several lines with a 1000 that I 
presume the audio TX frequency

200815  Tx  1000 &  CQ IW3RAB JN65

on receive side

202705  -1  1.3 1498 & CQ IW3RAB JN65 !Italy
202715  -1  1.3 1499 & CQ IW3RAB JN65 !Italy
202725  -1  3.0 1499 & CQ IW3RAB JN65 !Italy
202735   1  2.1 1496 & CQ IW3RAB JN65 !Italy

despite the couple of Hz but the other 500 ??

Thank in advance

-- 
73
Sandro
IW3RAB

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Error on WSJT-X closing

2016-05-27 Thread Alessandro Gorobey
Hi Bill,

Il 27/05/2016 02:00, Bill Somerville ha scritto:
> On 26/05/2016 23:34, Alessandro Gorobey wrote:
>> I obtain pop up on Xenial and windows 10 (only path changes) on
>> wsjtx>r6700. Not tested on previous versions.
>>
>> Subprocess error
>> Running: /home/sandro/jtsdk/wsjtx/dev/wsjtx/install/Release/bin/jt9 -s
>> WSJT-X -w 1 -m 1 -e
>> /home/sandro/jtsdk/wsjtx/dev/wsjtx/install/Release/bin -a
>> /home/sandro/.local/share/WSJT-X -t /tmp/WSJT-X
>> Process crashed
>>
>> this happens if I ungraceful close program in JT9+JT65 mode when decode
>> is active (decode button blue colored)
>
> Hi Sandro,
>
> Thanks for reminding me to look at this, this issue should now be
> resolved @r6705.
>
> 73
> Bill
> G4WJS.
>
just a word:

compliments !!!

-- 
73
Sandro
IW3RAB

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Error on WSJT-X closing

2016-05-26 Thread Alessandro Gorobey
Hi All,

I obtain pop up on Xenial and windows 10 (only path changes) on 
wsjtx>r6700. Not tested on previous versions.

Subprocess error
Running: /home/sandro/jtsdk/wsjtx/dev/wsjtx/install/Release/bin/jt9 -s 
WSJT-X -w 1 -m 1 -e 
/home/sandro/jtsdk/wsjtx/dev/wsjtx/install/Release/bin -a 
/home/sandro/.local/share/WSJT-X -t /tmp/WSJT-X
Process crashed

this happens if I ungraceful close program in JT9+JT65 mode when decode 
is active (decode button blue colored)

BUT while in linux the lock file is cleared in windows program restart 
ask me to clear it.

Someone has similar problems occurred ?

-- 
73
Sandro
IW3RAB

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] ALL.TXT

2016-05-18 Thread Alessandro Gorobey
Hi All,

I notice that trailing spaces in file ALL.TXT have changed in time.
This is more evident in actual HF mixed mode (JT65+JT9)
Seem as JT65 message can be longer than a JT9
JT9  44 columns, 22 fixed, 22 for message
JT65 49 columns, 22 fixed, 27 for message
Is not a problem, I only ask for reason or should we expect long messages ?

Thank in advance

-- 
73
Sandro
IW3RAB

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] feature request

2016-05-10 Thread Alessandro Gorobey
Hi All,

I try to request a couple of features on WSJT-X

1) there is some tool tip with too generic "JT65 parameters". Is 
possible to modify them to explain the effective function?

2) despite the VHF/EME capabilities of WSJT-X is possible for the future 
maintain also the exceptional HF characteristic of JT9 and JT65 ?

thank in advance

-- 
73
Sandro
IW3RAB

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] configurations

2016-04-30 Thread Alessandro Gorobey
Hi Bill,

r6660 work

Thanks!!!

Il 01/05/2016 01:25, Bill Somerville ha scritto:
> On 30/04/2016 23:20, Steven Franke wrote:
>> Playing with configurations a little bit here. When I switch configurations 
>> I see a flurry of errors that look like this:
>>
>> Hamlib:  kenwood_transaction: Retrying shortly
>> Hamlib:  kenwood_transaction: Unknown command or rig busy
>>
>> followed by two of these:
>> Hamlib:  serial_setup: tcsetattr failed: Input/output error
>
> Hi Steve, Sandro & all,
>
> this defect should be repaired by r6660.
>
> 73
> Bill
> G4WJS.
>
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Help to trace

2016-04-30 Thread Alessandro Gorobey
Hi Bill,

tomorrow I try with Debug.

Seems as no serial port found after configuration switch
The pop-up "Ring Control Error"
"Do you want to reconfigure the radio interface?"
have four options:
OK --> goto configuration but no ports is listed in cat control
RETRY --> some error
SHOW DETAILS --> Hamlib error: IO error while opening connection to rig
CANCEL --> close program but EXECUTE CONFIGURATION SWITCH

run program and ring work with new configuration.
F2 --> Radio --> Serial port
list COM3 (my usb to serialconverter) and USB
All correctly work, until I try to switch to previous configuration.
The pop-up is immediate

Il 30/04/2016 23:06, Bill Somerville ha scritto:
> Hi Sandro,
>
> comments in line below.
>
> On 30/04/2016 21:46, Alessandro Gorobey wrote:
>> due errors in switch configurations I try to trace hamlib3.
>>
>> windows 10.0.10586
>> Hamlib3 is April 30 git
>> wsjtx is r6659
>>
>> I have created additional configurations and now the list is
>> Default
>> WSPR-2
>> HF-ONLY
>>
>> Try to switch between configurations ("switch to" option) cause a hamlib
>> error.
>>
>> With cmake-gui I try to enable on "Release" the hamlib trace:
>> WSJT_HAMLIB_VERBOSE_TRACE:BOOL=1
>> WSJT_TRACE_CAT:BOOL=1
>> WSJT_HAMLIB_TRACE:BOOL=1
>> WSJT_TRACE_CAT_POLLS:BOOL=1
>> WSJT_CREATE_WINMAIN:BOOL=0
> With a Release configuration you must also enable the debug printing
> with the CMake option:
>
> WSJT_QDEBUG_IN_RELEASE=1
>
> alternatively make a Debug configuration build which has the qDebug,
> qWarning etc. turned on.
>
> If you want the trace log to go to a file:
>
> WSJT_QDEBUG_TO_FILE=1
>
> The CMake options are documented, the easiest way to see this and change
> the values is to use the cmake-gui tool:
>
> $ cmake-gui 
>
>>
>> On screen I obtain only:
>> 16-04-30T19:46:04.631Z: Hamlib: serial_open: Unable to open \\.\COM1 -
>> No error
>> 16-04-30T19:46:04.858Z: Hamlib: serial_open: Unable to open \\.\COM1 -
>> Invalid argument
>> 16-04-30T19:46:08.678Z: Hamlib: serial_open: Unable to open \\.\COM1 -
>> Invalid argument
>> 16-04-30T19:46:08.708Z: Hamlib: serial_open: Unable to open \\.\COM1 -
>> Invalid argument
>> 16-04-30T19:46:09.629Z: Hamlib: serial_open: Unable to open \\.\COM1 -
>> Invalid argument
>> 16-04-30T19:46:09.661Z: Hamlib: serial_open: Unable to open \\.\COM1 -
>> Invalid argument
> I do not think the trace output will help you here. It looks like COM1
> does not exist. You can switch to a configuration then change the
> settings. Hamlib has a default for the CAT serial port of COM1 so I
> guess that you have changed the rig in WSJT-X but have not set the CAT
> serial port.
>>
>> No trace, no pool.
>> Note that COM1 is a inexistent port and in all configurations is used
>> COM3 9600 baud connected to a FT857.
>
> OK.
>
>
> 73
> Bill
> G4WJS.
>
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Help to trace

2016-04-30 Thread Alessandro Gorobey
Hi All,

due errors in switch configurations I try to trace hamlib3.

windows 10.0.10586
Hamlib3 is April 30 git
wsjtx is r6659

I have created additional configurations and now the list is
Default
WSPR-2
HF-ONLY

Try to switch between configurations ("switch to" option) cause a hamlib 
error.

With cmake-gui I try to enable on "Release" the hamlib trace:
WSJT_HAMLIB_VERBOSE_TRACE:BOOL=1
WSJT_TRACE_CAT:BOOL=1
WSJT_HAMLIB_TRACE:BOOL=1
WSJT_TRACE_CAT_POLLS:BOOL=1
WSJT_CREATE_WINMAIN:BOOL=0

On screen I obtain only:
16-04-30T19:46:04.631Z: Hamlib: serial_open: Unable to open \\.\COM1 - 
No error
16-04-30T19:46:04.858Z: Hamlib: serial_open: Unable to open \\.\COM1 - 
Invalid argument
16-04-30T19:46:08.678Z: Hamlib: serial_open: Unable to open \\.\COM1 - 
Invalid argument
16-04-30T19:46:08.708Z: Hamlib: serial_open: Unable to open \\.\COM1 - 
Invalid argument
16-04-30T19:46:09.629Z: Hamlib: serial_open: Unable to open \\.\COM1 - 
Invalid argument
16-04-30T19:46:09.661Z: Hamlib: serial_open: Unable to open \\.\COM1 - 
Invalid argument

No trace, no pool.
Note that COM1 is a inexistent port and in all configurations is used 
COM3 9600 baud connected to a FT857.

I am absolute sure that some months ago I have traced the hamlib 
protocol, but cannot reproduce the behavior.

Thank in advance

-- 
73
Sandro
IW3RAB

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Ubuntu update

2016-04-26 Thread Alessandro Gorobey
Hi Bill,

all OK in Windows and Linux also in fast modes also changing fonts
Exceptional!

A last question.
All shortcuts are documented in shortcuts.txt but not CTRL+O

   F5   Display special mouse commands
   Ctrl+O   Open data file
   F6   Open next file in directory

there only a line to add

Thanks !!


Il 26/04/2016 08:35, Bill Somerville ha scritto:
> On 26/04/2016 00:43, Alessandro Gorobey wrote:
>> Hi Bill,
>>
>> seems as dpi or some scale is not correctly calculated.
>> See images
>> For that I ask if you see that on other machines or is a my problem.
> Hi Sandro,
>
> are you sure that r6648 does not fix this issue? Remember that you must
> revert your local changes before svn will update to the latest version.
>
>  svn revert plotter.cpp
>
> 73
> Bill
> G4WJS.
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73
Sandro
IW3RAB

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Ubuntu update

2016-04-25 Thread Alessandro Gorobey
Hi Bill,

seems that also with patch the font is the some of the audio frequency 
scale on top of widegraph
In windows 10 it is smaller.
To obtain a similar size I experimentaly added couple of lines in 
plotter.cpp at about 200:

   t=QDateTime::currentDateTimeUtc().toString("hh:mm") + " " + m_rxBand;
 }
 Font.setPointSize(9);//ADDED LINE 1
 painter1.setFont(Font);  //ADDED LINE 2
 painter1.drawText(5,10,t);
   }

The doubt is if it a my local problem or you have seen this on other 
machines?

73
Sandro
IW3RAB


On 04/25/2016 04:57 PM, Bill Somerville wrote:
> On 25/04/2016 16:29, Alessandro Gorobey wrote:
>> A minimal rendering problem is present also with the new QT in printed
>> time/band on wideGraph. Character are cutted in top last line so '7'
>> seems '/'
> Hi Sandro,
>
> it would seem that the font manager has selected a taller font than 
> requested and WSJT-X does not allow for that. Try the attached patch.
>
> $ cd 
> $ patch -p1 < wf-timestamp-font.patch
>
> If it works OK I will commit the change.
>
> 73
> Bill
> G4WJS.
>
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Ubuntu update

2016-04-25 Thread Alessandro Gorobey
Hi Bill,

now work also without gem.
I think it is a mirror server delay problem.
I have the copy of old /usr/bin/asciidoctor that start with
#!/usr/bin/ruby1.9.1

Now is a generic
#!/usr/bin/ruby

Thank for fast reply

73
Sandro
IW3RAB



On 04/25/2016 04:01 PM, Bill Somerville wrote:
> On 25/04/2016 16:29, Alessandro Gorobey wrote:
>> I update my Linux to Xenial and found documentation compiling errors.
>> Seems that ruby update break asciidoctor work.
>> Reinstalling asciidoctor do not solve the problem.
>>
>> sudo gem install asciidoctor
>> sudo gem install coderay
> Hi Sandro,
>
> Ubuntu have asciidoctor packaged in their repos so you can install with
> necessary dependencies without using gem. Can you try this please:
>
> sudo gem uninstall coderay asciidoctor
> sudo apt-get install asciidoctor
>
> I suspect that somehow asciidoctor is requiring the coderay source
> highlighter even when it is not invoked in our documentation.
>
> 73
> Bill
> G4WJS.
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Ubuntu update

2016-04-25 Thread Alessandro Gorobey
Hi All,

I update my Linux to Xenial and found documentation compiling errors.
Seems that ruby update break asciidoctor work.
Reinstalling asciidoctor do not solve the problem.

sudo gem install asciidoctor
sudo gem install coderay

solve the problem.

A minimal rendering problem is present also with the new QT in printed 
time/band on wideGraph. Character are cutted in top last line so '7' 
seems '/'


-- 
73
Sandro
IW3RAB

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] jtsdk cannot find libudev, need ideas

2016-04-10 Thread Alessandro Gorobey
Hi Jeff, Bill,

some problem happen me few weeks ago

Il 09/04/2016 18:29, jeff millar ha scritto:
> Hi Bill.
>
> Installing libudev-dev did fix the problem...now talking to my IC7300.
>
> thanks for the quick help.
>
> jeff, wa1hco
>
> On Sat, Apr 9, 2016 at 12:04 PM, Bill Somerville  > wrote:
>
> On 09/04/2016 16:52, jeff millar wrote:
> > Deleted all versions of hamlib, wsjt*, and jtsdk and reinstalled jtsdk.
> >
> > Hamlib-3 with the latest IC7300 driver built ok.
> >
> > Can't find libudev when building wsjt-x...
> >Linking CXX executable wsjtx
> >[ 91%] Built target message_aggregator
> >/usr/bin/ld: cannot find -ludev
> Hi Jeff,
>
> first off, I am surprised that you are getting this error. The
> background to this is that Hamlib-3 now optionally uses the libusb-1.0
> user space USB device library and that in turn depends upon libudev. The
> reason I am surprised is that Hamlib-3 should have disabled the USB
> component unless it finds the libusb-1.0 development package installed.
>   From this I assume you do have the libusb-dev installed, you can
> confirm this by typing:
>
> dpkg --get-selections | grep libusb-dev
>
> Maybe you installed that for a another project.

Have you installed FLSDK ?
Table 2. FLDIGI Suite Dependencies
libusb-dev 0.1.12 Userspace USB programming library
Either way, you should
> be able to fix the issue by installing the libudev-dev package:
>
> sudo apt-get install libudev-dev
>
> Please let me know how it goes?
>
> 73
> Bill
> G4WJS.
>
Thank in advance
-- 
73
Sandro
IW3RAB

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301=/ca-pub-7940484522588532
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] fort.60 file grow

2016-04-03 Thread Alessandro Gorobey
Hi All,

I only advise the users that compile and use WSJT-X over r6567 that 
using JT65+JT9 a file named fort.60 grow over 6 MB/minute (GB over a day)

jt9_decode.f90 line 46
write(60) nutc, nfqso, ntol, ndepth, nmode, nsubmode, nzhsym, ss, 
id2(1:60*12000)
dump a lot of data in this file.

It is safe remove the file if not interested in math data inside.

-- 
73
Sandro
IW3RAB

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJTX Ubuntu 14.04 64bits hamlib3

2016-03-24 Thread Alessandro Gorobey
Hi Bill & Greg,

is not my intend to create panic. Is not problem for me add a lib to my 
system. Perfectly understand that USB have an overall usage in a lot of 
applications.

The message was simple to be intended as advise that a requested lib can 
be not installed as default



Il 24/03/2016 23:13, KI7MT ha scritto:
> Hi Bill,
>
> I'm not seeing this on Ubuntu 14.04 nor 16.04. The only things I'm
> seeing during the Hamlib configure phase is:
>
> -
> checking for libusb_init in -lusb-1.0... no
> configure: WARNING: libusb_init was not found in libusb-1.0--USB
> backends will be disabled
> -
>
> Then in the config summary:
> -
> Enable USB backends no
> -
>
> I don't have libudev-dev nor libusb-1.0-0-dev installed. I've not
> checked Windows lately.
>
> libusb-1/.0-0 has a udev depends:
> Depends: libc6 (>= 2.17), libudev1 (>= 183)
>
>
> 73's
> Greg, KI7MT
>
>
> On 03/24/2016 03:44 PM, Bill Somerville wrote:
>> On 24/03/2016 21:24, Alessandro Gorobey wrote:
>>> I have a lot of problems to compile WSJTX in last days.
>>> All start with update of hamlib3, that give no errors, but a lot of
>>> errors in cmake of wsjtx.
>> Hi Sandro,
>>
>> sorry about that. The Hamlib team have switched to using libusb-1.0 for
>> the USB devices which is a good thing as it is available on Windows. I
>> recently (Yesterday) pushed their updates to the integration branch in
>> my Hamlib fork. I need to adjust the INSTALL file with slightly modified
>> instructions. I am a bit surprised that Hamlib is configuring the USB
>> back ends as I did not think that it would without libusb-1.0-dev being
>> installed. I assume you have libusb-1.0-dev installed for some other
>> project. libusb-1.0 depends on libudev and because we statically link
>> all of the upstream -dev packages are needed.
>>
>> There is a problem with the configuration of WSJT-X that I am working on
>> and hope to check in a fix soon.
>>
>> BTW it is not really any use to WSJT-X to have the USB Hamlib drivers as
>> these devices do not provide conventional audio streams unless an SDR
>> program like QUISK or HDSDR is used as an intermediary and in that case
>> QUISK or HDSDR drive the SDR hardware directly.
>>
>> So overall your best option is to disable the USB back ends in Hamlib,
>> unfortunately there does not seem to be a configure option to do that. I
>> will see if I can get the Hamlib team to accept a patch to add a
>> --without-libusb configure option.
>>
>> 73
>> Bill
>> G4WJS.
>>
>> --
>> Transform Data into Opportunity.
>> Accelerate data analysis in your applications with
>> Intel Data Analytics Acceleration Library.
>> Click to learn more.
>> http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>

-- 
73
Sandro
IW3RAB

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] WSJTX Ubuntu 14.04 64bits hamlib3

2016-03-24 Thread Alessandro Gorobey
Hi all,

I have a lot of problems to compile WSJTX in last days.
All start with update of hamlib3, that give no errors, but a lot of 
errors in cmake of wsjtx.
The errors refer all to usb functions not found in libs.
Destroying and recreate build dir change errors.
After several experiments command:
sudo apt-get install libudev-dev
solve the problem and all work fine.

I'm sure that this is not the correct location for this question, but 
others have the same problem?

thank in advance and happy Easter to all

-- 
73
Sandro
IW3RAB

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JT65 decoder parameters

2016-01-03 Thread Alessandro Gorobey
Hi Bill,

Il 03/01/2016 20:24, Bill Somerville ha scritto:
> On 03/01/2016 18:58, Alessandro Gorobey wrote:
>> Now the question:
>> The decode menu (fast normal ...) have no effect on JT65 and the
>> relative parameters are now in setting -->advanced.
>> It remain valid for mode NOT jt65
>> Is this correct ?
>
> Hi Sandro,
>
> not quite. The menu setting "Decode->Include Correlation" is active for
> JT65 single mode operating, it switches on the deep search experienced
> based decoding feature that uses CALL3.TXT as a source of likely to
> active active EME callsigns. Other decoding depth settings currently
> have no effect with JT65 decoding.

Thank, now understand.
I confuse the 5 values of dec_data.params.ndepth with the 5 bits of
dec_data.params.nexp_decode

73
Sandro
IW3RAB



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


[wsjt-devel] JT65 decoder parameters

2016-01-03 Thread Alessandro Gorobey
Hi All,

I working with r6330 decoder.

It work absolutely fine, decode also signals in high noise environment.
Seems also is deaf to problems caused by nasty transmissions.
Also using for experiment max values for aggressive decoding and random 
erasure never got program error and false decoding are very limited.

Now the question:
The decode menu (fast normal ...) have no effect on JT65 and the 
relative parameters are now in setting -->advanced.
It remain valid for mode NOT jt65
Is this correct ?

Compliments to Joe and Steve for the superlative decoder

73 && HNY
Sandro
IW3RAB

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


Re: [wsjt-devel] Fwd: Re: WSJT-X fortran runtime error

2015-12-30 Thread Alessandro Gorobey
Hi Bill,

I change the size of array in lib/jt65_decode.f90
Perfectly understand that is a lot of work in progress.
Just to know the value was modified from 30 to 50 in r6282.
As sourceforge back alive I tested also some previous versions with this 
infamous signals.
r6277 2 good decodes, 1 false
r6280 2 good decodes, 52 false, of which 42 from 2 to 3 KHZ.

In normal operation there is correct decodes of signals that is 
difficult to see on widegraph.

Happy to Year to All

73
Sandro
IW3RAB


Il 29/12/2015 20:35, Bill Somerville ha scritto:
> On 29/12/2015 17:37, Alessandro Gorobey wrote:
>> Aggressive decoding is zero, as default.
>> I try a lot before write, and without a ini file (removed in every
>> round) it is zero.
>>
>> I have to remove "Two pass decodings" to not hangup program, but seem
>> that is not the target.
>>
>> In windows I have some results. My linux as bigger video and is more
>> friendly for some operations.
>> A strong dirty signal (I have a lot of them) cause the problem, that
>> seem be solved some time ago.
>
> Hi Sandro,
>
> stations using low DF values without the benefit of split operating are
> liable create several audio harmonics when audio levels are too high.
> The users of JT65HF  could elect to shift their dial frequency down a
> little when transmitting but that is not very user friendly for them.
>
> Joe and Steve are busy with documentation matters at present but I am
> sure that the new code in the JT65 decoder will receive more polishing
> before a release of v1.7 is scheduled.
>
> For now you can make a small change to avoid this issue, in
> lib/jt65a.f90 increase the size of the array 'dec(50)' to 'dec(100)'.
>
> 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


[wsjt-devel] WSJT-X fortran runtime error

2015-12-29 Thread Alessandro Gorobey
Hi All,

For my forgetfulness I left the radio on with the program running on 20 
meters until late evening.

I found on screen a "Fortran run time error: index '51' of dimension 1 
of array 'dec' above upper bound of 50" in Windows, "decode" button 
fixed light blue.

WSJT-X save some files after this event. I transfer them to Linux to 
have a larger display than on my windows laptop.
In Linux, compiled in debug from clean r6322 (rm all, svn co) and start 
with not existent profile (./wsjtx -r xxx) and rm it and configuration 
file at every try.
The error reference is to "At line 142 of file 
/home/sandro/jtsdk/src/wsjtx/lib/jt65a.f90"

Remembering some old problems I also compile the wsjtx_exp branch.
Please not confuse with the two 1.6.1 versions in different branches, 
wsjtx-1.6 (post GA) and wsjtx_exp (frozen before tags/GA move).

Now I have two branch in execution with different profiles. No CAT, no 
audio as I read wav file, configuration file erased every try.
WSJT-X v1.6.1-devel r6124 (from wsjtx_exp)
WSJT-X v1.7.0-devel r6322 (from wsjtx)

Now, on the two programs:
- Start them and no configure
- put mode to JT65 (JT65 A in status bar)
- Start frequency to 200Hz in wide graph
- Open the some file (eg. my 151228_1910.wav) -->OK some decode
- try again -->OK
- Increase Bins/Pixel from 2 (default) to 3
- reopen the some file --> a decoded line is added, widegraph hi 
frequency now 2KHz
- Increase Bins/Pixel from 3 to 4
- reopen the some file -->  1.6.1 give a false decode, widegraph hi 
frequency now 2.6khz
- Increase Bins/Pixel from 4 to 5
- reopen the some file --> widegraph hi frequency is over 3khz

1.6.1 -->OK with one false decode
1.7.0 -->fortran error and a lot of false decode

Nobody noticed similar problems ?

73's HNY
Sandro
IW3RAB

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


[wsjt-devel] Fwd: Re: WSJT-X fortran runtime error

2015-12-29 Thread Alessandro Gorobey

Hi Bill,

Aggressive decoding is zero, as default.
I try a lot before write, and without a ini file (removed in every
round) it is zero.

I have to remove "Two pass decodings" to not hangup program, but seem
that is not the target.

In windows I have some results. My linux as bigger video and is more
friendly for some operations.
A strong dirty signal (I have a lot of them) cause the problem, that
seem be solved some time ago.

73
Sandro
IW3RAB

Il 29/12/2015 17:37, Bill Somerville ha scritto:
> On 29/12/2015 16:32, Alessandro Gorobey wrote:
>> I found on screen a "Fortran run time error: index '51' of dimension 1
>> of array 'dec' above upper bound of 50" in Windows, "decode" button
>> fixed light blue.
>
> Hi Sandro,
>
> in "Settings->Advanced" you probably have "Aggressive decoding level"
> greater than zero, currently that is not recommended on HF as it
> generates many false decodes and exceeds an internal limit on decodes.
>
> 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] jtsdk win32 update 4

2015-12-29 Thread Alessandro Gorobey
Hi Greg,

with 2.0.3-565 all OK

Thanks and Happy new Year

73
Sandro
IW3RAB


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


Re: [wsjt-devel] jtsdk win32 update 4

2015-12-27 Thread Alessandro Gorobey
Hi Greg,

Christmas dinners has clouded my brain
See this sequence of commands and see where "SET LANG=en_US" in scripts
See http://sourceforge.net/p/wsjt/mailman/message/32802726/
SET LANG=en_US must be before any svn command, better on start of script

Microsoft Windows [Versione 10.0.10586]
(c) 2015 Microsoft Corporation. Tutti i diritti sono riservati.

C:\Users\Sandro>cd \jtsdk

C:\JTSDK>SET version=2.0.3

C:\JTSDK>SET based=C:\JTSDK

C:\JTSDK>SET tools=%based%\tools\bin

C:\JTSDK>SET svnd=%based%\subversion\bin

C:\JTSDK>SET PATH=%based%;%tools%;%svnd%;%WINDIR%\System32

C:\JTSDK>%svnd%\svn.exe info
Percorso: .
Working Copy Root Path: C:\JTSDK
URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
Repository: https://svn.code.sf.net/p/jtsdk/jtsdk
UUID del Repository: da7e4c40-b621-48c2-8152-8d9fe17156ef
Revisione: 564
Tipo di Nodo: directory
Azione: normale
Autore dell'Ultimo Cambiamento: ki7mt
Revisione dell'Ultimo Cambiamento: 564
Data dell'Ultimo Cambiamento: 2015-12-26 22:09:42 +0100(sab, 26 dic 2015)


C:\JTSDK>SET LANG=en_US

C:\JTSDK>%svnd%\svn.exe info
Path: .
Working Copy Root Path: C:\JTSDK
URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
Repository Root: https://svn.code.sf.net/p/jtsdk/jtsdk
Repository UUID: da7e4c40-b621-48c2-8152-8d9fe17156ef
Revision: 564
Node Kind: directory
Schedule: normal
Last Changed Author: ki7mt
Last Changed Rev: 564
Last Changed Date: 2015-12-26 22:09:42 +0100 (sab, 26 dic 2015)

Best wishes for 2016

73's
Sandro
IW3RAB



Il 26/12/2015 21:57, Alessandro Gorobey ha scritto:
> Hi Greg,
>
> I try with full path and work.
> Next days try msys to work.
>
> 73
> Sandro
> IW3RAB
>
>
>
> Il 26/12/2015 20:40, Greg Beam ha scritto:
>> Hi Sandro,
>>
>> Yes, I think that is the problem, but I do not know why this is
>> affecting some users and not others.
>>
>> I will add the full path to the svn.exe for the version check which
>> should fix the problem.
>>
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 12/26/2015 12:28, Alessandro Gorobey wrote:
>>> Hi Greg,
>>>
>>> as requested follow
>>> Seems as svn is not liked as command before the second "path" setup  in
>>> scripts.
>>>
>>> 73
>>> Sandro
>>> IW3RAB
>>>
>>> -
>>>  JTSDK General Maintenance Environment - 2.0.3-
>>> -
>>>
>>>  * Provides Access To: Subversion, Gnu Tools and Asciidoctor
>>>  * Upgrades JTSDK Main Scripts and Packages when needed
>>>
>>>  TO UPDATE and UPGRADE
>>>   Type ...: update
>>>   Then Type ..: upgrade
>>>
>>>  TO DISPLAY CURRENT VERSION INFORMATION
>>>   Type ...: version
>>>
>>>  GENERAL: MAINTENANCE
>>>   With this env, you have access to all the Gnu
>>>   Tools, Subversion and Asciidoctor. It can be used
>>>   to perform most any task needed by the SDK.
>>>   There are no Tool-Chains or Frameworks ( Qt / Python )
>>>   in *PATH*
>>>
>>> C:\JTSDK>svn info
>>> Path: .
>>> Working Copy Root Path: C:\JTSDK
>>> URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
>>> Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
>>> Repository Root: https://svn.code.sf.net/p/jtsdk/jtsdk
>>> Repository UUID: da7e4c40-b621-48c2-8152-8d9fe17156ef
>>> Revision: 561
>>> Node Kind: directory
>>> Schedule: normal
>>> Last Changed Author: ki7mt
>>> Last Changed Rev: 560
>>> Last Changed Date: 2015-12-25 08:55:58 +0100 (ven, 25 dic 2015)
>>>
>>>
>>> C:\JTSDK>
>>>
>>> Il 26/12/2015 18:23, Greg Beam ha scritto:
>>>> Hi Sandro,
>>>>
>>>> I need some info from you on the SVN version issue.
>>>>
>>>> Open JTSDK-Main, and type:
>>>>
>>>> svn info
>>>>
>>>> Then paste that paste that back to me.
>>>>
>>>> Also, give the me the results of:
>>>>
>>>> svn info |grep "Rev:" |awk "{print $4}" >r.v & set /p rev=>>>
>>>>
>>>> 73's
>>>> Greg, KI7MT
>>>>
>>>> On 12/26/2015 04:04, Alessandro Gorobey wrote:
>>>>> Hi All,
>>>>>
>

Re: [wsjt-devel] jtsdk win32 update 4

2015-12-26 Thread Alessandro Gorobey
Hi Greg,

as requested follow
Seems as svn is not liked as command before the second "path" setup  in 
scripts.

73
Sandro
IW3RAB

-
  JTSDK General Maintenance Environment - 2.0.3-
-

  * Provides Access To: Subversion, Gnu Tools and Asciidoctor
  * Upgrades JTSDK Main Scripts and Packages when needed

  TO UPDATE and UPGRADE
   Type ...: update
   Then Type ..: upgrade

  TO DISPLAY CURRENT VERSION INFORMATION
   Type ...: version

  GENERAL: MAINTENANCE
   With this env, you have access to all the Gnu
   Tools, Subversion and Asciidoctor. It can be used
   to perform most any task needed by the SDK.
   There are no Tool-Chains or Frameworks ( Qt / Python )
   in *PATH*

C:\JTSDK>svn info
Path: .
Working Copy Root Path: C:\JTSDK
URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
Repository Root: https://svn.code.sf.net/p/jtsdk/jtsdk
Repository UUID: da7e4c40-b621-48c2-8152-8d9fe17156ef
Revision: 561
Node Kind: directory
Schedule: normal
Last Changed Author: ki7mt
Last Changed Rev: 560
Last Changed Date: 2015-12-25 08:55:58 +0100 (ven, 25 dic 2015)


C:\JTSDK>

Il 26/12/2015 18:23, Greg Beam ha scritto:
> Hi Sandro,
>
> I need some info from you on the SVN version issue.
>
> Open JTSDK-Main, and type:
>
> svn info
>
> Then paste that paste that back to me.
>
> Also, give the me the results of:
>
> svn info |grep "Rev:" |awk "{print $4}" >r.v & set /p rev=
>
> 73's
> Greg, KI7MT
>
> On 12/26/2015 04:04, Alessandro Gorobey wrote:
>> Hi All,
>>
>> I need some help on Windows 10.
>> winver command give me version 1511 (build SO 10586.36)
>>
>> After update upgrade of jtsdk if ran jtsdk maintenance the svn revision
>> is not present in windows title (see image) and in the text.
>> This also for jtsdk-qt and jtsdk-py
>>
>> version command give me
>>
>> 
>> JTSDK-Win32 Repository Information
>> 
>>
>> * Version: JTSDK-Win32 2.0.3
>> * Last Changed Rev: 560
>> * URL:
>> https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
>> * Last Changed Date: 2015-12-25 08:55:58 +0100 (ven, 25 dic 2015)
>>
>> that seem correct.
>> Now the problem.
>>
>> JTSDK MSYS give me:
>>0 [main] bash 9736 fork_copy: linked dll data/bss pass 0 failed,
>> 0x1C8000..0x1C8AD8, done 0, windows pid 4780, Win32 error 487
>> bash.exe: fork: Resource temporarily unavailable
>>
>> and/or after reboot the logo JTSDK-MSYS is printed but any simple
>> command cause the problem:
>>
>> Sandro@Sandro-HP~$ ls
>>0 [main] bash 3972 fork_copy: linked dll data/bss pass 0 failed,
>> 0x6E8000..0x6E8AD8, done 0, windows pid 10656, Win32 error 487
>> bash.exe: fork: Resource temporarily unavailable
>>
>> Nobody similar problem?
>>
>> Thank in advance
>>
>> 73
>> Sandro
>> IW3RAB
>>
>>
>> --
>>
>>
>>
>>
>> ___
>> 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] jtsdk win32 update 4

2015-12-26 Thread Alessandro Gorobey
Hi Greg,

I try with full path and work.
Next days try msys to work.

73
Sandro
IW3RAB



Il 26/12/2015 20:40, Greg Beam ha scritto:
> Hi Sandro,
>
> Yes, I think that is the problem, but I do not know why this is
> affecting some users and not others.
>
> I will add the full path to the svn.exe for the version check which
> should fix the problem.
>
>
> 73's
> Greg, KI7MT
>
>
> On 12/26/2015 12:28, Alessandro Gorobey wrote:
>> Hi Greg,
>>
>> as requested follow
>> Seems as svn is not liked as command before the second "path" setup  in
>> scripts.
>>
>> 73
>> Sandro
>> IW3RAB
>>
>> -
>> JTSDK General Maintenance Environment - 2.0.3-
>> -
>>
>> * Provides Access To: Subversion, Gnu Tools and Asciidoctor
>> * Upgrades JTSDK Main Scripts and Packages when needed
>>
>> TO UPDATE and UPGRADE
>>  Type ...: update
>>  Then Type ..: upgrade
>>
>> TO DISPLAY CURRENT VERSION INFORMATION
>>  Type ...: version
>>
>> GENERAL: MAINTENANCE
>>  With this env, you have access to all the Gnu
>>  Tools, Subversion and Asciidoctor. It can be used
>>  to perform most any task needed by the SDK.
>>  There are no Tool-Chains or Frameworks ( Qt / Python )
>>  in *PATH*
>>
>> C:\JTSDK>svn info
>> Path: .
>> Working Copy Root Path: C:\JTSDK
>> URL: https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
>> Relative URL: ^/jtsdk-win/tags/jtsdk-win-2.0.3
>> Repository Root: https://svn.code.sf.net/p/jtsdk/jtsdk
>> Repository UUID: da7e4c40-b621-48c2-8152-8d9fe17156ef
>> Revision: 561
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: ki7mt
>> Last Changed Rev: 560
>> Last Changed Date: 2015-12-25 08:55:58 +0100 (ven, 25 dic 2015)
>>
>>
>> C:\JTSDK>
>>
>> Il 26/12/2015 18:23, Greg Beam ha scritto:
>>> Hi Sandro,
>>>
>>> I need some info from you on the SVN version issue.
>>>
>>> Open JTSDK-Main, and type:
>>>
>>> svn info
>>>
>>> Then paste that paste that back to me.
>>>
>>> Also, give the me the results of:
>>>
>>> svn info |grep "Rev:" |awk "{print $4}" >r.v & set /p rev=>>
>>>
>>> 73's
>>> Greg, KI7MT
>>>
>>> On 12/26/2015 04:04, Alessandro Gorobey wrote:
>>>> Hi All,
>>>>
>>>> I need some help on Windows 10.
>>>> winver command give me version 1511 (build SO 10586.36)
>>>>
>>>> After update upgrade of jtsdk if ran jtsdk maintenance the svn revision
>>>> is not present in windows title (see image) and in the text.
>>>> This also for jtsdk-qt and jtsdk-py
>>>>
>>>> version command give me
>>>>
>>>> 
>>>> JTSDK-Win32 Repository Information
>>>> 
>>>>
>>>> * Version: JTSDK-Win32 2.0.3
>>>> * Last Changed Rev: 560
>>>> * URL:
>>>> https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-win/tags/jtsdk-win-2.0.3
>>>> * Last Changed Date: 2015-12-25 08:55:58 +0100 (ven, 25 dic 2015)
>>>>
>>>> that seem correct.
>>>> Now the problem.
>>>>
>>>> JTSDK MSYS give me:
>>>>  0 [main] bash 9736 fork_copy: linked dll data/bss pass 0 failed,
>>>> 0x1C8000..0x1C8AD8, done 0, windows pid 4780, Win32 error 487
>>>> bash.exe: fork: Resource temporarily unavailable
>>>>
>>>> and/or after reboot the logo JTSDK-MSYS is printed but any simple
>>>> command cause the problem:
>>>>
>>>> Sandro@Sandro-HP~$ ls
>>>>  0 [main] bash 3972 fork_copy: linked dll data/bss pass 0 failed,
>>>> 0x6E8000..0x6E8AD8, done 0, windows pid 10656, Win32 error 487
>>>> bash.exe: fork: Resource temporarily unavailable
>>>>
>>>> Nobody similar problem?
>>>>
>>>> Thank in advance
>>>>
>>>> 73
>>>> Sandro
>>>> IW3RAB
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>>
>>>> ___
>>>> 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
>

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


  1   2   >