GNURadio 3.6.5.1, 3.7.1 and HEAD and all of its submodules like rtl-sdr and gr-companion
5.5K
This is a Dockerfile for building GNURadio 3.7.1 and its modules:
BUILD
To build an image with this file simply use:
$ git clone https://github.com/marcelmaatkamp/docker-gnuradio.git
$ cd docker-gnuradio
$ docker build -t marcelmaatkamp/gnuradio .
DEPLOY
A pre-build image of this dockerfile can be found at https://registry.hub.docker.com/u/marcelmaatkamp/gnuradio
$ docker pull marcelmaatkamp/gnuradio
$ docker run -t -i --privileged -v /dev/bus/usb:/dev/bus/usb marcelmaatkamp/gnuradio /bin/bash
Examples
Run rtl_tcp over your network:
$ docker run -ti \
--privileged \
--entrypoint=rtl_tcp \
-p 1234:1234 \
marcelmaatkamp/gnuradio:3.7.1 -a 0.0.0.0
Content type
Image
Digest
sha256:1155220e3…
Size
1.4 GB
Last updated
almost 11 years ago
docker pull marcelmaatkamp/gnuradio