[Discuss-gnuradio] gr-fcdproplus for non-Linux?

2014-01-17 Thread Michael Dickens
I was playing around with gr-fcdproplus < https://github.com/dl1ksv/gr-fcdproplus > in MacPorts just now, and it requires Linux (e.g., uses "pthread_barrier_t" and "clock_gettime") ... anyone know if there is another version which is more OS compatible? - MLD __

Re: [Discuss-gnuradio] gr-fcdproplus for non-Linux?

2014-01-17 Thread Brian Padalino
We ran into the clock_gettime issue for the bladerf library implementation. We fixed it like this: https://github.com/Nuand/bladeRF/blob/master/host/utilities/common/src/osx/clock_gettime.c According to stackoverflow, the pthread_barrier_t is discussed here: http://stackoverflow.com/quest

Re: [Discuss-gnuradio] gr-fcdproplus for non-Linux?

2014-01-17 Thread Alexandru Csete
Hi Michael, That's the only version; however, it is not gr-fcdproplus itself that uses those functions but the HID API. The solution should be as simple as changing gr-fcdproplus / lib / hid / CMakeLists.txt to use hidmac.c instead of hid.c - just like it's done in gr-fcd component. Alex On F

Re: [Discuss-gnuradio] gr-fcdproplus for non-Linux?

2014-01-17 Thread Volker Schroer
Wel, I could change the Cmake files to use the hidmac.c according to the setup in gr-fcd, but I have no chance to test this. gr-fcdproplus uses /proc/asound to find the correct sound device, if you don't provide a device string in the setup. If you provide a valid device string ( usable for gnu

Re: [Discuss-gnuradio] gr-fcdproplus for non-Linux?

2014-01-17 Thread Alexandru Csete
You can use "FUNcube Dongle V2.0" as audio device on Mac OS X. Alex On Fri, Jan 17, 2014 at 5:23 PM, Volker Schroer wrote: > Wel, I could change the Cmake files to use the hidmac.c according to the > setup in gr-fcd, but I have no chance to test this. > gr-fcdproplus uses /proc/asound to find t

Re: [Discuss-gnuradio] gr-fcdproplus for non-Linux?

2014-01-17 Thread Volker Schroer
OK, I'll try this tomorrow. -- Volker Am 17.01.2014 18:01, schrieb Alexandru Csete: You can use "FUNcube Dongle V2.0" as audio device on Mac OS X. Alex On Fri, Jan 17, 2014 at 5:23 PM, Volker Schroer wrote: Wel, I could change the Cmake files to use the hidmac.c according to the setup in g