USRP driver for use with dsp-common, tested successfully on:
- USRP B100
- USRP1
Clone the uhd-java repository and
follow the instructions to install org.anhonesteffort.uhd:uhd-java:x.x
in your local Maven repo.
Copy the file example-usrp.properties
to another file named usrp.properties
,
this file is read from your working directory at runtime and used to configure
your USRP:
$ mvn package
Copy target/dsp-usrp-source-x.jar
into the classpath of your dependant project.
Copyright 2015 An Honest Effort LLC
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html