Lightweight C++ program designed to operate USRPs in predictable ways. Built on UHD 4.0.
- UHD 4.0
- Boost
- pthread
- C++17
- Python3
- Install all dependencies
- Modify UHD 4.0 directory in makefile
- Modify Python version in makefile
- Run
make
command
Build with make cpp
or make python
if you wish to compile only each respective part.
examples - directory containing several example files
interface - directory containing Python interface code