Pothos is Software Defined Radio (SDR) with a complete data-flow framework for creating topologies of interconnected processing blocks.
Pothos is Software Defined Radio (SDR) with a complete data-flow framework for creating topologies of interconnected processing blocks. Topologies can be designed and tested graphically, and deployed over a network. The Pothos framework API is sleek and smart, enabling users to quickly create custom processing blocks with minimal boiler-plate. Processing blocks can support computational offload and integration with SoC and DMA devices.
Pothos is Software Defined Radio (SDR) with a complete data-flow framework for creating topologies of interconnected processing blocks. Topologies can be designed and tested graphically, and deployed over a network. The Pothos framework API is sleek and smart, enabling users to quickly create custom processing blocks with minimal boiler-plate. Processing blocks can support computational offload and integration with SoC and DMA devices.
To install Pothos, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install Pothos
To see what files were installed by Pothos, run:
port contents Pothos
To later upgrade Pothos, run:
sudo port selfupdate && sudo port upgrade Pothos
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.