Skip to content

Commit 50e9ed5

Browse files
committed
README.md: more prominent information about data sources
link to repeater owner websites and data sources
1 parent 52e7409 commit 50e9ed5

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

README.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,30 @@
33
Generate DMR codeplugs from a variety of online sources using
44
[dzcb](https://github.com/mycodeplug/dzcb).
55

6-
## Requirements
6+
## Data Sources
77

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.
1230

1331
## Editing
1432

@@ -45,6 +63,12 @@ codeplugs will be generated.
4563

4664
### Manual
4765

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+
4872
```
4973
pip install tox
5074
tox

0 commit comments

Comments
 (0)