https://github.com/va1da5/docker-gqrx-pluto
Docker blueprint for GQRX with PlutoSDR support
https://github.com/va1da5/docker-gqrx-pluto
adalm-pluto docker gqrx plutosdr pulseaudio
Last synced: 9 months ago
JSON representation
Docker blueprint for GQRX with PlutoSDR support
- Host: GitHub
- URL: https://github.com/va1da5/docker-gqrx-pluto
- Owner: va1da5
- Created: 2018-11-10T10:05:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T10:13:41.000Z (over 7 years ago)
- Last Synced: 2025-04-12T10:45:45.759Z (over 1 year ago)
- Topics: adalm-pluto, docker, gqrx, plutosdr, pulseaudio
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Blueprint for GQRX with PlutoSDR
> Gqrx is an open source software defined radio receiver (SDR) powered by the GNU Radio and the Qt graphical toolkit - [Official Project Repository](https://github.com/csete/gqrx)
## Installation
```bash
git clone https://github.com/va1da5/docker-gqrx-pluto.git
cd docker-gqrx-pluto
./build.sh
```
## Usage
```bash
./run.sh
```
You can also simulate native binary using the following:
```bash
mkdir ~/bin
cp run.sh ~/bin/gqrx
chmod +x ~/bin/gqrx
gqrx # start a container from anywhere in CLI
```