Communications blocks and support libraries for Pothos
This communications toolkits provides DSP and higher level communications blocks such as filters, basic arithmetic, waveform generators, symbol manipulation, encoding/decoding, frame synchronization, error correction, and MAC layer support.
This communications toolkits provides DSP and higher level communications blocks such as filters, basic arithmetic, waveform generators, symbol manipulation, encoding/decoding, frame synchronization, error correction, and MAC layer support.
To install PothosComms, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install PothosComms
To see what files were installed by PothosComms, run:
port contents PothosComms
To later upgrade PothosComms, run:
sudo port selfupdate && sudo port upgrade PothosComms
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.