1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | github.setup pothosware SoapySDR 0.5.2 soapy-sdr- |
---|
9 | platforms darwin macosx |
---|
10 | categories science |
---|
11 | license Boost-1 |
---|
12 | maintainers gmail.com:gedgy63 \ |
---|
13 | openmaintainer |
---|
14 | description A fresh and clean vendor neutral and platform independent SDR support library |
---|
15 | long_description SoapySDR is an open-source generalized C/C++ API and runtime library for interfacing with SDR devices. With SoapySDR, you can instantiate, configure, and stream with an SDR device in a variety of environments. Both osmosdr and uhd devices are available within SoapySDR. In addition, vendors can directly support their hardware using SoapySDR device modules. There are wrappers for both gr-osmosdr, uhd, and gr-uhd to bring an ecosystem of existing applications to SoapySDR devices. And SoapySDR has support for powerful platforms like GNU Radio and Pothos. |
---|
16 | homepage https://github.com/pothosware/SoapySDR/wiki |
---|
17 | |
---|
18 | checksums rmd160 434661ee85a3c7283c4e5cf5297e67bc09d5811f \ |
---|
19 | sha256 7aa46aa558ef0b23f7409dc984066fc51c4cf71165afd1f77df578a37682c85b |
---|