Re: [wsjt-devel] [patch] WSJT-X: correctly identify callsigns in CQ DX messages

2014-12-06 Thread Alessandro Gorobey
Hi Chris,

Your example is a Compound-Callsign and should be treated in a 
different way.
Agree with you that the test !=3 is only for no slash in message.
I refer to examples in
output of 'jt65code.exe -t' command
http://physics.princeton.edu/pulsar/K1JT/JT65.pdf section 4.
http://physics.princeton.edu/pulsar/K1JT/doc/wsjt/ section 6.3
http://physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html 
section 7.3 and 12.1
There is also an advice to not use slash in free messages, as in a lot 
of lines in my ALL.TXT
GL G/DX TU 73
/5W+GP/ GL 73
MM/callsign
8W/I-V/TU/73
4W/2EL/73
..

73
Sandro
IW3RAB

Il 06/12/2014 08:05, Chris Ruvolo KC2SYK ha scritto:
 Hi Sandro, thanks for the review.

 I had found one special event callsign that was two characters, but I 
 guess that it would be highly unusual and we don't need to code for 
 that case.  Eliminating the 2-character words from the list makes it 
 much shorter.  Consider the attached.

 But I'm confused about your suggestion that lines with != 3 words can 
 be skipped, as I often see longer callsigns that don't transmit a 
 third word.  An example I saw on 20m today: CQ EA8/ON4QX.

 Thank you and 73.
 -Chris KC2SYK


 On Fri, Dec 5, 2014 at 3:25 PM, Alessandro Gorobey algi...@libero.it 
 mailto:algi...@libero.it wrote:

 Hi Chris
 I agree, but actually do not exist 2 letters callsign
 So the table of 2 chars can be skipped
 if len 

 So the words can be reduced

 Also line with !=3 fields can be skipped

 There is a similar problem with RRR in log or search in CALL3.TXT
 with no or blank characters

 I recommend to everyone to backup your ALL.TXT file that contains
 a lot of informations, useful to confirm QSL or analyze other
 problems.

 Interesting in last days several decodes contains a single field
 IDIOTS

 73
 Sandro
 IW3RAB

 Il 04/12/2014 23:51, Chris Ruvolo KC2SYK ha scritto:
 Hello, all.  I recently upgraded to a version of WSJT-X that
 supports cty.dat DXCC determination, and found the program
 misidentifying calls to CQ DX as the Philippines and CQ ASIA
 as Pakistan.  To correct this, I added a list of strings people
 might call CQ for to a blacklist.  If one of those strings
 matches, then the third word of the transmission will be used as
 the callsign instead.

 The current list includes continents (CQ NA, etc.), some
 prefixes (CQ JA, etc.), some words or abbreviations (CQ USA,
 CQ LOTW, etc.) plus the 50 US states.  Nearly all of these have
 been heard on the air by myself (although only a subset of the US
 states).

 Please consider including this into the repository.  Thanks and 73.

 -Chris KC2SYK





 
 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk


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


 
 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and
 Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration
  more
 Get technology previously reserved for billion-dollar
 corporations, FREE
 
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 mailto:wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel




--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT Application Suite Installer ( Win32 )

2014-12-06 Thread KI7MT
Hello All

[UPDATE-3]

A couple of issues were resolved today, the main one being WSJT FSK441
crashing. Downgrading Python Pillow to v2.3.0 seems to have solved the
problem, but could use thorough testing. v2.3.0 is the version being
used in JTSDK-PY v1.0 currently.

MAP65 and the required support files has been verified. This may have
been a false alarm, but was a good test nonetheless.

WSPR-X is behaving quite well since the default .ini was removed.

That's the list of issues as I have it. If anyone has additional items
regarding JTSDK v2 builds that is not being addressed, please post them
to the Development list.

Latest Build
Folder: https://sourceforge.net/projects/jtsdk/files/win32/2.0.0/
Latest File: WSJT-Suite-1.0.8-Win32.exe


73's
Greg, KI7MT

On 12/5/2014 00:49, KI7MT wrote:
 Hello All,
 
 [UPDATE-2]
 
 First, thanks for all the feedback, it's helped me catch  correct many
 issues with the JTSDK v2 setup. Your testing is very much appreciated.
 
 Most of the changes made today were to build scripts and a couple
 Makefile changes. As a result, all 5 apps have been re-built  repackaged.
 
 Folder: https://sourceforge.net/projects/jtsdk/files/win32/2.0.0/
 Latest File: WSJT-Suite-1.0.6-Win32.exe
 
 I would recommend un-installing any previous version of WSJT-Suite to
 ensure the build system changes are working as expected. I'll send a
 separate message about JTSDK v2 updates.
 
 
 73's
 Greg, KI7MT
 
 On 12/4/2014 08:45, KI7MT wrote:
 Hello All,

 [UPDATE]

 Thanks for all the feedback thus far. Several items have been fixed,
 both in the installer and the SDK itself, as well as implementing a
 couple of user requests / suggestions.

 To make things a bit easier to keep track of, I changed the installer
 name to use versions rather than a date. I've also removed 03/04 DEC
 versions, and added WSJT-Suite-1.0.5-Win32.exe, which is the previous
 04-DEC-2014 build. New updates will just increment the version number.

 As the installer ID is the same, you should be able to install straight
 over the previous install, if not, run the un-installer, then install
 the latest version (1.0.5). No user data should be lost during the
 un-install process (logs, ALL.TXT etc).

 No Application version changes were made. See the Change Log in the
 download folder for a list of changes.

 Folder: https://sourceforge.net/projects/jtsdk/files/win32/2.0.0/
 Latest File: WSJT-Suite-1.0.5-Win32.exe

 73's
 Greg, KI7MT


 On 12/3/2014 10:04, KI7MT wrote:
 Hello All,

 As some of you know, efforts are underway release a new unified version
 of JTSDK ( v2.0 ). As such, we needed a way to test the applications
 being built with the new SDK. Rather than doing each individually every
 build iteration, I combined them into one installer. Bare in mind, this
 is for testing builds. If you want the latest formal release, you should
 pull them individually from Joe's site.

 The link below will install all 5 primary applications ( WSJT, WSJT-X,
 WSPR, WSPR-X and MAP65 ), documentation links, and a series of utility
 scripts for various functions.

 Simply download the installer, then run as you normally would. When the
 installer is well tested, I'll add a build script to JTSDK v2.0 for
 automated / semi-automated building of the Suite as well as allowing for
 custom installation of apps and / or utilities.


 GENERAL INFO
 * To install, you must agree to the KVASD EULA
 * The install location is fixed for the time being, ( C:\WSJT-Suite\ ..
 ..) . This is to prevent collisions with other installations.
 * Likewise, Desktop Icons / Shortcuts are not created to prevent
 possible name collisions.
 * The builds are the latest Development Builds ( will update weekly or
 as deemed necessary ), as such, may not always perform 100% as they can
 be in / under active development.
 * App version information is displayed during installation. It's also
 saved in the install root directory ( build-info.txt )
 * There is a series of command line tools / links available ( in the
 Tools Folder ), for performing things such as JT65code or JT9code
 testing, FMTest, KVASD checks, or MAP65 Wisdom updates etc. More can be
 added if needed.
 * The installer has a full ( uninstaller ), however, it will not remove
 any items created after installation, things such as decoded text, .ini
 files, QSO logs etc. This is by design, as those are your files to do
 with as you see fit.


 RUN APPLICATIONS
 To Run an Applications, go to:

 Start  Programs  WSJT-Suite  ( Select The App you want )

 Configure as you normally would.

 DOWNLOAD INSTALLER:
 http://sourceforge.net/projects/jtsdk/files/win32/2.0.0/WSJT-Suite-03-DEC-2014-Win32.exe/download


 As always, if you have issues with downloading / installing / running
 the apps, post them to the Development List.


 

-- 
73's
Greg, KI7MT

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly 

[wsjt-devel] SourceForge down ??

2014-12-06 Thread Neil Zampella
Hi,

I just installed JTSDK v2, and was going to update this morning, when 
the system returned this error:

svn: E175002: Unable to connect to a repository at URL 
'http://svn.code.sf.net/p/jtsdk/jtsdk/trunk/installers/win32/postinstall.bat'

svn: E175002: OPTIONS request on 
'/p/jtsdk/jtsdk/trunk/installers/win32/postinstall.bat' failed: 503 
Service Temporarily Unavailable

It the repository down for maintenance ??

Thanks,

Neil Zampella
KB3TVU

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Doc split note

2014-12-06 Thread Michael Black
Recommend adding something like this to the docs about split mode.

 

Here are the offsets you should see for the different offsets from the
receive VFO for the transmit VFO

Can't click below 200

200-499 RXVFO-1500

500-999 RXVFO-1000

1000-1499 RXVFO-500

1500-1999 RXVFO

2000-2499 RXVFO+500

2500-2999 RXVFO+1000

3000-3499 RXVFO+1500

3499-4000 RXVFO+2000

Etc..

 

Mike

W9MDB

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] SourceForge down ??

2014-12-06 Thread Bill Somerville
On 06/12/2014 14:42, Neil Zampella wrote:
 Hi,
Hi Neil,

 I just installed JTSDK v2, and was going to update this morning, when
 the system returned this error:

 svn: E175002: Unable to connect to a repository at URL
 'http://svn.code.sf.net/p/jtsdk/jtsdk/trunk/installers/win32/postinstall.bat'

 svn: E175002: OPTIONS request on
 '/p/jtsdk/jtsdk/trunk/installers/win32/postinstall.bat' failed: 503
 Service Temporarily Unavailable

 It the repository down for maintenance ??
The SorceForge Ops Twitter feed is the best place to check for 
operational status:

https://twitter.com/sfnet_ops


 Thanks,

 Neil Zampella
 KB3TVU
73
Bill
G4WJS.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] SourceForge down ??

2014-12-06 Thread Greg Beam
Hi Neil,
It's possible SF was down, but any interuption between you and the SF site can 
have the same affect. I can say, the site is up now for sure.  If the problem 
presists, something else  is probably causing the problem.
73'sGreg, KI7MT
 

 On Saturday, December 6, 2014 7:55 AM, Neil Zampella ne...@techie.com 
wrote:
   

 Hi,

I just installed JTSDK v2, and was going to update this morning, when 
the system returned this error:

svn: E175002: Unable to connect to a repository at URL 
'http://svn.code.sf.net/p/jtsdk/jtsdk/trunk/installers/win32/postinstall.bat'

svn: E175002: OPTIONS request on 
'/p/jtsdk/jtsdk/trunk/installers/win32/postinstall.bat' failed: 503 
Service Temporarily Unavailable

It the repository down for maintenance ??

Thanks,

Neil Zampella
KB3TVU

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


   --
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-06 Thread Alan VK2ZIW
Hi all,
Problem:
WSJT crashes when drawing specJT waterfall, even if window closed.

Solution:
Re-install PIL (Pillow) with and earlier version (not 2.6.1)
/usr/bin/pip3 install -I pillow==2.5.3

Thanks Bill for the hint in your earlier post, this week.

Can you look into the WSJT python source, with a clue now?

80

Alan VK2ZIW

On Wed, 3 Dec 2014 21:31:22 +1000, Alan VK2ZIW wrote
 Hi Bill, Greg and all,
 
 I've reloaded Fedora 21 LXDE TC4 and SSH and RDP are available as before
 (www.unixservice.com.au). wsjtdev / wsjtdev2
 
 The development libraries are going on, as I write.
 Dev for WSJT:
 yum-config-manager --save --setopt=fedora.skip_if_unavailable=true
 yum groupinstall 'Development Tools'
 
 yum install python3-tkinter fftw-devel python3-numpy-f2py libsamplerate-devel 
 \
 alsa-plugins-samplerate portaudio portaudio-devel gcc-gfortran libgfortran \
 python3-numpy python3-numpy-f2py python3-pillow-devel python3-pillow-tk 
 python3-pillow \
 libsamplerate qt-devel
 
 WSJT r4336 compiles, runs, press Monitor and Seg Fault.
 
 Run wsjt10 from an LXTerminal and see.
 
 Alan VK2ZIW
 
 On Tue, 2 Dec 2014 13:39:05 +1000, Alan VK2ZIW wrote
  Hi Bill and Greg,
  
  WSPR
  I've added -fPIC, in Makefile for C and gfortran and compiled again.
  
  We now receive and the bar graph shows audio.
  Just after Decoding starts, Seg Fault.
  
 
 
 Alan 
 
 Man's greatest waste of time: Worshipping the wrong God. 
 Consider Jesus. 
 --- 
 Alan Beard               Unix Support Technician from 1984 to today 
 70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
 Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
 +61 2 47353013 (h)       Support Programming, shell scripting, C, assembler 
 0414 353013 (mobile)     After uni, electr


Alan

Man's greatest waste of time: Worshipping the wrong God. 
Consider Jesus. 
--- 
Alan Beard               Unix Support Technician from 1984 to today 
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
+61 2 47353013 (h)       Support Programming, shell scripting, C, assembler 
0414 353013 (mobile)     After uni, electr
 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] wspr segmentation fault on amd64

2014-12-06 Thread Eric Thornton
I saw one reference to this issue in the recent archives, but no resolution.

I'm running Ubuntu 14.10 on amd64 and installed wspr r4522 through the ppa
that ki7mt is managing (thanks!).  Every time the program starts to decode,
I get a segmentation fault and the program crashes. I've tried both
recorded audio and the included sample file and they both crash.  I've
tried the following:

-Compiled python3-numpty from source: no improvement
-Tried compiling with g95 instead of gfortran: compile failed
-Compling with standard options from svn archive: also seg faults at decode

This evening I tried the ppa version on an older i386 laptop with Ubuntu
and it runs and decodes without issue. I've run out of ideas at this point,
so any help would be greatly appreciated. From the gdb output, I'm guessing
python doesn't like some variable length conversion function that is
specific to 64 bit machines. wsjtx from ki7mt's ppa runs great, but I know
they use a different framework.

command line output from crash:
/usr/bin/wspr: line 42:  1592 Segmentation fault  (core dumped)
/usr/bin/python3 -O wspr.py

gdb python3 core output
Core was generated by `/usr/bin/python3 -O wspr.py'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x004e67d1 in PyLong_AsLong ()

Thanks,

Eric
KM4DSJ
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT on ARM low power boards, dev is ready

2014-12-06 Thread Alan VK2ZIW
Hi all,
On the Banana Pi, WSPR takes 2 mins 10 secs to Decode.

 PID USER  PR  NI    VIRT    RES    SHR S       %CPU %MEM TIME+ COMMAND 
    
12927 alanb 20   0  251492  85600  12476 S 108.3  8.5   7:13.84 python3 
11091 alanb 20   0   83304  22692   7144 S   1.3  2.2   5:23.39 Xvnc    
12949 root  20   0    7148   1688   1236 R   0.7  0.2   0:00.77 top 
  246 root        20   0   47920  22960   1848 S   0.3  2.3   0:43.98 xrdp   
 My remote desktop     
  259 root        20   0  148348  26888   7320 S   0.3  2.7  10:11.77 Xorg.bin  

Decode:
 0734 -5 -1.4 50.294548 0 VK2CBL QF56 33

My grid square also QF56.

Banana Pi has Dual core Allwinner A20 ARM v7 CPU.

Fedora 21 Release Candidate 5,  running on kernel 3.4.105.

Howzat

Alan VK2ZIW

On Sun, 7 Dec 2014 07:07:16 +1000, Alan VK2ZIW wrote
 Hi all,
 Problem:
 WSJT crashes when drawing specJT waterfall, even if window closed.
 
 Solution:
 Re-install PIL (Pillow) with and earlier version (not 2.6.1)
 /usr/bin/pip3 install -I pillow==2.5.3


Alan

Man's greatest waste of time: Worshipping the wrong God. 
Consider Jesus. 
--- 
Alan Beard               Unix Support Technician from 1984 to today 
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X 
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc.. 
+61 2 47353013 (h)       Support Programming, shell scripting, C, assembler 
0414 353013 (mobile)     After uni, electr
 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel