Close
0%
0%

Minimodem-ImGUI

GUI interface (ImGUI) for send text over radio using SDR or Transciever with Minimodem

Public Chat
Similar projects worth following
GUI interface (ImGUI) for send text over radio using SDR or Transciever with Minimodem.
Minimodem is a program made by Kamal Mostafa. This project to help people send message or txt file content over radio using Modulation that supported by Minimodem. There is two branch in the repository, main branch support using HackRF & GNUradio 3.10 as a half duplex transceiver and the support-hamlib branch for everyone who transmit using transceiver that supported with hamlib (have CAT controller).

Minimodem-ImGUI

GUI interface (ImGUI) for send text over radio using SDR or Transciever with Minimodem. Minimodem is a program made by Kamal Mostafa. This project to help people send message or txt file content over radio using Modulation that supported by Minimodem. There is two branch in the repository, main branch support using HackRF & GNUradio 3.10 as a half duplex transceiver and the support-hamlib branch for everyone who transmit using transceiver that supported with hamlib (have CAT controller).

Github repo link

  • SDR using HackRF : link
  • Transceiver using hamlib : link

Requirement

  • Linux Operating System - python3 :
    sudo apt install python3 
  • minimodem :
    sudo apt install minimodem  
  • xterm :
    sudo apt install xterm 
  • DearPyGUI :
    pip3 install dearpygui
  • HackRF library
    sudo apt-get install hackrf libhackrf-dev 


How To Use

  • clone the source using :
    git clone https://github.com/YD1RUH/HackRF-Minimodem-ImGui 
  • go into the directory :
    cd HackRF-Minimodem-ImGui 
  • Change branch to main ( for HackRF ) :
    git checkout main 
  • Change branch to support-hamlib ( for Transceiver ) :
    git checkout support-hamlib 
  • make all file executable :
    chmod +x * 
  • Open terminal, then run ( for HackRF ):
    ./Minimodem-ImGUI 
  • Open terminal, then run ( for Transceiver ) :
    ./MinimodemRig-ImGUI 

Zip Archive - 9.88 MB - 04/01/2024 at 07:55

Download

Zip Archive - 9.88 MB - 04/01/2024 at 07:55

Download

  • 1
    HOW TO START

    Requirement

    • Linux Operating System - python3 :
      sudo apt install python3 
    • minimodem :
      sudo apt install minimodem  
    • xterm :
      sudo apt install xterm 
    • DearPyGUI :
      pip3 install dearpygui
    • HackRF library
      sudo apt-get install hackrf libhackrf-dev 

    How To Use

    • clone the source using :
      git clone https://github.com/YD1RUH/HackRF-Minimodem-ImGui 
    • go into the directory :
      cd HackRF-Minimodem-ImGui 
    • Change branch to main ( for HackRF ) :
      git checkout main 
    • Change branch to support-hamlib ( for Transceiver ) :
      git checkout support-hamlib 
    • make all file executable :
      chmod +x * 
    • Open terminal, then run ( for HackRF ):
      ./Minimodem-ImGUI 
    • Open terminal, then run ( for Transceiver ) :
      ./MinimodemRig-ImGUI 

View all instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates