kopia lustrzana https://github.com/bristol-seds/pico-tracker
[geofence] Exclude territorial US from APRS coverage
US is excluded with a UK license because the non-CEPT agreement with the US restricts aliens to the terms of their own license as well as local conditions. See 97.107 b(2) https://www.gpo.gov/fdsys/pkg/CFR-2013-title47-vol5/xml/CFR-2013-title47-vol5-sec97-107.xml Thanks to adamgreig from pointing this out on freenode #highaltitude, for full discussion http://habhub.org/zeusbot/logs_highlighted/highaltitude.log.20160114.htmlmain-solar-only
rodzic
05564760db
commit
6ab5985c5b
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "samd20.h"
|
||||
|
||||
const int32_t* no_aprs_outlines[30];
|
||||
const uint32_t no_aprs_outline_lengths[30];
|
||||
const int32_t* no_aprs_outlines[46];
|
||||
const uint32_t no_aprs_outline_lengths[46];
|
||||
|
||||
#endif /* GEOFENCE_NO_APRS_H */
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -27,9 +27,11 @@
|
|||
"# United Kingdom, Isle of Man, Jersey, Guernsey\n",
|
||||
"# Belgium, Luxembourg, Portugal, France, Albania, Bosnia & H, Croatia, Finland (Aland), \n",
|
||||
"# Hungary, Italy, Macedonia, Moldova, Kaliningradskaya??, Montenegro, Norway, Romania, Slovakia, Sweden\n",
|
||||
"# US with UK license under https://www.gpo.gov/fdsys/pkg/CFR-2013-title47-vol5/xml/CFR-2013-title47-vol5-sec97-107.xml 97.107(b)(2)\n",
|
||||
"aprs_tx_exclude = ['GB', \"IM\", \"JE\", \"GG\",\n",
|
||||
" 'BE', 'LU', 'PT', 'FR', 'AL', 'BA', 'HR', 'FI', 'A?',\n",
|
||||
" 'HU', 'IT', 'MK', 'MD', 'ME', 'NO', 'RO', 'SK', 'SE'] + tx_exclude"
|
||||
" 'HU', 'IT', 'MK', 'MD', 'ME', 'NO', 'RO', 'SK', 'SE',\n",
|
||||
" 'US'] + tx_exclude"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
|
|
File diff suppressed because one or more lines are too long
Ładowanie…
Reference in New Issue