diff options
author | nox <nox@FreeBSD.org> | 2013-07-26 02:53:30 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-07-26 02:53:30 +0800 |
commit | 17d804707193549d3280a9c414e97f116dc4d28a (patch) | |
tree | dff560eaa06315d65bf08bd37d07c67f0c3f6170 /comms/Makefile | |
parent | 9c879ee5759d6b1c88aef83706cc54d07bc33411 (diff) | |
download | freebsd-ports-gnome-17d804707193549d3280a9c414e97f116dc4d28a.tar.gz freebsd-ports-gnome-17d804707193549d3280a9c414e97f116dc4d28a.tar.zst freebsd-ports-gnome-17d804707193549d3280a9c414e97f116dc4d28a.zip |
Add new port comms/jsdr:
SDR-J (formerly Jsdr) is a suite of four programs provided under a
LGPL open source license for playing around with sdr (software
defined radio). The software can be used directly with the PM-SDR
kit and RTL2832U based dongles, and in the 32 bits Windows version
with other kits as well.
The suite contains four programs:
- a full blown "short wave" receiver, which provides tuning in the
range of 100K .. 165M using the PM-SDR (although above 55 M with
reduced performance) and from app 55 MHz to app 900 Mhz or above
using an RTL2832U based dongle. The receiver provides quite a number
of decoders for amateur modes.
- am/fm receiver covering the same frequency bands as the sw receiver,
however, with am bandwidths selectable, with fm mono and stereo
decoding as well as with rds decoding.
- spectrum viewer for use with the RTL2832U based dongles, showing
spectra of up to 3 Mhz bandwidth.
- mini receiver, a stripped version of the fm receiver, a gadget
for listening to WFM using DAB sticks.
WWW: http://www.sdr-j.tk/
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 0dc101a10401..4b275dfc56f2 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -70,6 +70,7 @@ SUBDIR += java-commapi SUBDIR += java-commapi-freebsd SUBDIR += jerm + SUBDIR += jsdr SUBDIR += kallers SUBDIR += kb SUBDIR += kermit |