openwebrxplus-plugins

This receiver plugin is an interactive demo for plugin developers. It showcases every feature of the uikit plugin (v0.2+) with working, copy-paste-ready code.

There is no point in enabling this plugin for end users.

What it demonstrates

Load

Add to your init.js after uikit:

await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/uikit/uikit.js');
await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/example_uikit/example_uikit.js');

Note: example_uikit will auto-load uikit if it’s not already loaded, so the first line is optional.

Dependencies

Code

Code is in the Github repo.