Easily Setup “uhd” in Easy Steps
What is “uhd” Package?
Hardware driver for all USRP devices.
For more details: https://files.ettus.com/manual/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install uhd.
brew install uhd
Now, use uhd!