Difference between revisions of "QtRadio on Windows"

From Ghpsdr3 SDR project
Jump to: navigation, search
Line 9: Line 9:
 
*The current zip of master branch can be downloaded from: http://napan.com/ve9gj/qtradio.zip (Built Nov 21 2011). This zip is considered the most stable.
 
*The current zip of master branch can be downloaded from: http://napan.com/ve9gj/qtradio.zip (Built Nov 21 2011). This zip is considered the most stable.
 
*A zip of master branch can be downloaded from: http://napan.com/ve9gj/qtradio-prebin.zip (Built Nov 21 2011).  This zip is the latest NOT including the change to binary header formats.
 
*A zip of master branch can be downloaded from: http://napan.com/ve9gj/qtradio-prebin.zip (Built Nov 21 2011).  This zip is the latest NOT including the change to binary header formats.
*A zip of the rxtx-event branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-event.zip (Nov 28 2011). This is very experimental!  This is the one most of the developers are running at the moment.
+
*A zip of the rxtx-event branch built for windows is at: http://napan.com/ve9gj/qtradio-rxtx-event.zip (Dec 1 2011). This is very experimental!  This is the one most of the developers are running at the moment.
  
 
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.
 
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.

Revision as of 22:12, 1 December 2011

QtRadio Client for Windows



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).

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. 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. 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.


Notes about the Windows version.

  • This QtRadio is strictly RX only. Some of the controls are for the upcoming full RXTX version and do nothing. Full RXTX has been accomplished but is still very much a work in progress.
  • A dspserver can only accept one client at a time hence the Busy/Idle status.
  • QtRadio is the only part of the project that is running on Windows at present. The servers components are only running on Linux.
  • 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! :)
  • Hopefully we can get some more dspservers running. Linux is necessary and there are pre-built binaries available for recent versions of Ubuntu.
  • A README is available at: https://github.com/alexlee188/ghpsdr3-alex/blob/master/README
  • A crude diagram of the components below. Between the dspserver and Antenna many options are available, softrocks, hpsdr, Ettus USRP and Perseus. QtRadio <->Internet<->dspserver<->softrock application<->soundcard<->softrock hardware->Antenna
  • 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.
  • The source for building with QtCreator 2.3.0 based on QT 4.7.4 is available via the win32 branch at: https://github.com/alexlee188/ghpsdr3-alex
  • Note that codec2 is not working in the win32 version.
  • Some users have found that QtRadio won'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 "HKey_CURRENT_USER->Software->G0ORX" with regedit and then try QtRadio again. This will cause QtRadio to start with default settings.