<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://napan.ca/ghpsdr3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ve9gj</id>
	<title>Ghpsdr3 SDR project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://napan.ca/ghpsdr3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ve9gj"/>
	<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php/Special:Contributions/Ve9gj"/>
	<updated>2026-04-05T17:41:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=913</id>
		<title>QtRadio on Windows</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=913"/>
		<updated>2019-03-18T17:43:33Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===QtRadio Client for Windows===&lt;br /&gt;
&lt;br /&gt;
Window users may be interested to know about some recent software developments in the Ham SDR Linux world. Now Windows can listen to Linux SDR servers (dspservers). &lt;br /&gt;
&lt;br /&gt;
==QT5 Build now available for Windows Users! ==&lt;br /&gt;
&lt;br /&gt;
* latest master build for QtRadio on Windows is available at: http://napan.com/ve9gj_good_files/QtRadio_Windows_Master_2015-04-26.zip  It is built on April 26 2015.  Unzip the file and run the QtRadio.exe in the QtRadio folder.&lt;br /&gt;
&lt;br /&gt;
* A zip file of QtRadio using QT 5.02 can be downloaded from: http://napan.com/ve9gj_good_files/QtRadio-Qt5-master-2013-05-23.zip (Built May 23 2013)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Below is a list of older builds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The latest zip of master branch (Dec 26 2012) can be downloaded from: http://napan.com/ve9gj_good_files/QtRadio-master-2013-01-28.zip (Built Jan 28 2012) This version has the &amp;quot;Master&amp;quot; Button&lt;br /&gt;
* The previous zip of master branch can be downloaded from: http://napan.com/ve9gj_good_files/qtadio-master-2012-11-11.zip (Built Nov 11 2012). &lt;br /&gt;
*A zip of the protocol-3 branch built for windows is at: http://napan.com/ve9gj_good_files/qtradio-protocol-3.zip (Built Mar 18 2012).  This uses the new protocol-3 and should be able to connect with master and protocol-3 servers. Still experimental.  It contains improvements to the spectrum and waterfall refresh rates for remote connections.&lt;br /&gt;
*A zip of the rxtx-rtp-symm branch built for windows is at: http://napan.com/ve9gj_good_files/qtradio-rxtx-rtp-symm.zip Feb 01 2012). This contains the new RTP code anfd TX passwords.  &lt;br /&gt;
*A zip of the rxtx-rtp branch built for windows is at: http://napan.com/ve9gj_good_files/qtradio-rxtx-rtp.zip (Jan 8 2012). This contains the new RTP code.  &lt;br /&gt;
*A zip of the rxtx-event branch built for windows is at: http://napan.com/ve9gj_good_files/qtradio-rxtx-event.zip (Jan 7 2012). (Before RTP)&lt;br /&gt;
*A zip of the current  master branch with debug and map can be downloaded from: http://napan.com/ve9gj_good_files/qtradio-master-debug.zip (Built Feb 25 2012).  This is only for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unzip to any folder and run the qtradio.exe file. It does not need an actual install just the included dll files in the same folder.&lt;br /&gt;
I have built a new Windows QtRadio from the latest master branch at github.com/alexlee188/ghpsdr3-alex. Sources are included in the download and are in the win32 branch at the git same git repo.&lt;br /&gt;
It includes the Quick Connect dialog window. This new addition will list all the current online dspservers. Look under the Receiver menu to get started.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting the Windows version. ==&lt;br /&gt;
* If windows is giving you the very helpful error :) &#039;&#039;QtRadio has encountered a problem and needs to close&#039;&#039; try deleting the registry key for QtRadio. The key can be found at: [HKEY_CURRENT_USER\Software\G0ORX] Use regedit to delete it.&lt;br /&gt;
&lt;br /&gt;
== Notes about the Windows version. ==&lt;br /&gt;
&lt;br /&gt;
*Full RXTX has been accomplished but is still very much a work in progress.&lt;br /&gt;
*QtRadio is the only part of the project that is running on Windows at present. The servers components are only running on Linux.&lt;br /&gt;
*A lot of the current development chatter about the project can be followed in the http://groups.google.com/group/sdr-widget group. A widget is not required to set up a server but they sure work nice! :)&lt;br /&gt;
*Hopefully we can get some more dspservers running. Linux is necessary and there are pre-built binaries available for recent versions of Ubuntu.&lt;br /&gt;
*A README is available at: https://github.com/alexlee188/ghpsdr3-alex/blob/master/README&lt;br /&gt;
*A crude diagram of the components below. Between the dspserver and Antenna many options are available, softrocks, hpsdr, Ettus USRP and Perseus.  QtRadio &amp;lt;-&amp;gt;Internet&amp;lt;-&amp;gt;dspserver&amp;lt;-&amp;gt;softrock application&amp;lt;-&amp;gt;soundcard&amp;lt;-&amp;gt;softrock hardware-&amp;gt;Antenna&lt;br /&gt;
*At this time the only application working in Windows is the QtRadio client which can connect to any dspserver. Download the zip file which contains all the needed dlls and qtradio.exe. Extract the qtradio folder to your windows drive and double click qtradio.exe to run.&lt;br /&gt;
*The source for building with QtCreator is included in the src directory of the download.&lt;br /&gt;
*Some users have found that QtRadio won&#039;t start at all or crashes shortly after startup.  This may be caused by suspect settings in the Windows registry.  You can safely delete the key &amp;quot;HKey_CURRENT_USER-&amp;gt;Software-&amp;gt;G0ORX&amp;quot; with regedit and then try QtRadio again. This will cause QtRadio to start with default settings.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=Main_Page&amp;diff=906</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=Main_Page&amp;diff=906"/>
		<updated>2017-02-04T14:13:02Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===[[What&#039;s New| What&#039;s New and latest news]]===&lt;br /&gt;
=== &#039;&#039;&#039;The ghpsdr3-alex Project&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
This is a modification of the excellent Software Defined Radio (SDR) software by John Melton [G0ORX/N6LYT][http://g0orx.blogspot.com]&lt;br /&gt;
&lt;br /&gt;
The original software by John is called ghpsdr3.  We are working towards merging the two projects (ghpsdr3 and ghpsdr3-alex) source trees to a single source.  However BEFORE that happens, you CANNOT mix and match programs from the two projects.  See note for HPSDR hardware users below.&lt;br /&gt;
  &lt;br /&gt;
Project README https://github.com/alexlee188/ghpsdr3-alex/blob/master/README [https://github.com/alexlee188/ghpsdr3-alex/blob/master/README]&lt;br /&gt;
&lt;br /&gt;
Source Code is via git at https://github.com/alexlee188/ghpsdr3-alex [https://github.com/alexlee188/ghpsdr3-alex]&lt;br /&gt;
&lt;br /&gt;
Discussions take place in the sdr-widget group http://groups.google.com/group/sdr-widget [http://groups.google.com/group/sdr-widget]&lt;br /&gt;
&lt;br /&gt;
You can browse the list of online dspservers at http://napan.com/qtradio/qtradio.pl[http://napan.com/qtradio/qtradio.pl]&lt;br /&gt;
&lt;br /&gt;
You can view the map of online dspservers worldwide at http://www.montefusco.com/ghpsdr3[http://www.montefusco.com/ghpsdr3]&lt;br /&gt;
&lt;br /&gt;
Currently it supports HPSDR, Softrock, UHFSDR, Microtelecom Perseus, SDR-iq, HiQSDR, Ettus Research USRP and [[RTL-SDR|rtl-sdr]] DVB-T dongles.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;What is the actual ghpsdr3-alex Project software?&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
The software comprises 3 different components:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A)&#039;&#039;&#039;  server - there is a CLI based server for each type of hardware.  For example, there are hpsdr-server, usrp-server, softrock (server), sdriq-server, HiQSDR etc.  Some servers are based on soundcard/USB connections to the hardware.  Some are connected via ethernet (eg HPSDR Metis).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;B)&#039;&#039;&#039;  dspserver - this is the software in the middle that processes the IQ data from the server (connected over LAN via UDP) using DttSP.  The same dspserver can connect to any of the servers in A.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C)&#039;&#039;&#039;  clients - this is the GUI user interface.  There are clients built with Qt and runs on Windows, Linux, and Mac OSX.  There is a working Android client that works on Android phones and Android tablets.  The clients connect to dspserver via LAN or remotely via Internet.  In future we will have java based web clients as well (either specifically written clients, or running Qt inside a web browser)  Also, multiple clients can concurrently access the same dspserver.  There is also RxTx capability (currently for voice modes).  the QtRadio client has a Hamlib interface and can connect to gPredict, xLog, and fldigi (for digital mode). See [[Configuration Data for QtRadio Hamlib Clients]].&lt;br /&gt;
&lt;br /&gt;
[[File:463px-Ghpsdr3.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Goals&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1.  Open source (GPL) SDR software&lt;br /&gt;
&lt;br /&gt;
2.  Client-server network-enabled by design from the ground up&lt;br /&gt;
&lt;br /&gt;
3.  Customized server for each SDR hardware type.  Currently supporting HPSDR, Softrock, UHFSDR, Microtelecom Perseus, RFSPACE SDR-IQ, HiQSDR, Ettus Research USRP, and the rtl-sdr DVB-T dongle.&lt;br /&gt;
&lt;br /&gt;
4.  Single dspserver that connects to single server.  However, each server can have multiple Rx and Tx channels.&lt;br /&gt;
&lt;br /&gt;
5.  Multiple clients, such as QtRadio, that can concurrently connect to a single dspserver.&lt;br /&gt;
&lt;br /&gt;
6.  Full Rx and Tx capability for hardware capable of Tx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Screenshots and Recordings]] &lt;br /&gt;
*[[QtRadio on Windows]]&lt;br /&gt;
*[[QtRadio - Operation]]&lt;br /&gt;
*[[QtRadio Installation]]&lt;br /&gt;
*[[aHPSDR]] Android Client&lt;br /&gt;
*[[Pulseaudio Setup]]&lt;br /&gt;
*[[Developers Documentation]]&lt;br /&gt;
*[[Server Operation]]&lt;br /&gt;
**[[dspserver.conf]]&lt;br /&gt;
**[[SSL Key Generation]]&lt;br /&gt;
**[[Hermes]]&lt;br /&gt;
*[[ToDo/- Wishlist]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note for client-server network setup&#039;&#039;&#039;&lt;br /&gt;
A few notes on client network setup are found at http://www.montefusco.com/ghpsdr3cs[http://www.montefusco.com/ghpsdr3cs]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note for HPSDR and ghpsdr3 (original) users:&#039;&#039;&#039;&lt;br /&gt;
In general, you cannot mix and match software from the two projects, ghpsdr3 and ghpsdr3-alex.  However, John has updated the programs in the ghpsdr3-alex repository, and the hpsdr-server program in gphsdr3-alex works for HPSDR hardware.  The following newbie guide is written by Erich Heinzle (vk5hse at yahoo.com):&lt;br /&gt;
&lt;br /&gt;
http://openhpsdr.org/wiki/images/6/63/NewbieGuide.pdf&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=Main_Page&amp;diff=905</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=Main_Page&amp;diff=905"/>
		<updated>2017-02-04T14:11:35Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===[[What&#039;s New| What&#039;s New and latest news]]===&lt;br /&gt;
=== &#039;&#039;&#039;The ghpsdr3-alex Project&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
This is a modification of the excellent Software Defined Radio (SDR) software by John Melton [G0ORX/N6LYT][http://g0orx.blogspot.com]&lt;br /&gt;
&lt;br /&gt;
The original software by John is called ghpsdr3.  We are working towards merging the two projects (ghpsdr3 and ghpsdr3-alex) source trees to a single source.  However BEFORE that happens, you CANNOT mix and match programs from the two projects.  See note for HPSDR hardware users below.&lt;br /&gt;
  &lt;br /&gt;
Project README https://github.com/alexlee188/ghpsdr3-alex/blob/master/README [https://github.com/alexlee188/ghpsdr3-alex/blob/master/README]&lt;br /&gt;
&lt;br /&gt;
Source Code is via git at https://github.com/alexlee188/ghpsdr3-alex [https://github.com/alexlee188/ghpsdr3-alex]&lt;br /&gt;
&lt;br /&gt;
Discussions take place in the sdr-widget group http://groups.google.com/group/sdr-widget [http://groups.google.com/group/sdr-widget]&lt;br /&gt;
&lt;br /&gt;
You can browse the list of online dspservers at http://qtradio.napan.com/qtradio/qtradio.pl[http://qtradio.napan.com/qtradio/qtradio.pl]&lt;br /&gt;
&lt;br /&gt;
You can view the map of online dspservers worldwide at http://www.montefusco.com/ghpsdr3[http://www.montefusco.com/ghpsdr3]&lt;br /&gt;
&lt;br /&gt;
Currently it supports HPSDR, Softrock, UHFSDR, Microtelecom Perseus, SDR-iq, HiQSDR, Ettus Research USRP and [[RTL-SDR|rtl-sdr]] DVB-T dongles.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;What is the actual ghpsdr3-alex Project software?&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
The software comprises 3 different components:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A)&#039;&#039;&#039;  server - there is a CLI based server for each type of hardware.  For example, there are hpsdr-server, usrp-server, softrock (server), sdriq-server, HiQSDR etc.  Some servers are based on soundcard/USB connections to the hardware.  Some are connected via ethernet (eg HPSDR Metis).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;B)&#039;&#039;&#039;  dspserver - this is the software in the middle that processes the IQ data from the server (connected over LAN via UDP) using DttSP.  The same dspserver can connect to any of the servers in A.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C)&#039;&#039;&#039;  clients - this is the GUI user interface.  There are clients built with Qt and runs on Windows, Linux, and Mac OSX.  There is a working Android client that works on Android phones and Android tablets.  The clients connect to dspserver via LAN or remotely via Internet.  In future we will have java based web clients as well (either specifically written clients, or running Qt inside a web browser)  Also, multiple clients can concurrently access the same dspserver.  There is also RxTx capability (currently for voice modes).  the QtRadio client has a Hamlib interface and can connect to gPredict, xLog, and fldigi (for digital mode). See [[Configuration Data for QtRadio Hamlib Clients]].&lt;br /&gt;
&lt;br /&gt;
[[File:463px-Ghpsdr3.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Goals&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1.  Open source (GPL) SDR software&lt;br /&gt;
&lt;br /&gt;
2.  Client-server network-enabled by design from the ground up&lt;br /&gt;
&lt;br /&gt;
3.  Customized server for each SDR hardware type.  Currently supporting HPSDR, Softrock, UHFSDR, Microtelecom Perseus, RFSPACE SDR-IQ, HiQSDR, Ettus Research USRP, and the rtl-sdr DVB-T dongle.&lt;br /&gt;
&lt;br /&gt;
4.  Single dspserver that connects to single server.  However, each server can have multiple Rx and Tx channels.&lt;br /&gt;
&lt;br /&gt;
5.  Multiple clients, such as QtRadio, that can concurrently connect to a single dspserver.&lt;br /&gt;
&lt;br /&gt;
6.  Full Rx and Tx capability for hardware capable of Tx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Screenshots and Recordings]] &lt;br /&gt;
*[[QtRadio on Windows]]&lt;br /&gt;
*[[QtRadio - Operation]]&lt;br /&gt;
*[[QtRadio Installation]]&lt;br /&gt;
*[[aHPSDR]] Android Client&lt;br /&gt;
*[[Pulseaudio Setup]]&lt;br /&gt;
*[[Developers Documentation]]&lt;br /&gt;
*[[Server Operation]]&lt;br /&gt;
**[[dspserver.conf]]&lt;br /&gt;
**[[SSL Key Generation]]&lt;br /&gt;
**[[Hermes]]&lt;br /&gt;
*[[ToDo/- Wishlist]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note for client-server network setup&#039;&#039;&#039;&lt;br /&gt;
A few notes on client network setup are found at http://www.montefusco.com/ghpsdr3cs[http://www.montefusco.com/ghpsdr3cs]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note for HPSDR and ghpsdr3 (original) users:&#039;&#039;&#039;&lt;br /&gt;
In general, you cannot mix and match software from the two projects, ghpsdr3 and ghpsdr3-alex.  However, John has updated the programs in the ghpsdr3-alex repository, and the hpsdr-server program in gphsdr3-alex works for HPSDR hardware.  The following newbie guide is written by Erich Heinzle (vk5hse at yahoo.com):&lt;br /&gt;
&lt;br /&gt;
http://openhpsdr.org/wiki/images/6/63/NewbieGuide.pdf&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Ok1wmb&amp;diff=904</id>
		<title>User talk:Ok1wmb</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Ok1wmb&amp;diff=904"/>
		<updated>2017-01-09T01:53:56Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 21:53, 8 January 2017 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Ok1wmb&amp;diff=903</id>
		<title>User:Ok1wmb</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Ok1wmb&amp;diff=903"/>
		<updated>2017-01-09T01:53:54Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:N0awa&amp;diff=901</id>
		<title>User talk:N0awa</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:N0awa&amp;diff=901"/>
		<updated>2016-12-14T00:57:53Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 20:57, 13 December 2016 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:N0awa&amp;diff=900</id>
		<title>User:N0awa</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:N0awa&amp;diff=900"/>
		<updated>2016-12-14T00:57:52Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Licensed since 1998.&lt;br /&gt;
Hold Extra Class.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Iw7bdl&amp;diff=899</id>
		<title>User talk:Iw7bdl</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Iw7bdl&amp;diff=899"/>
		<updated>2016-11-14T00:40:27Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 20:40, 13 November 2016 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Iw7bdl&amp;diff=898</id>
		<title>User:Iw7bdl</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Iw7bdl&amp;diff=898"/>
		<updated>2016-11-14T00:40:26Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Ea4gax&amp;diff=897</id>
		<title>User talk:Ea4gax</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Ea4gax&amp;diff=897"/>
		<updated>2016-09-28T11:17:18Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 08:17, 28 September 2016 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Ea4gax&amp;diff=896</id>
		<title>User:Ea4gax</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Ea4gax&amp;diff=896"/>
		<updated>2016-09-28T11:17:15Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Josephcooper&amp;diff=895</id>
		<title>User talk:Josephcooper</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Josephcooper&amp;diff=895"/>
		<updated>2016-07-09T12:40:57Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 09:40, 9 July 2016 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Josephcooper&amp;diff=894</id>
		<title>User:Josephcooper</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Josephcooper&amp;diff=894"/>
		<updated>2016-07-09T12:40:56Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My call sign is VE3FMQ and I have been licensed since 1970. My QTH is in East York Ontario, which is a suburb of Toronto. I am a member of the Central Toronto Amateur Radio Club and I am in charge of teaching the Basic Amateur License course for the club. You can view a photo of my HF station on QRZ.com, which is based around a Yaesu FT-897. My main interest in HF is PSK-32, which I have been using since it was first introduced. I also have a strong interest in DMR radio and own a Tytera MD-380. I use both DMR and analog FM repeaters. I also have a growing interest in the integration of the Internet into amateur radio, and use HamSphere and EchoLink. I believe that this aspect of the hobby needs to be expanded as it will expand the number of people able to enjoy the hobby, particularly those who live in apartments, condominiums, and communities where there are restrictions on antennas. Likewise the reality of the ham radio community is that it is an ageing community and computer/internet based radio is an excellent way for people who are entering into retirement communities and nursing homes to remain active in their hobby. Likewise the use of computer/internet amateur radio can also allow people with special needs, those who are financially challenged and other special cases to be able to afford an entry point into the hobby. So rather than being afraid of changes in technology, the amateur radio community should embrace it and see it as simply a continuation of the many other advances we have seen. (Saying that, I can remember some hams being unhappy with the increasing popularity of SSB as they continued to keep their AM transmitters operating, so there are always people who will year for &amp;quot;the good old days.&amp;quot;) When I am not practicing ham radio I am a technical writer who produces user guides and other documentation for software companies on a contract basis. I also write a weekly newspaper column for my community newspaper, The East York Mirror (now in my 18th year) and enjoy riding my bicycle and kayaking. I QSL 100% and enjoy sharing my 46 years of technical knowledge helping new hams get started in the hobby. Life gives back many good things to those who give to others.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:I0fzm&amp;diff=893</id>
		<title>User talk:I0fzm</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:I0fzm&amp;diff=893"/>
		<updated>2016-07-09T12:38:00Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 09:38, 9 July 2016 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:I0fzm&amp;diff=892</id>
		<title>User:I0fzm</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:I0fzm&amp;diff=892"/>
		<updated>2016-07-09T12:37:58Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:MM0LID&amp;diff=889</id>
		<title>User talk:MM0LID</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:MM0LID&amp;diff=889"/>
		<updated>2016-04-04T01:23:54Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 22:23, 3 April 2016 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:MM0LID&amp;diff=888</id>
		<title>User:MM0LID</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:MM0LID&amp;diff=888"/>
		<updated>2016-04-04T01:23:53Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:VU2KDS&amp;diff=887</id>
		<title>User talk:VU2KDS</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:VU2KDS&amp;diff=887"/>
		<updated>2016-02-01T03:40:21Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 23:40, 31 January 2016 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:VU2KDS&amp;diff=886</id>
		<title>User:VU2KDS</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:VU2KDS&amp;diff=886"/>
		<updated>2016-02-01T03:40:20Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am post graduate in electronics and licences since 1987.QTH Mumbai, India&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:R3az&amp;diff=885</id>
		<title>User talk:R3az</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:R3az&amp;diff=885"/>
		<updated>2016-01-24T03:27:21Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 23:27, 23 January 2016 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:R3az&amp;diff=884</id>
		<title>User:R3az</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:R3az&amp;diff=884"/>
		<updated>2016-01-24T03:27:20Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Dadbaerpawz&amp;diff=883</id>
		<title>User talk:Dadbaerpawz</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Dadbaerpawz&amp;diff=883"/>
		<updated>2015-12-12T20:54:21Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 16:54, 12 December 2015 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Dadbaerpawz&amp;diff=882</id>
		<title>User:Dadbaerpawz</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Dadbaerpawz&amp;diff=882"/>
		<updated>2015-12-12T20:54:19Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I LOVE AND RESPECT RADIO, I,VE BEEN AN OPERATOR FOR 30+ YRS.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:EI3CTB&amp;diff=881</id>
		<title>User talk:EI3CTB</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:EI3CTB&amp;diff=881"/>
		<updated>2015-11-13T01:21:55Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 21:21, 12 November 2015 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:EI3CTB&amp;diff=880</id>
		<title>User:EI3CTB</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:EI3CTB&amp;diff=880"/>
		<updated>2015-11-13T01:21:54Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Py1db&amp;diff=879</id>
		<title>User talk:Py1db</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Py1db&amp;diff=879"/>
		<updated>2015-10-25T17:33:16Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 14:33, 25 October 2015 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Py1db&amp;diff=878</id>
		<title>User:Py1db</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Py1db&amp;diff=878"/>
		<updated>2015-10-25T17:33:15Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m brazilian Ham radio. PY1DB.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Kb3unv&amp;diff=877</id>
		<title>User talk:Kb3unv</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Kb3unv&amp;diff=877"/>
		<updated>2015-10-01T23:44:23Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 20:44, 1 October 2015 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Kb3unv&amp;diff=876</id>
		<title>User:Kb3unv</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Kb3unv&amp;diff=876"/>
		<updated>2015-10-01T23:44:22Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Enjoy radio. Am a general class ham.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Saeedparvez&amp;diff=873</id>
		<title>User talk:Saeedparvez</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Saeedparvez&amp;diff=873"/>
		<updated>2015-08-06T11:03:34Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 08:03, 6 August 2015 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Saeedparvez&amp;diff=872</id>
		<title>User:Saeedparvez</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Saeedparvez&amp;diff=872"/>
		<updated>2015-08-06T11:03:33Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amateur&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=871</id>
		<title>QtRadio on Windows</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=871"/>
		<updated>2015-07-22T03:51:56Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===QtRadio Client for Windows===&lt;br /&gt;
&lt;br /&gt;
Window users may be interested to know about some recent software developments in the Ham SDR Linux world. Now Windows can listen to Linux SDR servers (dspservers). &lt;br /&gt;
&lt;br /&gt;
==QT5 Build now available for Windows Users! ==&lt;br /&gt;
&lt;br /&gt;
* latest master build for QtRadio on Windows is available at: http://napan.com/ve9gj/QtRadio_Windows_Master_2015-04-26.zip  It is built on April 26 2015.  Unzip the file and run the QtRadio.exe in the QtRadio folder.&lt;br /&gt;
&lt;br /&gt;
* A zip file of QtRadio using QT 5.02 can be downloaded from: http://napan.com/ve9gj/QtRadio-Qt5-master-2013-05-23.zip (Built May 23 2013)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Below is a list of older builds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The latest zip of master branch (Dec 26 2012) can be downloaded from: http://napan.com/ve9gj/QtRadio-master-2013-01-28.zip (Built Jan 28 2012) This version has the &amp;quot;Master&amp;quot; Button&lt;br /&gt;
* The previous zip of master branch can be downloaded from: http://napan.com/ve9gj/qtadio-master-2012-11-11.zip (Built Nov 11 2012). &lt;br /&gt;
*A zip of the protocol-3 branch built for windows is at: http://napan.com/ve9gj/qtradio-protocol-3.zip (Built Mar 18 2012).  This uses the new protocol-3 and should be able to connect with master and protocol-3 servers. Still experimental.  It contains improvements to the spectrum and waterfall refresh rates for remote connections.&lt;br /&gt;
*A zip of the rxtx-rtp-symm branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp-symm.zip Feb 01 2012). This contains the new RTP code anfd TX passwords.  &lt;br /&gt;
*A zip of the rxtx-rtp branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp.zip (Jan 8 2012). This contains the new RTP code.  &lt;br /&gt;
*A zip of the rxtx-event branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-event.zip (Jan 7 2012). (Before RTP)&lt;br /&gt;
*A zip of the current  master branch with debug and map can be downloaded from: http://napan.com/ve9gj/qtradio-master-debug.zip (Built Feb 25 2012).  This is only for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unzip to any folder and run the qtradio.exe file. It does not need an actual install just the included dll files in the same folder.&lt;br /&gt;
I have built a new Windows QtRadio from the latest master branch at github.com/alexlee188/ghpsdr3-alex. Sources are included in the download and are in the win32 branch at the git same git repo.&lt;br /&gt;
It includes the Quick Connect dialog window. This new addition will list all the current online dspservers. Look under the Receiver menu to get started.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting the Windows version. ==&lt;br /&gt;
* If windows is giving you the very helpful error :) &#039;&#039;QtRadio has encountered a problem and needs to close&#039;&#039; try deleting the registry key for QtRadio. The key can be found at: [HKEY_CURRENT_USER\Software\G0ORX] Use regedit to delete it.&lt;br /&gt;
&lt;br /&gt;
== Notes about the Windows version. ==&lt;br /&gt;
&lt;br /&gt;
*Full RXTX has been accomplished but is still very much a work in progress.&lt;br /&gt;
*QtRadio is the only part of the project that is running on Windows at present. The servers components are only running on Linux.&lt;br /&gt;
*A lot of the current development chatter about the project can be followed in the http://groups.google.com/group/sdr-widget group. A widget is not required to set up a server but they sure work nice! :)&lt;br /&gt;
*Hopefully we can get some more dspservers running. Linux is necessary and there are pre-built binaries available for recent versions of Ubuntu.&lt;br /&gt;
*A README is available at: https://github.com/alexlee188/ghpsdr3-alex/blob/master/README&lt;br /&gt;
*A crude diagram of the components below. Between the dspserver and Antenna many options are available, softrocks, hpsdr, Ettus USRP and Perseus.  QtRadio &amp;lt;-&amp;gt;Internet&amp;lt;-&amp;gt;dspserver&amp;lt;-&amp;gt;softrock application&amp;lt;-&amp;gt;soundcard&amp;lt;-&amp;gt;softrock hardware-&amp;gt;Antenna&lt;br /&gt;
*At this time the only application working in Windows is the QtRadio client which can connect to any dspserver. Download the zip file which contains all the needed dlls and qtradio.exe. Extract the qtradio folder to your windows drive and double click qtradio.exe to run.&lt;br /&gt;
*The source for building with QtCreator is included in the src directory of the download.&lt;br /&gt;
*Some users have found that QtRadio won&#039;t start at all or crashes shortly after startup.  This may be caused by suspect settings in the Windows registry.  You can safely delete the key &amp;quot;HKey_CURRENT_USER-&amp;gt;Software-&amp;gt;G0ORX&amp;quot; with regedit and then try QtRadio again. This will cause QtRadio to start with default settings.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=870</id>
		<title>QtRadio on Windows</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=870"/>
		<updated>2015-07-22T03:42:44Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===QtRadio Client for Windows===&lt;br /&gt;
&lt;br /&gt;
Window users may be interested to know about some recent software developments in the Ham SDR Linux world. Now Windows can listen to Linux SDR servers (dspservers). &lt;br /&gt;
&lt;br /&gt;
==QT5 Build now available for Windows Users! ==&lt;br /&gt;
&lt;br /&gt;
* latest master build for QtRadio on Windows is available at: http://napan.com/ve9gj/qtradio.zip  It is built on April 26 2015.  Unzip the file and run the QtRadio.exe in the QtRadio folder.&lt;br /&gt;
&lt;br /&gt;
* A zip file of QtRadio using QT 5.02 can be downloaded from: http://napan.com/ve9gj/QtRadio-Qt5-master-2013-05-23.zip (Built May 23 2013)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Below is a list of older builds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The latest zip of master branch (Dec 26 2012) can be downloaded from: http://napan.com/ve9gj/QtRadio-master-2013-01-28.zip (Built Jan 28 2012) This version has the &amp;quot;Master&amp;quot; Button&lt;br /&gt;
* The previous zip of master branch can be downloaded from: http://napan.com/ve9gj/qtadio-master-2012-11-11.zip (Built Nov 11 2012). &lt;br /&gt;
*A zip of the protocol-3 branch built for windows is at: http://napan.com/ve9gj/qtradio-protocol-3.zip (Built Mar 18 2012).  This uses the new protocol-3 and should be able to connect with master and protocol-3 servers. Still experimental.  It contains improvements to the spectrum and waterfall refresh rates for remote connections.&lt;br /&gt;
*A zip of the rxtx-rtp-symm branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp-symm.zip Feb 01 2012). This contains the new RTP code anfd TX passwords.  &lt;br /&gt;
*A zip of the rxtx-rtp branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp.zip (Jan 8 2012). This contains the new RTP code.  &lt;br /&gt;
*A zip of the rxtx-event branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-event.zip (Jan 7 2012). (Before RTP)&lt;br /&gt;
*A zip of the current  master branch with debug and map can be downloaded from: http://napan.com/ve9gj/qtradio-master-debug.zip (Built Feb 25 2012).  This is only for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unzip to any folder and run the qtradio.exe file. It does not need an actual install just the included dll files in the same folder.&lt;br /&gt;
I have built a new Windows QtRadio from the latest master branch at github.com/alexlee188/ghpsdr3-alex. Sources are included in the download and are in the win32 branch at the git same git repo.&lt;br /&gt;
It includes the Quick Connect dialog window. This new addition will list all the current online dspservers. Look under the Receiver menu to get started.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting the Windows version. ==&lt;br /&gt;
* If windows is giving you the very helpful error :) &#039;&#039;QtRadio has encountered a problem and needs to close&#039;&#039; try deleting the registry key for QtRadio. The key can be found at: [HKEY_CURRENT_USER\Software\G0ORX] Use regedit to delete it.&lt;br /&gt;
&lt;br /&gt;
== Notes about the Windows version. ==&lt;br /&gt;
&lt;br /&gt;
*Full RXTX has been accomplished but is still very much a work in progress.&lt;br /&gt;
*QtRadio is the only part of the project that is running on Windows at present. The servers components are only running on Linux.&lt;br /&gt;
*A lot of the current development chatter about the project can be followed in the http://groups.google.com/group/sdr-widget group. A widget is not required to set up a server but they sure work nice! :)&lt;br /&gt;
*Hopefully we can get some more dspservers running. Linux is necessary and there are pre-built binaries available for recent versions of Ubuntu.&lt;br /&gt;
*A README is available at: https://github.com/alexlee188/ghpsdr3-alex/blob/master/README&lt;br /&gt;
*A crude diagram of the components below. Between the dspserver and Antenna many options are available, softrocks, hpsdr, Ettus USRP and Perseus.  QtRadio &amp;lt;-&amp;gt;Internet&amp;lt;-&amp;gt;dspserver&amp;lt;-&amp;gt;softrock application&amp;lt;-&amp;gt;soundcard&amp;lt;-&amp;gt;softrock hardware-&amp;gt;Antenna&lt;br /&gt;
*At this time the only application working in Windows is the QtRadio client which can connect to any dspserver. Download the zip file which contains all the needed dlls and qtradio.exe. Extract the qtradio folder to your windows drive and double click qtradio.exe to run.&lt;br /&gt;
*The source for building with QtCreator is included in the src directory of the download.&lt;br /&gt;
*Some users have found that QtRadio won&#039;t start at all or crashes shortly after startup.  This may be caused by suspect settings in the Windows registry.  You can safely delete the key &amp;quot;HKey_CURRENT_USER-&amp;gt;Software-&amp;gt;G0ORX&amp;quot; with regedit and then try QtRadio again. This will cause QtRadio to start with default settings.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=869</id>
		<title>QtRadio on Windows</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=869"/>
		<updated>2015-07-22T03:41:53Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===QtRadio Client for Windows===&lt;br /&gt;
&lt;br /&gt;
Window users may be interested to know about some recent software developments in the Ham SDR Linux world. Now Windows can listen to Linux SDR servers (dspservers). &lt;br /&gt;
&lt;br /&gt;
==QT5 Build now available for Windows Users! ==&lt;br /&gt;
&lt;br /&gt;
* latest master build for QtRadio on Windows is available at: http://napan.com/ve9gj/qtradio.zip  It is built with Qt 5.3 on April 26 2015.  Unzip the file and run the QtRadio.exe in the QtRadio folder.&lt;br /&gt;
&lt;br /&gt;
* A zip file of QtRadio using QT 5.02 can be downloaded from: http://napan.com/ve9gj/QtRadio-Qt5-master-2013-05-23.zip (Built May 23 2013)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Below is a list of older builds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The latest zip of master branch (Dec 26 2012) can be downloaded from: http://napan.com/ve9gj/QtRadio-master-2013-01-28.zip (Built Jan 28 2012) This version has the &amp;quot;Master&amp;quot; Button&lt;br /&gt;
* The previous zip of master branch can be downloaded from: http://napan.com/ve9gj/qtadio-master-2012-11-11.zip (Built Nov 11 2012). &lt;br /&gt;
*A zip of the protocol-3 branch built for windows is at: http://napan.com/ve9gj/qtradio-protocol-3.zip (Built Mar 18 2012).  This uses the new protocol-3 and should be able to connect with master and protocol-3 servers. Still experimental.  It contains improvements to the spectrum and waterfall refresh rates for remote connections.&lt;br /&gt;
*A zip of the rxtx-rtp-symm branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp-symm.zip Feb 01 2012). This contains the new RTP code anfd TX passwords.  &lt;br /&gt;
*A zip of the rxtx-rtp branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp.zip (Jan 8 2012). This contains the new RTP code.  &lt;br /&gt;
*A zip of the rxtx-event branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-event.zip (Jan 7 2012). (Before RTP)&lt;br /&gt;
*A zip of the current  master branch with debug and map can be downloaded from: http://napan.com/ve9gj/qtradio-master-debug.zip (Built Feb 25 2012).  This is only for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unzip to any folder and run the qtradio.exe file. It does not need an actual install just the included dll files in the same folder.&lt;br /&gt;
I have built a new Windows QtRadio from the latest master branch at github.com/alexlee188/ghpsdr3-alex. Sources are included in the download and are in the win32 branch at the git same git repo.&lt;br /&gt;
It includes the Quick Connect dialog window. This new addition will list all the current online dspservers. Look under the Receiver menu to get started.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting the Windows version. ==&lt;br /&gt;
* If windows is giving you the very helpful error :) &#039;&#039;QtRadio has encountered a problem and needs to close&#039;&#039; try deleting the registry key for QtRadio. The key can be found at: [HKEY_CURRENT_USER\Software\G0ORX] Use regedit to delete it.&lt;br /&gt;
&lt;br /&gt;
== Notes about the Windows version. ==&lt;br /&gt;
&lt;br /&gt;
*Full RXTX has been accomplished but is still very much a work in progress.&lt;br /&gt;
*QtRadio is the only part of the project that is running on Windows at present. The servers components are only running on Linux.&lt;br /&gt;
*A lot of the current development chatter about the project can be followed in the http://groups.google.com/group/sdr-widget group. A widget is not required to set up a server but they sure work nice! :)&lt;br /&gt;
*Hopefully we can get some more dspservers running. Linux is necessary and there are pre-built binaries available for recent versions of Ubuntu.&lt;br /&gt;
*A README is available at: https://github.com/alexlee188/ghpsdr3-alex/blob/master/README&lt;br /&gt;
*A crude diagram of the components below. Between the dspserver and Antenna many options are available, softrocks, hpsdr, Ettus USRP and Perseus.  QtRadio &amp;lt;-&amp;gt;Internet&amp;lt;-&amp;gt;dspserver&amp;lt;-&amp;gt;softrock application&amp;lt;-&amp;gt;soundcard&amp;lt;-&amp;gt;softrock hardware-&amp;gt;Antenna&lt;br /&gt;
*At this time the only application working in Windows is the QtRadio client which can connect to any dspserver. Download the zip file which contains all the needed dlls and qtradio.exe. Extract the qtradio folder to your windows drive and double click qtradio.exe to run.&lt;br /&gt;
*The source for building with QtCreator is included in the src directory of the download.&lt;br /&gt;
*Some users have found that QtRadio won&#039;t start at all or crashes shortly after startup.  This may be caused by suspect settings in the Windows registry.  You can safely delete the key &amp;quot;HKey_CURRENT_USER-&amp;gt;Software-&amp;gt;G0ORX&amp;quot; with regedit and then try QtRadio again. This will cause QtRadio to start with default settings.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:M0VHG&amp;diff=867</id>
		<title>User talk:M0VHG</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:M0VHG&amp;diff=867"/>
		<updated>2015-05-27T01:42:56Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 22:42, 26 May 2015 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:M0VHG&amp;diff=866</id>
		<title>User:M0VHG</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:M0VHG&amp;diff=866"/>
		<updated>2015-05-27T01:42:54Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UK Radio Amateur located in the Yorkshire Dales National Park QRA IO84&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:QStefan&amp;diff=861</id>
		<title>User talk:QStefan</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:QStefan&amp;diff=861"/>
		<updated>2015-05-03T13:11:30Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 10:11, 3 May 2015 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:QStefan&amp;diff=860</id>
		<title>User:QStefan</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:QStefan&amp;diff=860"/>
		<updated>2015-05-03T13:11:28Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My Amateurradio Name is DC7SQ&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Lu2dgz&amp;diff=858</id>
		<title>User talk:Lu2dgz</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Lu2dgz&amp;diff=858"/>
		<updated>2015-02-04T00:57:37Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 20:57, 3 February 2015 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Lu2dgz&amp;diff=857</id>
		<title>User:Lu2dgz</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Lu2dgz&amp;diff=857"/>
		<updated>2015-02-04T00:57:36Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ham radio operator from 1981, QRP builder and all mode DX enthusiast.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:N5THQ&amp;diff=856</id>
		<title>User talk:N5THQ</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:N5THQ&amp;diff=856"/>
		<updated>2015-01-07T03:25:36Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 23:25, 6 January 2015 (AST)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:N5THQ&amp;diff=855</id>
		<title>User:N5THQ</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:N5THQ&amp;diff=855"/>
		<updated>2015-01-07T03:25:35Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Resident of USA, State of Texas. Ham radio Amatuer Extra Class: N5THQ. 50 years computer background plus 35 years electronics self study background . Currently, retired for past 10 years. Began ham radio as a No-Code Tech the year the class became available. Upgraded to General class last year and one week later to Amatuer Extra Class.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Luckyg213&amp;diff=843</id>
		<title>User talk:Luckyg213</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Luckyg213&amp;diff=843"/>
		<updated>2014-10-21T13:02:49Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 10:02, 21 October 2014 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Luckyg213&amp;diff=842</id>
		<title>User:Luckyg213</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Luckyg213&amp;diff=842"/>
		<updated>2014-10-21T13:02:48Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=What%27s_New&amp;diff=835</id>
		<title>What&#039;s New</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=What%27s_New&amp;diff=835"/>
		<updated>2014-09-04T00:03:43Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Sep 2 2014===&lt;br /&gt;
New Windows build using Qt5.3!   http://www.napan.com/ve9gj/QtRadio_Windows_Master_2014-09-02.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Aug 22 2013===&lt;br /&gt;
glSDR version 34.  Jog buttons move freq to nearest 100khz or 1khz.  bigger buttons.&lt;br /&gt;
&lt;br /&gt;
https://code.google.com/p/sdr-widget/downloads/detail?name=glSDR34.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===May 23 2013===&lt;br /&gt;
Finally a windows build using Qt5!   http://napan.com/ve9gj/QtRadio-Qt5-master-2013-05-23.zip&lt;br /&gt;
&lt;br /&gt;
===Feb 2 2013===&lt;br /&gt;
&lt;br /&gt;
Updated jmonitor to a 960 x 520 dimension version. This allowed for the creation of individual Band buttons just like in QtRAdio. Added three WWV buttons for  5.0, 10.0, and 15.0 MHz.&lt;br /&gt;
&lt;br /&gt;
Also added a second VFO so that you can direct enter a frequency in MHz. Make sure that you hit the &amp;quot;A&amp;gt;B&amp;quot; button to transfer the frequency to VFO B for updating.&lt;br /&gt;
&lt;br /&gt;
Latest source code is at my github repository: https://github.com/n8mdp/jmonitorWIDE&lt;br /&gt;
&lt;br /&gt;
You can see the updates at: http://www.n8mdp.com/jmonitorWIDE.php&lt;br /&gt;
&lt;br /&gt;
73.&lt;br /&gt;
John&lt;br /&gt;
N8MDP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Jan 28 2013===&lt;br /&gt;
For those of you that are newbies (like I was), I documented my experiences so others could follow step by step what I had to do to get QtRadio, Softrock server, and dspserver running on my Ubuntu 12.03 PC. I also discuss how I got jmonitor running on my website. So here are the links:&lt;br /&gt;
&lt;br /&gt;
QtRadio: http://www.n8mdp.com/qtradio.php&lt;br /&gt;
&lt;br /&gt;
Softrock on Linux (for installing the USB driver): http://www.n8mdp.com/sdrLinux.php&lt;br /&gt;
&lt;br /&gt;
ghpsdr3-alex: http://www.n8mdp.com/ghpsdr3-alex.php&lt;br /&gt;
&lt;br /&gt;
jmonitor: http://www.n8mdp.com/jmonitor.php&lt;br /&gt;
&lt;br /&gt;
I hope these links provide some insight for newbies to enjoy these applications.&lt;br /&gt;
&lt;br /&gt;
73.&lt;br /&gt;
John&lt;br /&gt;
N8MDP&lt;br /&gt;
&lt;br /&gt;
===Jan 16 2013===&lt;br /&gt;
Version 32 of glSDR with SSL is uploaded:&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR33-ssl.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
This version will only connect to dspserver with SSL capability (ie from ssl, opengl-ssl, bigfft-ssl, bigfft-opengl-ssl branches).  This version has SSL security so that data exchanges between glSDR and the dspserver are encrypted.  Thus you can set and use User and Password in glSDR for the dspserver that you want to connect to and you will be able to Tx, as well as take over as MASTER from an existing master connection.  The MASTER feature is in the MENU.&lt;br /&gt;
&lt;br /&gt;
Note that dspserver with SSL capability will service both open and SSL clients.  For open connections, port 8000+x is used.  For SSL connections, you need to open port 9000+x on your firewall.&lt;br /&gt;
&lt;br /&gt;
===Jan 12 2013===&lt;br /&gt;
&lt;br /&gt;
Version 32 of glSDR uploaded. It has a more easily understood error message when trying to connect to an unavailable server, and screen rotation is more stable.&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR32.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===Jan 10 2013===&lt;br /&gt;
&lt;br /&gt;
There is likely to be a bug in the Qt5.0.0 release that leads to QtRadio hangs when you click on the menu after running QtRadio for a while when a buffer underun has occured.  This happens only on some PC&#039;s, but not others.&lt;br /&gt;
&lt;br /&gt;
If it does, you can revert to an older Qt5 BETA:&lt;br /&gt;
&lt;br /&gt;
On my one of 3 PC&#039;s with the QtRadio lockup problem (when you click on any menu items after running QtRadio for a while, especially after a buffer underflow), I rebuild QtRadio using Qt5 from the Edgers ppa (which is a late BETA version), and the problem disappears completely :-)&lt;br /&gt;
&lt;br /&gt;
https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-daily&lt;br /&gt;
&lt;br /&gt;
To get it to build in the Edgers, you just have to set the path to the Edgers directory. E.g. in mine, it is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ export PATH=/opt/qt5/bin:$PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use these commands to create symbolic links in the qt5 library (which you have to do only once):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd /opt/qt5/lib&lt;br /&gt;
$ sudo ln -s libQtMultimedia.so.5.0.0 libQt5Multimedia.so&lt;br /&gt;
$ sudo ln -s libQtMultimedia.so.5.0.0 libQt5Multimedia.so.5&lt;br /&gt;
$ sudo ln -s libQtMultimedia.so.5.0.0 libQt5Multimedia.so.5.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then you should be able to do the usual build steps.&lt;br /&gt;
&lt;br /&gt;
===Jan 1 2013===&lt;br /&gt;
A new experimental branch called ssl is available in the repo.&lt;br /&gt;
&lt;br /&gt;
The dspserver from the ssl branch allows connection from non-encrypted, open (ie the current) clients such as QtRadio and glSDR, to port 8000+x (where x is usually 0).  In addition, it also allows connection from SSL client (such as QtRadio in this branch) to port 9000+x.  Note that you will have to port forward 9000+x (as well as 8000+x) in the firewall to allow internet connections from outside.&lt;br /&gt;
&lt;br /&gt;
When you first run dspserver you will receive instructions to generate a self signed security certificate.  It will be adequate for our purposes.&lt;br /&gt;
&lt;br /&gt;
One of the advantages of the ssl connection is that your user/password (indeed all data including spectrum and audio) are encrypted so it will be harder for hackers to obtain your user/password from the wire.&lt;br /&gt;
&lt;br /&gt;
Note that the ssl branch&#039;s QtRadio will be using port 9000+x when making a connection to a server, so it will NOT work with the dspserver in the other branches which is listening on port 8000+x.&lt;br /&gt;
&lt;br /&gt;
===Dec 26 2012===&lt;br /&gt;
Kill switch added to QtRadio (with corresponding dspserver) in master and opengl branches in the git repo.&lt;br /&gt;
&lt;br /&gt;
When you know the user/password (eg you are the server owner), and if you are connected as a slave to your server, you can click the &amp;quot;MASTER&amp;quot; button and usurp the master status.  You will become the master and the previous master will be demoted to slave status.&lt;br /&gt;
&lt;br /&gt;
Please use this function sparingly as it may annoy inexperienced glSDR users who are already complaining that the app does not work as they cannot control the vfo and change bands, when the word &amp;quot;slave&amp;quot; in the title bar of the app is staring them in the face :-)&lt;br /&gt;
&lt;br /&gt;
===Dec 25 2012===&lt;br /&gt;
I have made updating info in dspserver.conf compulsory instead of optional.  There are far too many &amp;quot;UNKNOWN&amp;quot; new stations online.&lt;br /&gt;
&lt;br /&gt;
I have updated opengl branch with version 29 of glSDR:&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR29.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===Dec 20 2012===&lt;br /&gt;
Qt5 final is here:&lt;br /&gt;
&lt;br /&gt;
http://qt-project.org/downloads&lt;br /&gt;
&lt;br /&gt;
Download it and install in /opt/Qt5.0.0 (use sudo when running the installer).&lt;br /&gt;
&lt;br /&gt;
Then set the path with something like:&lt;br /&gt;
&lt;br /&gt;
$ export PATH=/opt/Qt5.0.0/5.0.0/gcc_64/bin:/opt/Qt5.0.0/Tools/QtCreator/bin:$PATH&lt;br /&gt;
&lt;br /&gt;
The git repo branches iw0hdv, master and opengl have been updated to build with Qt5 final (and so they are incompatible with older versions of Qt5 such as the BETA or from the Edgers repo etc).&lt;br /&gt;
&lt;br /&gt;
===Nov 26 2012===&lt;br /&gt;
glSDR version 28 is in Google Play and is also available for download.&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR28.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===Nov 20 2012===&lt;br /&gt;
glSDR version 27 is in Google Play and is also available for download.  It has been tweaked to support Adreno GPU based devices.&lt;br /&gt;
&lt;br /&gt;
===Nov 18 2012===&lt;br /&gt;
glSDR version 25 is in Google Play.  Servers list is now updated on each SERVERS MENU invocation.  Default frequency for each band is saved on exit in master mode.  Band specific default frequencies can be reset to factory default via the BAND MENU.&lt;br /&gt;
&lt;br /&gt;
===Oct 20 2012===&lt;br /&gt;
glSDR version 21 is in Google Play.  Slave tracks freq, mode and (fake) filter settings of master.  Master/slave status is displayed in Title bar.&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR21.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===Oct 17 2012===&lt;br /&gt;
glSDR version with waterfall disabled.  It may work with Adreno gpu based devices.&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR_no_waterfall.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===Sep 24 2012===&lt;br /&gt;
Sep 24 2012 glSDR version 16 is in Play Store. You can also download here:&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR16.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===Sep 22 2012===&lt;br /&gt;
Online dspserver Server Map Thanks Andrea!  http://www.montefusco.com/ghpsdr3&lt;br /&gt;
&lt;br /&gt;
===Sep 20 2012===&lt;br /&gt;
glSDR version 12 is in Play Store.  You can also download here:&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR12.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
It has an 80khz FM filter for listening to FM broadcasts and also options for Spectrum Averaging.&lt;br /&gt;
&lt;br /&gt;
===Sep 17 2012===&lt;br /&gt;
Added direct support in QtRadio (linux) for the Griffin Powermate Vfo knob. Pushing the knob cycles through vfo step size.&lt;br /&gt;
&lt;br /&gt;
===Sep 15 2012===&lt;br /&gt;
&lt;br /&gt;
Codec2 has been updated to the latest developmental branch.  This branch can be downloaded:&lt;br /&gt;
&lt;br /&gt;
svn co https://freetel.svn.sourceforge.net/svnroot/freetel/codec2-dev codec2-dev&lt;br /&gt;
&lt;br /&gt;
This has a new API and it has updated codec2, including a new 3200 bps codec which gives better quality than the 2400 bps codec we have used in the past.&lt;br /&gt;
&lt;br /&gt;
Both master and opengl-qt5 branches have been updated with the new codec2.  You need to download the codec2-dev branch above, rebuild codec2, and then rebuild dspserver and QtRadio.&lt;br /&gt;
&lt;br /&gt;
===Sep 14 2012===&lt;br /&gt;
glSDR version 10 is in Play Store, For those without access to Play, you can download from:&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR10.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===Sep 12 2012===&lt;br /&gt;
The zoom feature has been ported to glSDR.  Ver 9 is now in Play store.  For those without access to Play store, you can download the apk here:&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR9.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
With the recent changes, high bandwidth rigs are now adequately supported by ghpsdr3-alex.  You can zoom in and out to spectrum/waterfall up to 960 ksps and beyond.&lt;br /&gt;
&lt;br /&gt;
Note that Glenn has also compiled a Windows binary of QtRadio that has the zoom feature and other updates to allow you to access rigs such as HiQSDR and Perseus. allowing you to set Pre-selector, attentuator etc.&lt;br /&gt;
&lt;br /&gt;
===Sep 10 2012===&lt;br /&gt;
The LO_offset mechanism has been revamped.  The rotation of the spectrum data is now done entirely in dspserver.  Therefore clients eg. QtRadio, glSDR, do not have to rotate the data anymore.&lt;br /&gt;
&lt;br /&gt;
This is needed to support the new zoom feature.  You can now zoom the spectrum/waterfall on the fly.  This feature is very useful for looking closely at a signal, eg 50Hz CW for you to tune spot on, and also for very wide bandwidth hardware such as Peuseus and HiQSDR.  We now have servers running 500 ksps or even 960 ksps.&lt;br /&gt;
&lt;br /&gt;
Checkout these videos:&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=g3vbv.ogv&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
http://code.google.com/p/sdr-widget/downloads/detail?name=g3vbv2.ogv&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
It will take a while for all dspservers to be updated to the lastest code and you must use the latest QtRadio and glSDR (ver 8 or later) for the new LO_offset.&lt;br /&gt;
&lt;br /&gt;
===Sep 5 2012===&lt;br /&gt;
&lt;br /&gt;
Just to summarise the status of support of the just released Qt5 Beta1 for building QtRadio under Linux:&lt;br /&gt;
&lt;br /&gt;
1.  You download and install the Qt5 Beta:&lt;br /&gt;
&lt;br /&gt;
http://releases.qt-project.org/qt5.0/beta1/&lt;br /&gt;
&lt;br /&gt;
2.  You set the path to point to the qmake you want to use:&lt;br /&gt;
&lt;br /&gt;
$ export PATH=/where/the/Qt/bin/dir/is:$PATH&lt;br /&gt;
&lt;br /&gt;
(For example, mine is:&lt;br /&gt;
&lt;br /&gt;
export PATH=/home/alex/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/bin:$PATH&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
3.  You can check which version of Qt is active by:&lt;br /&gt;
&lt;br /&gt;
$ qmake --version&lt;br /&gt;
&lt;br /&gt;
(For example, mine is:&lt;br /&gt;
&lt;br /&gt;
alex@alex-Aspire-4750:~/ghpsdr3-alex$ qmake --version&lt;br /&gt;
QMake version 2.01a&lt;br /&gt;
Using Qt version 5.0.0 in /home/alex/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/lib&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
4.  The master branch now has conditional compile for Qt5 Beta and for older versions of Qt.  Once the above PATH is set for the version of Qt you want, you can just use the usual automake steps to build.&lt;br /&gt;
&lt;br /&gt;
5.  The opengl-qt5 branch is customised for qt5 Beta ONLY.  You also need to have a video card/ video chip in your PC that is opengl 2.0 compatible for it to compile and run.&lt;br /&gt;
&lt;br /&gt;
===Aug 3 2012===&lt;br /&gt;
glSDR updated to version 6.  This has Rx IQ Correction setting in the DSP tab.  You should enable it only when connecting to servers running IQ based hardware (eg Softrock, UHFSDR), but NOT direct sampling rigs (eg Perseus).&lt;br /&gt;
&lt;br /&gt;
===July 3 2012===&lt;br /&gt;
Experimental version of glSDR (version 5) that has Tx capabilities. Will only work in certain devices capable of 8khz microphone audio recording and fast CPU at the moment. Go to MENU &amp;gt; Tx to enable tx. Will only work with servers allowing anyone to Tx. http://code.google.com/p/sdr-widget/downloads/detail?name=glSDR.apk&amp;amp;can=2&amp;amp;q=&lt;br /&gt;
&lt;br /&gt;
===May 30 2012===&lt;br /&gt;
The opengl ES 2.0 enabled version of the Android client has been uploaded to Google Play store and can be downloaded to compatible Android devices.  The name of the App is glSDR.&lt;br /&gt;
&lt;br /&gt;
===May 28 2012===&lt;br /&gt;
Tx audio encoding now has two available codecs:  aLaw and Codec2.  aLaw uses higher LAN bandwidth but the audio quality is much better than Codec2.  aLaw is also suitable for digital mode Tx using the fldigi front-end connected to QtRadio.  The Tx code is available in both the master and the opengl-qt5 branches.&lt;br /&gt;
&lt;br /&gt;
===May 19 2012===&lt;br /&gt;
Qt5 has the bug fix for pull mode audio in Qt.  The master branch and the opengl-qt5 branch can be built with the latest Qt5 (BETA) daily snapshot and the audio in pull mode works very well with Ubuntu 12.04 where most users had problems.&lt;br /&gt;
&lt;br /&gt;
===May 12 2012===&lt;br /&gt;
Experimental support for [[RTL-SDR]] available.&lt;br /&gt;
&lt;br /&gt;
===Apr 11 2012===&lt;br /&gt;
* The branch audio-testing was created for linux users who were having trouble with Qt&#039;s lack of sound in QtRadio.  It seemed to be more of a problem with newer 64 bit installs.  audio-testing bypasses QT for audio playback and calls pulse audio libs directly. You may have to direct sound to your proper sound device with pavucontrol.&lt;br /&gt;
&lt;br /&gt;
===Apr 5 2012===&lt;br /&gt;
* Created an article on the Utilities &amp;amp; Add-ons page called: &amp;quot;Full featured recording script&amp;quot; unsing sox and rigctl (hamlib).&lt;br /&gt;
&lt;br /&gt;
===Apr 4 2012===&lt;br /&gt;
* A new branch, opengl, has working QtRadio code that uses OpenGL shaders to compute and display the waterfall.  The waterfall is actually a 3-D cube and you can pan/zoom with mouse drags on the waterfall display.  Drag it all the way to one side and you can have a glimpse of the sides of the cube.  The aim of this QtRadio is to offload work from the cpu to the gpu.  If your system has a weak cpu (eg atom) and a powerful gpu (eg nvidia ION) it should reduce the cpu util significantly.&lt;br /&gt;
&lt;br /&gt;
===Mar 18 2012===&lt;br /&gt;
* A new build for windows from the new protocol-3 branch is available at: http://napan.com/ve9gj/qtradio-protocol-3.zip (Built Mar 18 2012). This uses the new protocol-3 and should be able to connect with master and protocol-3 servers. Still experimental. It contains improvements to the spectrum and waterfall refresh rates for remote connections.&lt;br /&gt;
&lt;br /&gt;
===Feb 25 2012===&lt;br /&gt;
* New Windows build of QtRadio (master branch)  Download: http://napan.com/ve9gj/qtradio-master.zip&lt;br /&gt;
===Feb 19 2012===&lt;br /&gt;
* Graeme ZL2APV has coded CW receive in QtRadio to behave the same as Kenwood, Yaesu, K3 etc.&lt;br /&gt;
===Feb 18 2012===&lt;br /&gt;
* Frank DG1SBG has got QtRadio to run on Mac OS X 10.6.8 ! http://www.youtube.com/watch?v=LaWnr6Pn3ek&lt;br /&gt;
===Feb 17 2012===&lt;br /&gt;
* Bugfix to possible segfault in dspserver&lt;br /&gt;
===Feb 16 2012===&lt;br /&gt;
* New Windows build of QtRadio (master branch)  Download: http://napan.com/ve9gj/qtradio-master.zip&lt;br /&gt;
===Feb 11 2012===&lt;br /&gt;
* The android client AHPSDR now has a Server list feature just like QtRadio. Look under the menu item Servers and select from among the active servers  Download information on the  [[AHPSDR]] page&lt;br /&gt;
* The branch to use for most users is now the master branch.  This is the one that most dspservers are running&lt;br /&gt;
* Fixed SetTXAMCarrierLevel bug when tx =&amp;quot;all&amp;quot; in master branch &lt;br /&gt;
* Two key Rx audio functions into their own QThread in QtRadio.  This should help lower spec&#039;d PCs&lt;br /&gt;
* Fixed a bug where the band edge line in the spectrum display was off by the offset value of the dspserver.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=834</id>
		<title>QtRadio on Windows</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=QtRadio_on_Windows&amp;diff=834"/>
		<updated>2014-09-04T00:02:06Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===QtRadio Client for Windows===&lt;br /&gt;
&lt;br /&gt;
Window users may be interested to know about some recent software developments in the Ham SDR Linux world. Now Windows can listen to Linux SDR servers (dspservers). &lt;br /&gt;
&lt;br /&gt;
==QT5 Build now available for Windows Users! ==&lt;br /&gt;
&lt;br /&gt;
* latest master build for QtRadio on Windows is available at: http://napan.com/ve9gj/QtRadio_Windows_Master_2014-09-02.zip  It is built with Qt 5.3 on Sept 2 2014.  Unzip the file and run the QtRadio.exe in the QtRadio folder.&lt;br /&gt;
&lt;br /&gt;
* A zip file of QtRadio using QT 5.02 can be downloaded from: http://napan.com/ve9gj/QtRadio-Qt5-master-2013-05-23.zip (Built May 23 2013)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Below is a list of older builds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The latest zip of master branch (Dec 26 2012) can be downloaded from: http://napan.com/ve9gj/QtRadio-master-2013-01-28.zip (Built Jan 28 2012) This version has the &amp;quot;Master&amp;quot; Button&lt;br /&gt;
* The previous zip of master branch can be downloaded from: http://napan.com/ve9gj/qtadio-master-2012-11-11.zip (Built Nov 11 2012). &lt;br /&gt;
*A zip of the protocol-3 branch built for windows is at: http://napan.com/ve9gj/qtradio-protocol-3.zip (Built Mar 18 2012).  This uses the new protocol-3 and should be able to connect with master and protocol-3 servers. Still experimental.  It contains improvements to the spectrum and waterfall refresh rates for remote connections.&lt;br /&gt;
*A zip of the rxtx-rtp-symm branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp-symm.zip Feb 01 2012). This contains the new RTP code anfd TX passwords.  &lt;br /&gt;
*A zip of the rxtx-rtp branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-rtp.zip (Jan 8 2012). This contains the new RTP code.  &lt;br /&gt;
*A zip of the rxtx-event branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-event.zip (Jan 7 2012). (Before RTP)&lt;br /&gt;
*A zip of the current  master branch with debug and map can be downloaded from: http://napan.com/ve9gj/qtradio-master-debug.zip (Built Feb 25 2012).  This is only for debugging purposes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unzip to any folder and run the qtradio.exe file. It does not need an actual install just the included dll files in the same folder.&lt;br /&gt;
I have built a new Windows QtRadio from the latest master branch at github.com/alexlee188/ghpsdr3-alex. Sources are included in the download and are in the win32 branch at the git same git repo.&lt;br /&gt;
It includes the Quick Connect dialog window. This new addition will list all the current online dspservers. Look under the Receiver menu to get started.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting the Windows version. ==&lt;br /&gt;
* If windows is giving you the very helpful error :) &#039;&#039;QtRadio has encountered a problem and needs to close&#039;&#039; try deleting the registry key for QtRadio. The key can be found at: [HKEY_CURRENT_USER\Software\G0ORX] Use regedit to delete it.&lt;br /&gt;
&lt;br /&gt;
== Notes about the Windows version. ==&lt;br /&gt;
&lt;br /&gt;
*Full RXTX has been accomplished but is still very much a work in progress.&lt;br /&gt;
*QtRadio is the only part of the project that is running on Windows at present. The servers components are only running on Linux.&lt;br /&gt;
*A lot of the current development chatter about the project can be followed in the http://groups.google.com/group/sdr-widget group. A widget is not required to set up a server but they sure work nice! :)&lt;br /&gt;
*Hopefully we can get some more dspservers running. Linux is necessary and there are pre-built binaries available for recent versions of Ubuntu.&lt;br /&gt;
*A README is available at: https://github.com/alexlee188/ghpsdr3-alex/blob/master/README&lt;br /&gt;
*A crude diagram of the components below. Between the dspserver and Antenna many options are available, softrocks, hpsdr, Ettus USRP and Perseus.  QtRadio &amp;lt;-&amp;gt;Internet&amp;lt;-&amp;gt;dspserver&amp;lt;-&amp;gt;softrock application&amp;lt;-&amp;gt;soundcard&amp;lt;-&amp;gt;softrock hardware-&amp;gt;Antenna&lt;br /&gt;
*At this time the only application working in Windows is the QtRadio client which can connect to any dspserver. Download the zip file which contains all the needed dlls and qtradio.exe. Extract the qtradio folder to your windows drive and double click qtradio.exe to run.&lt;br /&gt;
*The source for building with QtCreator is included in the src directory of the download.&lt;br /&gt;
*Some users have found that QtRadio won&#039;t start at all or crashes shortly after startup.  This may be caused by suspect settings in the Windows registry.  You can safely delete the key &amp;quot;HKey_CURRENT_USER-&amp;gt;Software-&amp;gt;G0ORX&amp;quot; with regedit and then try QtRadio again. This will cause QtRadio to start with default settings.&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Ad6bn&amp;diff=816</id>
		<title>User talk:Ad6bn</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Ad6bn&amp;diff=816"/>
		<updated>2014-04-29T23:07:38Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 20:07, 29 April 2014 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Ad6bn&amp;diff=815</id>
		<title>User:Ad6bn</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Ad6bn&amp;diff=815"/>
		<updated>2014-04-29T23:07:38Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User_talk:Oldnormanbates&amp;diff=812</id>
		<title>User talk:Oldnormanbates</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User_talk:Oldnormanbates&amp;diff=812"/>
		<updated>2014-04-08T21:11:46Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Ghpsdr3 SDR project&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ve9gj|Ve9gj]] ([[User talk:Ve9gj|talk]]) 18:11, 8 April 2014 (ADT)&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
	<entry>
		<id>https://napan.ca/ghpsdr3/index.php?title=User:Oldnormanbates&amp;diff=811</id>
		<title>User:Oldnormanbates</title>
		<link rel="alternate" type="text/html" href="https://napan.ca/ghpsdr3/index.php?title=User:Oldnormanbates&amp;diff=811"/>
		<updated>2014-04-08T21:11:45Z</updated>

		<summary type="html">&lt;p&gt;Ve9gj: Creating user page for new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amateur Radio Operator-N7PB (Extra Class USA)&lt;br /&gt;
Licensed Amateur Since 1964, Now 63yr Old Male&lt;br /&gt;
Maidenhead Grid Square CN87US&lt;br /&gt;
City: Shoreline,WA USA&lt;br /&gt;
Name: Paul Bates&lt;br /&gt;
Current Equipment: QRP 5W Yaesu FT-817ND Xcvr.&lt;br /&gt;
Antennas:Small Verticals 80-20m,20m Dipole,G5RV&lt;br /&gt;
Retired Electronics Manufacturing Director&lt;br /&gt;
Interest:QRP,Antennas,CW 25wpm-35wpm,SDR,Arduino,Homebrewing&lt;/div&gt;</summary>
		<author><name>Ve9gj</name></author>
	</entry>
</feed>