Search found 19 matches

by dc1rdb
Thu Apr 21, 2016 6:12 am
Forum: SDRplay related
Topic: Software choice
Replies: 1
Views: 7804

Re: Software choice

Hello Paul, I'm using my SDRPlay on a Mac in conjunction with CubicSDR. The latest version can be downloaded at https://github.com/cjcliffe/CubicSDR/releases Despite the fact that it's still an alpha version, it runs very stable and already has a lot of features, perfect for your intended use. Addit...
by dc1rdb
Fri Nov 20, 2015 6:36 am
Forum: SDR Antennas
Topic: Magnetic Loop Antenna with SDRPlay
Replies: 9
Views: 46359

Magnetic Loop Antenna with SDRPlay

Being in a situation where I can't install any external antennas, I've been experimenting with a lot of different indoor antennas but was never really satisfied with the results. I finally decided to buy a active magnetic loop antenna, the ML200 from hamradioshop.net. This antenna covers a frequency...
by dc1rdb
Mon Oct 26, 2015 8:53 am
Forum: Code Corner
Topic: Mac users - CubicSDR
Replies: 22
Views: 80822

Re: Mac users - CubicSDR

CubicSDR works nicely on my Macbook Pro, and supports a wider range of bandwidths than other clients. I don't see any way to record the IQ stream, though. I/Q recording and playback is a planned feature for CubicSDR, see https://github.com/cjcliffe/CubicSDR/blob/master/README.md Since CubicSDR is v...
by dc1rdb
Wed Oct 21, 2015 12:11 pm
Forum: Code Corner
Topic: Mac users - CubicSDR
Replies: 22
Views: 80822

Re: Mac users - CubicSDR

Ok, some additional observations: I just wiped my entire /usr/local/ folder and reinstalled SDRplay_RSP_API_Installer_1.9.2.pkg together with CubicSDR hosted at SDRPLay.com (http://www.sdrplay.com/software/CubicSDR-0.1.11-Darwin.dmg). The resulting combination works fine on Mac OS 10.9.5. There seem...
by dc1rdb
Wed Oct 21, 2015 8:44 am
Forum: Code Corner
Topic: Mac users - CubicSDR
Replies: 22
Views: 80822

Re: Mac users - CubicSDR

FYI: Your hosted version of CubicSDR http://sdrplay.com/software/CubicSDR-0.1.11-Darwin.dmg is different to the original version https://github.com/cjcliffe/CubicSDR/releases/download/v0.1.11/CubicSDR-0.1.11-Darwin.dmg Maybe that is the reason for the experienced problems. I just followed the instal...
by dc1rdb
Wed Oct 21, 2015 6:45 am
Forum: Code Corner
Topic: Mac users - CubicSDR
Replies: 22
Views: 80822

Re: Mac users - CubicSDR

To reconfirm:
- CubicSDR (all versions so far)
- SDRPlay API (libmirsdrapi-rsp.so)
- SoapySDR and SoapySDRPlay
are working flawlessly on my late 2009 Macbook running 10.9.5 Mavericks.

Screenshot here: https://cloud.githubusercontent.com/ass ... 329574.png
by dc1rdb
Tue Oct 20, 2015 4:45 pm
Forum: Code Corner
Topic: Mac users - CubicSDR
Replies: 22
Views: 80822

Mac users - CubicSDR

Mac users - CubicSDR w/ SDRplay RSP flow now through installers (El Capitan 10.11+) at http://www.sdrplay.com/mac.html - Linux flow to follow. Best regards, SDRplay Support CubicSDR and the required SoapySDR and SoapySDRPlay drivers/modules have been verified to work with Mac OS 10.9+ Mac page shou...
by dc1rdb
Sat Oct 10, 2015 9:03 am
Forum: Code Corner
Topic: OS X API version
Replies: 2
Views: 13763

Re: OS X API version

Thanks - works fine here on OS X 10.9.5 Mavericks. Integrating the SoapySDRPlay module into this package will surely help a lot of users who a reluctant to use a terminal window to install something on OS X. Might be a good time to update the Mac page on your website to announce the new developments...
by dc1rdb
Thu Oct 08, 2015 10:22 am
Forum: Code Corner
Topic: Linux - SDRplay - sdr-ip emulation
Replies: 10
Views: 42058

Re: Linux - SDRplay - sdr-ip emulation

The OSX API is updated, can be downloaded now. The filenames are still different from the linux version so you still need the modifications described. I'm eager to hear about your results on OSX. The latest release of the OS X API uses the same filenames as the linux version and the files are now l...
by dc1rdb
Tue Oct 06, 2015 5:17 am
Forum: Code Corner
Topic: Linux - SDRplay - sdr-ip emulation
Replies: 10
Views: 42058

Re: Linux - SDRplay - sdr-ip emulation

I think it can work on OSX with minimal changes, but someone else has to do those changes (preferably someone with an OSX). Look in K/SDRPlay.pm and change this line (the -lmirsdrapi-rsp part): use Inline C=>'DATA',name=>'K::SDRPlay',libs=>'-lmirsdrapi-rsp',cc=>'c99'; according to the sdr api on os...