-
1HOW 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
- Linux Operating System - python3 :
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.