Sign inSign up

marcelmaatkamp/gnuradio

By marcelmaatkamp

Updated almost 11 years ago

GNURadio 3.6.5.1, 3.7.1 and HEAD and all of its submodules like rtl-sdr and gr-companion

Image
12

5.5K

marcelmaatkamp/gnuradio repository overview

This is a Dockerfile for building GNURadio 3.7.1 and its modules:

  • uhd (003.008.000-release)
  • rtl-sdr
  • hackrf
  • gr-iqba
  • bladeRF
  • gr-osmosdr
  • gr-baz
  • gr-extras

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

Tag summary

Content type

Image

Digest

sha256:1155220e3

Size

1.4 GB

Last updated

almost 11 years ago

docker pull marcelmaatkamp/gnuradio