airspy Installation on Mac
Package Information:
Name: airspy
Use: The usemode driver and associated tools for airspy. Airspy is a popular, affordable SDR (software defined radio) based communication receiver with the highest performance and the smallest form factor.
URL: http://www.airspy.com
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install airspy using brew
brew install airspy
airspy is ready to use now!