Releases: jopohl/urh
Native Support for RTL-SDR
URH now supports RTL-SDR devices via native backend. Enjoy sniffing your neighbours fridge with your favorite DVB-t stick!
Furthermore, this release simplifies installing native backends in windows by bundling all required DLLs.
A follow up release will soon enable you to configure RTL-SDR and other SDRs in a more detailed way, by fixing #148 - so stay tuned!
Signal Editing
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
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
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