openwebrxplus-plugins

This receiver plugin adds a high-performance frequency scanner to OpenWebRX+. It uses FFT-based “Virtual Scanning” to analyze the waterfall data and jump directly to active signals. It includes features like a blacklist, digital signal filtering, and multiple scan modes.

Preview

freq_scanner Preview

Load

Add this line in your init.js file:

//remote
Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/freq_scanner/freq_scanner.js');
// local
Plugins.load('freq_scanner');

Usage

A small SC button is added to the bottom left of the receiver panel. Clicking this button opens a floating, draggable window containing the scanner display and controls.

SC Button Status

Scanner Display

The display area uses red text on a deep blue background:

Scanner Window Buttons

Scan Options (Scan Button)

Block Options (Block Button)

Scanner Setup (Setup Button)

Interaction & Performance

Configuration

No manual configuration in init.js is required. The plugin automatically adapts to the current profile, center frequency, and bandwidth.

License

MIT