Difference between revisions of "Heterodyne (MacOS X)"

From HPSDRwiki
Jump to: navigation, search
m (MacHPSDR moved to Heterodyne: Program name change.)
Line 1: Line 1:
MacHPSDR is a native Mac implementation of a receiver for OpenHPSDR hardware by Jeremy McDermond ([[User:NH6Z|NH6Z]])
+
Heterodyne is a native Mac implementation of a receiver for OpenHPSDR hardware by Jeremy McDermond ([[User:NH6Z|NH6Z]])
  
 
==System Requirements==
 
==System Requirements==
 
+
Heterodyne is targeted towards Snow Leopard (MacOS X 10.6) for Intel systems.  It will not run on Leopard (10.5) because of its use of Grand Central Dispatch.
MacHPSDR is targeted towards Snow Leopard (MacOS X 10.6).  It may run on Leopard (10.5) but this configuration is not supported by the author.  It is also only targeted towards Intel systems.
+
  
 
==Downloads==
 
==Downloads==
A binary download is available from [http://www.nh6z.net/MacHPSDR/MacHPSDR.zip Jeremy's web site].  Just drag the application to your /Application folders to install it.
+
A binary download is available from [http://www.nh6z.net/Heterodyne/Heterodyne.zip Jeremy's web site].  Just drag the application to your /Application folders to install it.
  
 
==Running the Program==
 
==Running the Program==
Just double-click the application.  MacHPSDR has a copy of the Ozy firmware built into the executable and will load Ozy automatically for you.  There are no requirements to run initozy or anything.  There are no dependencies on other libraries either.  Everything you need is in the application you downloaded.
+
Just double-click the application.  Heterodyne has a copy of the Ozy firmware built into the executable and will load Ozy automatically for you.  There are no requirements to run initozy or anything.  There are no dependencies on other libraries either.  Everything you need is in the application you downloaded.
  
 
==Source==
 
==Source==
 
Source code is available for MacHPSDR from Jeremy's SVN repository at:
 
Source code is available for MacHPSDR from Jeremy's SVN repository at:
  
https://www.xenotropic.com/ham-svn/MacHPSDR
+
https://www.xenotropic.com/ham-svn/Heterodyne
  
 
All files (even though some might not be labelled yet) are distributed as open source under the GPL v2 license.
 
All files (even though some might not be labelled yet) are distributed as open source under the GPL v2 license.
Line 20: Line 19:
 
==Videos==
 
==Videos==
 
If you'd like to see how the program looks and works, Jeremy has posted some videos at his [http://www.youtube.com/mcdermj YouTube Page].
 
If you'd like to see how the program looks and works, Jeremy has posted some videos at his [http://www.youtube.com/mcdermj YouTube Page].
 +
 +
==Bug Reporting==
 +
A bug tracker for Heterodyne is available on [http://mcdermj.lighthouseapp.com Lighthouse].  Please report any problems there as it assists the author in remembering and keeping track of all current issues.  There is also an RSS feed there so that you can keep track of all commits to the Heterodyne SVN.
  
 
==Missing Features==
 
==Missing Features==
The big one right now is that there is no transmit capability.  You have a receive only limitationThis will hopefully be removed in the near future.
+
CW transmit is not supportedAn oscillator of some sort will have to be written to accommodate CW users.
  
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 17:04, 1 April 2011

Heterodyne is a native Mac implementation of a receiver for OpenHPSDR hardware by Jeremy McDermond (NH6Z)

System Requirements

Heterodyne is targeted towards Snow Leopard (MacOS X 10.6) for Intel systems. It will not run on Leopard (10.5) because of its use of Grand Central Dispatch.

Downloads

A binary download is available from Jeremy's web site. Just drag the application to your /Application folders to install it.

Running the Program

Just double-click the application. Heterodyne has a copy of the Ozy firmware built into the executable and will load Ozy automatically for you. There are no requirements to run initozy or anything. There are no dependencies on other libraries either. Everything you need is in the application you downloaded.

Source

Source code is available for MacHPSDR from Jeremy's SVN repository at:

https://www.xenotropic.com/ham-svn/Heterodyne

All files (even though some might not be labelled yet) are distributed as open source under the GPL v2 license.

Videos

If you'd like to see how the program looks and works, Jeremy has posted some videos at his YouTube Page.

Bug Reporting

A bug tracker for Heterodyne is available on Lighthouse. Please report any problems there as it assists the author in remembering and keeping track of all current issues. There is also an RSS feed there so that you can keep track of all commits to the Heterodyne SVN.

Missing Features

CW transmit is not supported. An oscillator of some sort will have to be written to accommodate CW users.