ianrenton / field-spotter

Geographic and Band spotting map for amateur radio POTA, SOTA & WWFF activations
https://fieldspotter.radio/
The Unlicense
3 stars 0 forks source link

Make frequency labels a link to a web SDR #27

Closed ianrenton closed 2 months ago

ianrenton commented 2 months ago

Requested via Discord:

Something like

function getURLforWebsdr(spot.frequency) {
  return "http://websdr.ewi.utwente.nl:8901/?tune=" + spot.frequency;
}

etc

...

The only issue being which sdr

ianrenton commented 2 months ago

Picking a web sdr based on country might be viable. Trying to figure out which might be able to hear the station based on proposition conditions is definitely out of scope! Maybe I could just let the user pick one from a list or enter a URL