mirror of
https://github.com/dustinbrun/openwebrx_docker_installation.git
synced 2025-11-04 15:27:32 +01:00
layout, title, permalink
| layout | title | permalink |
|---|---|---|
| page | OpenWebRX+ Receiver Plugin: Doppler | /receiver/doppler |
This receiver plugin will track the Doppler shift frequency of a chosen satellite. Useful for SSTV/Packet.
This plugin started as a port of work by Sergey Osipov.
Then I switched to CelesTrak JSON API and created Satellite Finder modal window.
Preview
Usage
- Open the Satellite finder window to choose a satellite or enter the SatID if you know it.
- Click TRACK.
The Satellite Finder window will help you find a satellite and will give useful information on each satellite.

Load
Add this line in your init.js file:
Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/doppler/doppler.js');
init.js
Learn how to load plugins.
