Giter Club home page Giter Club logo

docker_pybombs_gnuradio's Introduction

Docker to install GNU Radio 3.8 via Pybombs

A Dockerfile to install GNU Radio via Pybombs that works in 2021 (with Ubuntu 20.04 and Python 3.8.5 and GNU Radio 3.8), differently from all the other stuff that I am seeing throughout the internet.

This Dockerfile is a modified version of the one found on https://medium.com/@kazazes/dockerized-gnu-radio-is-the-only-way-ta-o-gnu-radio-dda55d490c55

The modifications allow you to install a newer version of GNU Radio Companion with QT GUI visualization tools, among other stuff.

This might not be the best Dockerfile ever, but gets the job done. I encourage everyone to upgrade it to their needs.

To build the container:

$  docker build -f Dockerfile -t docker_pybombs_gnuradio .

To run the container, I am using this right now (it let you run the GNU Radio GUI and use the USRPs via USB).

$ xhost +
$ SOCK=/tmp/.X11-unix
$ XAUTH=/tmp/.docker.xauth
$ xauth nlist $DISPLAY | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge -
$ chmod 777 $XAUTH
$ docker run -ti --privileged -e DISPLAY=$DISPLAY \
        -v `pwd`/../:/docker_pybombs_gnuradio \
        -v /dev/bus/usb:/dev/bus/usb \
        -v $XSOCK:$XSOCK -v $XAUTH:$XAUTH -e XAUTHORITY=$XAUTH --net host docker_pybombs_gnuradio

Enjoy it.

docker_pybombs_gnuradio's People

Contributors

mesquita avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.