Skip to content

A list of shortwave stations. This list is intended for a plugin for SDR++

License

Notifications You must be signed in to change notification settings

OttoPattemore/shortwave-station-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shortwave Station List

A list of shortwave stations. This list is intended for a plugin for SDR++.

The data is in the json format and is a mix of the EIBI database and custom stations.

API

The database can be downloaded from https://ottopattemore.github.io/shortwave-station-list/db/type.json

Types:

  • am.json
  • eibi.json
  • fm.json

Structure:

{
  "stations": [
    {
      "name": "JXN Marine Norway",
      "frequency": 16.4,
      "is_location_real": false,
      "country": "Norway",
      "power": 0,
      "notes": "",
      "location": [
          62.720953,
          10.180585
      ]
    }
  ]
}

About

A list of shortwave stations. This list is intended for a plugin for SDR++

Topics

Resources

License

Stars

Watchers

Forks

Languages