-
-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/AlexandreRouma/SDRPlusPlus
- Loading branch information
Showing
2 changed files
with
666 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
{ | ||
"name": "Ireland", | ||
"country_name": "Republic Of Ireland", | ||
"country_code": "IE", | ||
"author_name": "Oskar Dudek", | ||
"author_url": "", | ||
"bands": [ | ||
{ | ||
"name": "2200m Ham Band", | ||
"type": "amateur", | ||
"start": 135700, | ||
"end": 137800 | ||
}, | ||
{ | ||
"name": "Long wave", | ||
"type": "broadcast", | ||
"start": 148500, | ||
"end": 282500 | ||
}, | ||
{ | ||
"name": "AM broadcast", | ||
"type": "broadcast", | ||
"start": 531000, | ||
"end": 1602000 | ||
}, | ||
{ | ||
"name": "120m SW broadcast", | ||
"type": "broadcast", | ||
"start": 2300000, | ||
"end": 2495000 | ||
}, | ||
{ | ||
"name": "90m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 3200000, | ||
"end": 3400000 | ||
}, | ||
{ | ||
"name": "75m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 3900000, | ||
"end": 4000000 | ||
}, | ||
{ | ||
"name": "60m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 4750000, | ||
"end": 5060000 | ||
}, | ||
{ | ||
"name": "49m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 5900000, | ||
"end": 6200000 | ||
}, | ||
{ | ||
"name": "40m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 7200000, | ||
"end": 7450000 | ||
}, | ||
{ | ||
"name": "31m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 9400000, | ||
"end": 9900000 | ||
}, | ||
{ | ||
"name": "25m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 11600000, | ||
"end": 12100000 | ||
}, | ||
{ | ||
"name": "22m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 13570000, | ||
"end": 13870000 | ||
}, | ||
{ | ||
"name": "19m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 15100000, | ||
"end": 15800000 | ||
}, | ||
{ | ||
"name": "16m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 17480000, | ||
"end": 17900000 | ||
}, | ||
{ | ||
"name": "15m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 18900000, | ||
"end": 19020000 | ||
}, | ||
{ | ||
"name": "13m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 21450000, | ||
"end": 21850000 | ||
}, | ||
{ | ||
"name": "11m SW Broadcast", | ||
"type": "broadcast", | ||
"start": 25670000, | ||
"end": 26100000 | ||
}, | ||
{ | ||
"name": "FM Broadcast", | ||
"type": "broadcast", | ||
"start": 87500000, | ||
"end": 108000000 | ||
} | ||
] | ||
} |
Oops, something went wrong.