CubicSDR is the software portion of Software Defined Radio. By Using hardware that converts RF spectrum into a digital stream we are able to build complex radios to do many types of functions in software instead of traditional hardwre.
CubicSDR is the software portion of Software Defined Radio. By Using hardware that converts RF spectrum into a digital stream we are able to build complex radios to do many types of functions in software instead of traditional hardwre.
To install CubicSDR, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install CubicSDR
To see what files were installed by CubicSDR, run:
port contents CubicSDR
To later upgrade CubicSDR, run:
sudo port selfupdate && sudo port upgrade CubicSDR
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.