Search found 26 matches

by jazzkutya
Wed Oct 14, 2015 1:18 pm
Forum: Code Corner
Topic: Linux
Replies: 54
Views: 198262

Re: Linux

Hi sdrplay, Have you considered making the extio dll opensource? Not the API dll, just the extio dll. It seems there is many important functionality in that dll, like closing the gap of 380-420MHz. While an extio library is a very rare sight on linux, maybe totally non-existent, linrad does support ...
by jazzkutya
Tue Oct 13, 2015 9:36 am
Forum: Code Corner
Topic: Linux - SDRplay - sdr-ip emulation
Replies: 10
Views: 42072

Re: Linux - SDRplay - sdr-ip emulation

I have deleted the github repository and I am no more distributing this code due to RFSPACE not giving permission to use their protocol. I will find another way to make linrad and extio supporting apps that can be run with wine be usable with SDRPlay on linux. Probably I will extend the opensource r...
by jazzkutya
Mon Oct 12, 2015 4:04 pm
Forum: Code Corner
Topic: OSX libmirsdr_api.so unsupported file format?
Replies: 3
Views: 15446

Re: OSX libmirsdr_api.so unsupported file format?

From DC1RDB:
"I just did a fresh install on my Macbook using SDRplay_RSP_API_Installer_1.8.pkg downloaded from the OS X page of SDRPlay.com. The API works fine with SoapySDRPlay / CubicSDR."
by jazzkutya
Mon Oct 12, 2015 3:53 pm
Forum: Code Corner
Topic: OSX libmirsdr_api.so unsupported file format?
Replies: 3
Views: 15446

Re: OSX libmirsdr_api.so unsupported file format?

Sorry, I meant to write libmirsdrapi-rsp.so, as shown in the copypasted error.

The error is not on my system, I'm using it fine on linux, but on DC1RDB's OSX system, he will report about using the latest installer.
by jazzkutya
Mon Oct 12, 2015 3:24 pm
Forum: Code Corner
Topic: OSX libmirsdr_api.so unsupported file format?
Replies: 3
Views: 15446

OSX libmirsdr_api.so unsupported file format?

Hi sdrplay or Tech Support, we have the below problem when trying to link against the api library libmirsdr_api.so: LD_RUN_PATH="/usr/local/lib" cc -mmacosx-version-min=10.9 -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector SDRPlay.o -o blib/arch/auto/K/SDR...
by jazzkutya
Sat Oct 10, 2015 8:16 pm
Forum: Code Corner
Topic: Linux - SDRplay - sdr-ip emulation
Replies: 10
Views: 42072

Re: Linux - SDRplay - sdr-ip emulation

I have updated the perl code so it's compatible with older Inline::C perl modules. This actually means on Ubuntu 14.04 (and probably later) you don't need to install anything that's not in ubuntu itself. Just install libinline-perl package of Ubuntu. This may make life easier on OSX too, but i don't...
by jazzkutya
Tue Oct 06, 2015 8:24 pm
Forum: Code Corner
Topic: Linux - SDRplay - sdr-ip emulation
Replies: 10
Views: 42072

Re: Linux - SDRplay - sdr-ip emulation

dc1rdb wrote:
jazzkutya wrote:Regarding the outdated OS X API, I've already placed a request here. No response yet.
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.
by jazzkutya
Tue Oct 06, 2015 8:20 pm
Forum: Code Corner
Topic: Linux API version
Replies: 2
Views: 13187

Re: Linux API version

Sorry for the late reply and big thank you for the new linux (and osx) api! I have already jumped on it and came up with an sdr-ip protocol speaking server that you can see in the other topic of this board. That allows me to use linrad and also SDRConsole (with wine) on linux (with limitations like ...
by jazzkutya
Tue Oct 06, 2015 1:41 pm
Forum: Code Corner
Topic: MacPorts sdrplay support for gr-osmosdr
Replies: 2
Views: 13673

Re: MacPorts sdrplay support for gr-osmosdr

I don't understand why this method for obtaining the API means that the latest version of gr-osmosdr should not be supported in Macports? Macports is about compiling (mostly free and opensource) code and distributing the binaries. The SDRplay API library and include files are required at compile ti...
by jazzkutya
Mon Oct 05, 2015 1:52 pm
Forum: Code Corner
Topic: Linux - SDRplay - sdr-ip emulation
Replies: 10
Views: 42072

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