diff options
author | kai <kai@FreeBSD.org> | 2019-02-21 05:49:09 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-02-21 05:49:09 +0800 |
commit | 6b9b9e8bd8b2da8f576b9e52954650b739052fde (patch) | |
tree | 5918df4a387b3f52d4166bed0561dfb9c0636633 /comms/Makefile | |
parent | 1817e16c57e05e34416802fd2780cc4f1f304f9c (diff) | |
download | freebsd-ports-gnome-6b9b9e8bd8b2da8f576b9e52954650b739052fde.tar.gz freebsd-ports-gnome-6b9b9e8bd8b2da8f576b9e52954650b739052fde.tar.zst freebsd-ports-gnome-6b9b9e8bd8b2da8f576b9e52954650b739052fde.zip |
New port: comms/redsea
redsea is a lightweight command-line decoder for broadcast FM-RDS data,
such as that provided from a software-defined radio (SDR). It can also
decode raw ASCII bitstreams, the hex format provided by RDS Spy, and audio
files containing multiplex signals. Decoded RDS groups are printed to the
terminal as line-delimited JSON objects; optionally, undecoded hex blocks
can be output instead.
This program is intended to be used in combination with a separate source
of demodulated FM multiplex signals, such as rtl-sdr.
WWW: https://github.com/windytan/redsea/
PR: 234726
Submitted by: Andrew <morrand276@gmail.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19164
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 88c7faf8f2d0..daba7c2045a3 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -153,6 +153,7 @@ SUBDIR += qt5-serialport SUBDIR += qtel SUBDIR += quisk + SUBDIR += redsea SUBDIR += remserial SUBDIR += rtl-sdr SUBDIR += rubygem-callsign |