Skip to content

Releases: jopohl/urh

Signal Editing

10 Feb 19:13
Compare
Choose a tag to compare

This release brings a full fledged signal editing component to the Universal Radio Hacker. You can:

  • copy/paste parts of raw signals
  • insert custom sine waves to abitrary positions (Plugins -> InsertSine)
  • edit your modulated signal before sending.

Furthermore, this release fixes various bugs e.g. a rare crash when zooming certain signals and improves the drawing of participant colors.

Network SDR Plugin

28 Jan 13:14
Compare
Choose a tag to compare

This release brings a plugin for interfacing external applications via TCP.

For example, you can write a C program, that manipulates the bits of your protocol and send it to URH and let it perform modulation/decoding for you.

The plugin can be found and configured in the options menu.

Windows Bugfix

25 Jan 18:54
Compare
Choose a tag to compare

This is a bugfix release for windows, with the following changes:

  • Fix startup crash by using QSettings INI option
  • Add missing GUI updates with beginResetModel / endResetModel calls instead of layoutChanged.emit