Skip to content

gnuradio/gr-bokehgui

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 8, 2019 17:10
November 26, 2021 17:17
November 26, 2021 17:17
grc
August 15, 2022 18:55
August 10, 2022 17:03
lib
August 10, 2022 17:03
August 10, 2022 17:03
August 25, 2017 22:14
February 22, 2023 15:52

gr-bokehgui: Web based display for GNU Radio


Overview

The module provides various sinks and widgets to allow interaction with the live GNU Radio applications remotely over the network. The module uses Bokeh's client API and streaming features. Using widgets and plots from Bokeh, the module enables the GUI for GNU Radio that renders in web browser. Just like gr-qtgui, it is fully integrated with GRC to allow easy use.

The module was first developed as a part of Google Summer of Code 2017 by Kartik Patel.

Dependency

  1. GNU Radio 3.9.5 or 3.10
  2. Bokeh library above 2.3.1, and below 3.0 (earlier versions cause the waterfall display to crash, and WidgetBox has been removed in later versions)
  3. NodeJS >= 14
  4. Netstat or ss to check open ports (optionnal)

Installation

Using source code

  1. Make sure that you have satisfied all dependency listed above.
  2. Clone the latest code
$ git clone https://github.com/gnuradio/gr-bokehgui.git
  1. Build with CMake:
$ cd gr-bokehgui/
$ mkdir build
$ cd build/
$ cmake ../
$ make
$ sudo make install

Working with the module

The complete tutorial for the module is available here. The tutorial covers setting up guide, using sinks and widgets in GRC and guide to the placement of the elements.

Quick Glance

For the following flowgraph: tutorial.grc - flowgraph

The output should be as follows: tutorial.grc - output

The following Youtube video provides quick glance over the module and basic procedures. Youtube - demo

The test_bokehgui.grc example flowgraph contains all the plots and most widgets to check that everything works correctly.

Bugs reporting:

Kindly report any bugs or issues on Github.

Contributing to the project

If you want to contribute to the module, feel free to add the pull request. Please read the contribution guidelines of GNU Radio here.

Contact

For queries or feedbacks, drop a mail to discuss-gnuradio.

License

The project is licensed under GPLv3. See LICENSE for terms.