Skip to content
/ ERH Public

Electron Radio Hacker - A simple alternative to URH

Notifications You must be signed in to change notification settings

rascafr/ERH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b160dd Â· Aug 23, 2023

History

22 Commits
Aug 21, 2023
Aug 23, 2023
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023
Aug 22, 2023
Aug 21, 2023
Aug 21, 2023
Aug 23, 2023
Aug 21, 2023
Aug 21, 2023
Aug 23, 2023
Aug 22, 2023
Aug 23, 2023
Aug 23, 2023
Aug 21, 2023

Repository files navigation

ERH - Electron Radio Hacker

Proof-of-concept inspired by URH, built with TypeScript Node, Electron and React.

💅 Current status is early stage / work in progress, mostly to test features.

Preview capture

Features

  • IQ complex data translation into reals
  • OOK signal demodulation (low-pass filter)
  • Minimum pulse width detection
  • Data decoding
  • Hex and binary data display
  • Efficient infinite radio data / filtered data zoom

Supported files types

Currently limited to 100MiB

  • .raw, .complex16s, *.cs8 (hackrf-transfer), signed 8 bits IQ integers
  • .complex16u, *.cu8 (unsigned 8 bits IQ signal integers)
  • .complex32s, *.cs16 (HackRF recorded) IQ signed 8 bits integers
  • .complex32u, *.cu16 (unsigned 16 bits IQ signal integers)

Install & run

git clone git@github.com:rascafr/ERH.git
cd ERH
npm i
npm start

Credits

About

Electron Radio Hacker - A simple alternative to URH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published