Summary: | [NEW PORT] comms/libsdr A simple software defined radio (SDR) library | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jeffrey Baitis <jeff> | ||||
Component: | Individual Port(s) | Assignee: | Diane Bruce <db> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | db, jeff | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: db Date: Tue Mar 1 03:41:15 UTC 2016 New revision: 409846 URL: https://svnweb.freebsd.org/changeset/ports/409846 Log: A simple software defined radio (SDR) library. Although being simple, libsdr is sufficient to write a simple SDR receiver application (github.com/hmatuschek/sdr-rx, above). This RX application supports several input sources (i.e. sound card, files, RTL2382 dongles etc.) and modes (i.e. AM, FM, SSB, CW, etc.). WWW: https://github.com/hmatuschek/libsdr PR: 207379 Submitted by: Jeffrey Baitis <baitisj@pcbsd.org> Changes: head/comms/Makefile head/comms/libsdr/ head/comms/libsdr/Makefile head/comms/libsdr/distinfo head/comms/libsdr/files/ head/comms/libsdr/files/patch-CMakeLists.txt head/comms/libsdr/pkg-descr head/comms/libsdr/pkg-plist |
Created attachment 167226 [details] LibSDR port