OpenWebRX+ Receiver Plugin: 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.