Skip to content

ast/gr-fcdproplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-fcdproplus

gr-fcdproplus is an Linux and OSX addon for gnuradio to implement a funcube dongle pro+ source.

On linux it autodetects the correct soundcard from /proc/asound/cards. This idea was taken from the osmosdr drivers.

This repo is a copy of the work of DL1KSV.

Rationale

I was using DSL1KSV's module but had problems building it on OSX with homebrew. The root of the cause were some custom cmake hacks so I took his code and put the current gnuradio default cmake files in.

Warning: In order to be backwards compatible this block as exactly the same name and properties as DL1KSV's. If you install this it will overwrite the old one.

Building

On Linux do something like this.

$ git clone https://github.com/ast/gr-fcdproplus.git
$ cd gr-fcdproplus
$ mkdir build && cd build
$ cmake ..
$ make
$ make install

Changes

  • Always use system hidapi.
  • Added FindHIDAPI.cmake
  • More to come.

Acknowledgements

About

Trying to update gr-fcdproplus to gnuradio 3.7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published