dendisuhubdy / radio_experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secure Radio Chat

alt text In this Experiment, we try to implementation secure communication chat using 2 entity, each entitiy using BladeRF SDR.

Hardware Requirement

  • Laptop/PC (Linux Operating System, Recomended using DragonOS with base ubuntu 20.04)
  • BladeRF SDR

Software Requirement

  • Python3.11.3
  • Python Audio Modem (AMODEM)
  • gnuradio-companion 3.10.6.0
  • pavucontrol
  • openssl
  • java
  • netbeans
  • portaudio19-dev
  • lxterminal
  • xterm

Contents of each folder

  • GRC (gnuradio flowgraph and compiled flowgraph in python script)
  • Source (java source code, for anybody that want to compile from source using netbeans)
  • APP (compiled java app, just run java -jar SRC.jar to run the application)
  • PoC (some script Prove of Concept)

Read Documentation

About


Languages

Language:Java 57.0%Language:Python 41.1%Language:Shell 1.9%