openwebrxplus-plugins

This receiver plugin adds a versatile frequency scanner to OpenWebRX+. It scans the currently visible frequency range (or profile range) for signals exceeding the squelch threshold. 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 Scanner section is added to the receiver panel.

Buttons

Scan Options (Scan Button)

Block Options (Block Button)

Scanner Setup (Setup Button)

Interaction

Configuration

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

License

MIT