Code Monkey home page Code Monkey logo

rfsom-box-gui's Introduction

rfsom-box-gui

RFSOM-BOX-GUI is a qt5 based graphical user interface for the RFSOM. It provides a simple, scriptable way to implement menus, controls and launch external applications. Modifying the json configuration files will change the menu structure without the need to recompile the whole application.

There are two important json files: landing.json and launcher.json. The former provides a landing page, the first page that is displayed when the device is powered on. In this json a number of elements are described - the ip address, the temperature, battery charge. Each of these elements is updated at a timing interval(also described in the json) by running a simple script/bash command. The output of the command is printed on the screen in a user-friendly format.

launcher.json provides a way to configure the menu of the application. Each element of the main menu is described in the json along with the content of each submenu. There are two types of submenus - "list" and "video". The list type dynamically creates a list of interactable elements - such as buttons, editboxes (numbered or enums), checkboxes or simple labels. Each of these elements are updated at runtime by running simple bash scripts with a user defined cyclicity. The list submenu is widely implemented in the project to provide user input on configuration parameters of the RFSOM.

The other type of submenu is the "video" application which runs a script/application and gives that application control of the display. This type of submenu is used to launch the fft plot application, the video streaming or the testmode.

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.