|
3 | 3 | Generate DMR codeplugs from a variety of online sources using
|
4 | 4 | [dzcb](https://github.com/mycodeplug/dzcb).
|
5 | 5 |
|
6 |
| -## Requirements |
| 6 | +## Data Sources |
7 | 7 |
|
8 |
| -* linux or macOS (windows not yet supported) |
9 |
| -* python 3.5+ (python 3.8 recommended) |
10 |
| -* [tox](https://tox.readthedocs.io/en/latest/) |
11 |
| -* [dzcb](https://github.com/mycodeplug/dzcb) |
| 8 | +### [PNWdigital.net](http://PNWDigital.net) |
| 9 | + |
| 10 | +**Before using this network, please read the [quick start](http://www.pnwdigital.net/quick-start.html)** |
| 11 | + |
| 12 | +### [SeattleDMR](https://seattledmr.org/) |
| 13 | + |
| 14 | +**Before using these repeaters, please read the [website](https://seattledmr.org)** |
| 15 | + |
| 16 | +### Repeaterbook Proximity |
| 17 | + |
| 18 | +**[Repeaterbook](http://repeaterbook.com) account is required to access this endpoint** |
| 19 | + |
| 20 | +### [Local](https://github.com/mycodeplug/dzcb/blob/main/src/dzcb/data/k7abd/Digital-Repeaters__Local.csv) |
| 21 | + |
| 22 | +Information on these Western Washington standalone DMR repeaters was |
| 23 | +retrieved from Repeaterbook and respective websites in 2020 October. |
| 24 | + |
| 25 | +### Simplex, GMRS, etc |
| 26 | + |
| 27 | +Some common [Digital](https://github.com/mycodeplug/dzcb/blob/main/src/dzcb/data/k7abd/Digital-Others__Simplex.csv) |
| 28 | +and [Analog](https://github.com/mycodeplug/dzcb/blob/main/src/dzcb/data/k7abd/Analog__Simplex.csv) simplex frequencies, |
| 29 | +and [GMRS/FRS and MURS channels](https://github.com/mycodeplug/dzcb/blob/main/src/dzcb/data/k7abd/Analog__Unlicensed.csv) are included. |
12 | 30 |
|
13 | 31 | ## Editing
|
14 | 32 |
|
@@ -45,6 +63,12 @@ codeplugs will be generated.
|
45 | 63 |
|
46 | 64 | ### Manual
|
47 | 65 |
|
| 66 | +#### Requirements |
| 67 | + |
| 68 | +* linux or macOS (windows not yet supported) |
| 69 | +* python 3.5+ (python 3.8 recommended) |
| 70 | +* [tox](https://tox.readthedocs.io/en/latest/) |
| 71 | + |
48 | 72 | ```
|
49 | 73 | pip install tox
|
50 | 74 | tox
|
|
0 commit comments