Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 20, 2012
0 parents commit 8b41668
Show file tree
Hide file tree
Showing 54 changed files with 159,077 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions AUTHORS
@@ -0,0 +1 @@
* Dr. Gerolf Ziegenhain, DG6FL <g@ziegenhain.com>
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions Makefile
@@ -0,0 +1,19 @@
xmltest:
xmllint --noout --dtdvalid bandplans/bandplan.dtd bandplans/*.xml

check_references:
./tools/check_references_for_changes.pl -filename=bandplans/references.xml

html:
xsltproc tools/html.xsl bandplans/bandplan.xml > html/bandplan.html

arduino:
xsltproc tools/ft817_bandplan.xsl bandplans/bandplan.xml > c_structures/t_bandplan.h
xsltproc tools/ft817_channels.xsl bandplans/bandplan.xml > c_structures/t_channels.h

test:
xmltest
check_references

all: html arduino

4 changes: 4 additions & 0 deletions README.txt
@@ -0,0 +1,4 @@
<XML>bandplan.org - Standardized Ham Radio Bandplans

For more information see the wiki:
https://github.com/8cH9azbsFifZ/bandplan/wiki/XML-Bandplan.org
74 changes: 74 additions & 0 deletions bandplans/10m.xml
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is part of xmlbandplan.
Xmlbandplan is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Xmlbandplan is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Xmlbandplan. If not, see <http://www.gnu.org/licenses/>.
-->

<!DOCTYPE note SYSTEM "bandplan.dtd">

<bandplan version="0.7.5">
<band name="10m" min="28000000" max="28070000" author="DG6FL" created="20131109" valid="20130101" ref="DE02">
<country name="DE"/>

<region min="28000000" max="28070000" bandwidth="7000" ref="DE02">
<license name="Klasse_A" power="750" powermeasure="PEP" ref="DE02"/>
<license name="Klasse_E" power="100" powermeasure="PEP" ref="DE02"/>

<region min="28000000" max="28070000" bandwidth="200" ref="DE01">
<mode name="CW"/></region>
<region min="28070000" max="28120000" bandwidth="500" ref="DE01">
<mode name="NarrowDigital"/></region>
<region min="28120000" max="28150000" bandwidth="500" ref="DE01">
<mode name="NarrowDigital"/><comment>Automatic stations</comment></region>
<region min="28150000" max="28190000" bandwidth="500" ref="DE01">
<mode name="Narrow"/><comment>No SSB</comment></region>
<region min="28190000" max="28199000" ref="DE01">
<comment>Regional Beacon-Project, no sending</comment></region>
<region min="28199000" max="28201000" ref="DE01">
<comment>International Beacon-Project, no sending</comment></region>
<region min="28201000" max="28225000" ref="DE01">
<comment>Beacons, no sending</comment></region>
<region min="28225000" max="28300000" bandwidth="2700" ref="DE01">
<mode name="All"/><comment>Beacons</comment></region>
<region min="28300000" max="28320000" bandwidth="2700" ref="DE01">
<mode name="All"/><comment>Automatic digital stations</comment></region>
<region min="28320000" max="29100000" bandwidth="2700" ref="DE01">
<mode name="All"/></region>
<region min="29100000" max="29200000" bandwidth="6000" ref="DE01">
<mode name="All"/><comment>Narrow FM Simples 10 kHz Channels</comment></region>
<region min="29200000" max="29300000" bandwidth="6000" ref="DE01">
<mode name="All"/><comment>Automatic digital modes</comment></region>
<region min="29300000" max="29510000" bandwidth="6000" ref="DE01">
<mode name="SatelliteDownlink"/></region>
<region min="29510000" max="29520000" ref="DE01">
<comment>Safty Channel</comment><comment>What does this mean?</comment></region>
<region min="29520000" max="29590000" bandwidth="6000" ref="DE01">
<mode name="All"/><comment>Narrow FM Relais Input (RH1 - RH8)</comment></region>
<region min="29620000" max="29700000" bandwidth="6000" ref="DE01">
<mode name="All"/><comment>Narrow FM Relais Output (RH1 - RH8)</comment></region>
</region>
<channels>
<channel name="QRP" freq="28360000" bandwidth="2700" ref="DE01"><mode name="SSB"/></channel>
<channel name="Digital Speech" freq="28330000" ref="DE01"><mode name="Digital"/></channel>
<channel name="FM Call" freq="29600000" bandwidth="6000" ref="DE01"><mode name="NarrowFM"/></channel>
<channel name="FM Call" freq="29610000" bandwidth="6000" ref="DE01"><mode name="NarrowFM"/><comment>Simplex Repeater: Input and Output</comment></channel>
<channel name="QRS" freq="28055000" ref="DE01"><mode name="CW"/></channel>
<channel name="QRP" freq="28060000" ref="DE01"><mode name="CW"/></channel>
<channel name="APRS" freq="29250000" ref="DE01"><mode name="FM"/></channel>
<channel name="WSPR" freq="28124600" ref="WSPR01"><mode name="WSPR"/></channel>
</channels>

</band>
</bandplan>
42 changes: 42 additions & 0 deletions bandplans/12m.xml
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is part of xmlbandplan.
Xmlbandplan is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Xmlbandplan is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Xmlbandplan. If not, see <http://www.gnu.org/licenses/>.
-->

<!DOCTYPE note SYSTEM "bandplan.dtd">

<bandplan version="0.7.5">
<band name="12m" min="24890000" max="24990000" author="DG6FL" created="20131109" valid="20130101" ref="DE02">
<country name="DE"/>
<region min="24890000" max="24990000" bandwidth="2700" ref="DE02">

<license name="Klasse_A" power="750" powermeasure="PEP" ref="DE02"/>

<region min="24890000" max="24915000" bandwidth="200" ref="DE01"><mode name="CW"/></region>
<region min="24915000" max="24925000" bandwidth="500" ref="DE01"><mode name="Narrow"/></region>
<region min="24925000" max="24929000" bandwidth="500" ref="DE01"><mode name="Narrow"/><comment>Automatic stations</comment></region>
<region min="24929000" max="24931000" ref="DE01"><comment>Beacons, no sending</comment></region>
<region min="24931000" max="24940000" bandwidth="2700" ref="DE01"><mode name="All"/><comment>Digimode, Automatic stations</comment></region>
<region min="24940000" max="24990000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
</region>

<channels>
<channel name="QRP" freq="24906000" ref="DE01"><mode name="CW"/></channel>
<channel name="QRP" freq="24950000" ref="DE01"><mode name="SSB"/></channel>
<channel name="WSPR" freq="24924600" ref="WS01"><mode name="WSPR"/></channel>
</channels>
</band>
</bandplan>
45 changes: 45 additions & 0 deletions bandplans/15m.xml
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is part of xmlbandplan.
Xmlbandplan is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Xmlbandplan is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Xmlbandplan. If not, see <http://www.gnu.org/licenses/>.
-->

<!DOCTYPE note SYSTEM "bandplan.dtd">

<bandplan version="0.7.5">
<band name="15m" min="21000000" max="21450000" author="DG6FL" created="20131109" valid="20130101" ref="DE02">
<country name="DE"/>
<region min="21000000" max="21070000" bandwidth="2700" ref="DE02">
<license name="Klasse_A" power="750" powermeasure="PEP" ref="DE02"/>
<license name="Klasse_E" power="100" powermeasure="PEP" ref="DE02"/>

<region min="21000000" max="21070000" bandwidth="200" ref="DE01"><mode name="CW"/></region>
<region min="21070000" max="21090000" bandwidth="500" ref="DE01"><mode name="Narrow"/><comment>Digimode</comment></region>
<region min="21090000" max="21110000" bandwidth="500" ref="DE01"><mode name="Narrow"/><comment>Digimode, Automatic digital stations</comment></region>
<region min="21110000" max="21120000" bandwidth="2700" ref="DE01"><mode name="All"/><comment>No SSB, Digimode, Automatic digital stations</comment></region>
<region min="21120000" max="21149000" bandwidth="500" ref="DE01"><mode name="Narrow"/></region>
<region min="21149000" max="21151000" ref="DE01"><comment>Beacons, no sending</comment></region>
<region min="21151000" max="21450000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
</region>


<channels>
<channel name="QRP" freq="21060000" ref="DE01"><mode name="CW"/></channel>
<channel name="QRS" freq="21055000" ref="DE01"><mode name="CW"/></channel>
<channel name="Digital Speech" freq="21180000" ref="DE01"><mode name="Digital"/></channel>
<channel name="WSPR" freq="21994600" ref="WSPR01"><mode name="WSPR"/></channel>
</channels>
</band>
</bandplan>
71 changes: 71 additions & 0 deletions bandplans/160m.xml
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is part of xmlbandplan.
Xmlbandplan is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Xmlbandplan is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Xmlbandplan. If not, see <http://www.gnu.org/licenses/>.
-->

<!DOCTYPE note SYSTEM "bandplan.dtd">

<bandplan version="0.7.5">

<band name="160m" min="1810000" max="2000000" created="20131109" author="DG6FL" valid="20130101" ref="DE02">
<country name="DE"/>

<region min="1810000" max="1850000" bandwidth="2700" ref="DE02">
<license name="Klasse_A" power="750" powermeasure="PEP" ref="DE02"/>
<license name="Klasse_E" power="100" powermeasure="PEP" ref="DE02"/>
<region min="1810000" max="1838000" bandwidth="200" ref="DE01"><mode name="CW"/></region>
<region min="1838000" max="1840000" bandwidth="500" ref="DE01"><mode name="Narrow"/></region>
<region min="1840000" max="1843000" bandwidth="2700" ref="DE01"><mode name="All"/><comment>Digimode</comment></region>
<region min="1843000" max="1850000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
</region>

<region min="1850000" max="1890000" bandwidth="2700" ref="DE02">
<license name="Klasse_A" power="75" powermeasure="PEP" ref="DE02"/>
<license name="Klasse_E" power="75" powermeasure="PEP" ref="DE02"/>
<region min="1850000" max="1890000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
</region>

<region min="1890000" max="1810000" bandwidth="2700" ref="DE02">
<license name="Klasse_A" power="10" powermeasure="PEP" ref="DE02"/>
<license name="Klasse_E" power="10" powermeasure="PEP" ref="DE02"/>
<region min="1890000" max="2000000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
</region>


<channels>
<channel name="WSPR" freq="1836600" ref="WSPR01"><mode name="WSPR"/></channel>
<channel name="QRP" freq="1836000" ref="DE01"><mode name="CW"/></channel>
</channels>

</band>

<band name="160m" min="1800000" max="2000000" created="20131110" valid="20130101" author="DG6FL" ref="US01">
<country name="US"/>

<region min="1800000" max="2000000" ref="US01">
<license name="Amateur_Extra" ref="US01"/>
<license name="Advanced" ref="US01"/>
<license name="General" ref="US01"/>
<mode name="CW"/>
<mode name="RTTY"/>
<mode name="Digital"/>
<mode name="SSB"/>
<mode name="Image"/>
</region>

</band>

</bandplan>
47 changes: 47 additions & 0 deletions bandplans/17m.xml
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is part of xmlbandplan.
Xmlbandplan is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Xmlbandplan is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Xmlbandplan. If not, see <http://www.gnu.org/licenses/>.
-->

<!DOCTYPE note SYSTEM "bandplan.dtd">

<bandplan version="0.7.5" >

<band name="17m" min="18068000" max="18168000" author="DG6FL" created="20131109" valid="20130101" ref="DE02">
<country name="DE"/>

<region min="18068000" max="18168000" bandwidth="2700" ref="DE02">

<license name="Klasse_A" power="750" powermeasure="PEP" ref="DE02"/>

<region min="18068000" max="18095000" bandwidth="200" ref="DE01"><mode name="CW"/></region>
<region min="18095000" max="18105000" bandwidth="500" ref="DE01"><mode name="Narrow"/></region>
<region min="18105000" max="18109000" bandwidth="500" ref="DE01"><mode name="Narrow"/><comment>Automatic stations</comment></region>
<region min="18109000" max="18111000" ref="DE01"><comment>International Beacon-Project, no sending</comment></region>
<region min="18111000" max="18120000" bandwidth="2700" ref="DE01"><mode name="All"/><comment>Automatic digital stations</comment></region>
<region min="18120000" max="18168000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
</region>

<channels>
<channel name="QRP" freq="18086000" ref="DE01"><mode name="CW"/></channel>
<channel name="QRP" freq="18130000" ref="DE01"><mode name="SSB"/></channel>
<channel name="Digital Speech" freq="18150000" ref="DE01"></channel>
<channel name="Emergency" freq="18160000" ref="DE01"></channel>
<channel name="WSPR" freq="18104600" ref="WSPR01"><mode name="WSPR"/></channel>
</channels>

</band>
</bandplan>
46 changes: 46 additions & 0 deletions bandplans/20m.xml
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is part of xmlbandplan.
Xmlbandplan is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Xmlbandplan is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Xmlbandplan. If not, see <http://www.gnu.org/licenses/>.
-->

<!DOCTYPE note SYSTEM "bandplan.dtd">

<bandplan version="0.7.5">

<band name="20m" min="14000000" max="14350000" author="DG6FL" created="20131109" valid="20130101" ref="DE02">
<country name="DE"/>

<region min="14000000" max="14350000" bandwidth="2700" ref="DE02">
<license name="Klasse_A" power="750" powermeasure="PEP" ref="DE02"/>

<region min="14000000" max="14060000" bandwidth="200" ref="DE01"><mode name="CW"/><comment>Contest</comment></region>
<region min="14060000" max="14070000" bandwidth="200" ref="DE01"><mode name="CW"/></region>
<region min="14070000" max="14089000" bandwidth="500" ref="DE01"><mode name="Narrow"/><comment>Digimode</comment></region>
<region min="14089000" max="14099000" bandwidth="500" ref="DE01"><mode name="Narrow"/><comment>Digimode, automatic digital stations</comment></region>
<region min="14099000" max="14101000" ref="DE01"><comment>International Beacon-Project, no sending</comment></region>
<region min="14101000" max="14112000" bandwidth="2700" ref="DE01"><mode name="All"/><comment>Digimode, automatic digital stations</comment></region>
<region min="14112000" max="14125000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
<region min="14125000" max="14300000" bandwidth="2700" ref="DE01"><mode name="All"/><comment>Contest</comment></region>
<region min="14300000" max="14350000" bandwidth="2700" ref="DE01"><mode name="All"/></region>
</region>

<channels>
<channel name="QRP" freq="14060000" ref="DE01"><mode name="CW"/></channel>
<channel name="Emergency" freq="14300000" ref="DE01"></channel>
<channel name="WSPR" freq="14095600" ref="WSPR01"><mode name="WSPR"/></channel>
</channels>
</band>
</bandplan>
39 changes: 39 additions & 0 deletions bandplans/2200m.xml
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This file is part of xmlbandplan.
Xmlbandplan is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Xmlbandplan is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Xmlbandplan. If not, see <http://www.gnu.org/licenses/>.
-->

<!DOCTYPE note SYSTEM "bandplan.dtd">

<bandplan version="0.7.5">

<band name="2200m" min="135700" max="137800" created="20131109" valid="20130101" ref="DE02" author="DG6FL">
<country name="DE"/>

<region min="135700" max="137800" bandwidth="800" ref="DE02">
<license name="Klasse_A" power="1" powermeasure="ERP" ref="DE02"/>

<region min="135700" max="137800" bandwidth="200" ref="DE01">
<mode name="CW"/><comment>CW, QRSS, narrow digital modes</comment>
</region>
</region>

<channels>
<channel name="WSPR" freq="136000" ref="WSPR01"><mode name="WSPR"/></channel>
</channels>
</band>
</bandplan>

0 comments on commit 8b41668

Please sign in to comment.