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
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