installation.md aktualisiert
This commit is contained in:
parent
e81ea31a2a
commit
9bb44f9f8b
@ -1,4 +1,10 @@
|
||||
# Reistration einer DMR-ID
|
||||
|
||||
* https://radioid.net/
|
||||
* Account anlegen und eingescannte Lizenz hochladen und abwarten
|
||||
* Sobald alle Angaben verifiziert wurden ist der Account aktiv und es wird eine DMR-ID erteilt
|
||||
|
||||
# DVSwitch Server auf Debian 11 VM
|
||||
|
||||
* VM erstellen, 2 Kerne, 2GB RAM, 32GB HDD
|
||||
* Debian 11 Bullseye netinstall, minimalinstallation mit SSH Server
|
||||
@ -14,4 +20,18 @@ apt-get update --allow-releaseinfo-change
|
||||
apt-get install dvswitch-server -y
|
||||
```
|
||||
* Nach einem Reboot sollte der Server laufen:
|
||||

|
||||

|
||||
|
||||
# USRP Client V 3.964 unter Windows 10
|
||||
|
||||
* GIT Repo als .ZIP herunterladen: https://github.com/ds5qdr/USRP-for-Windows/archive/refs/heads/main.zip
|
||||
* .ZIP entpacken
|
||||
* usrp.ini Anpassen:
|
||||
```
|
||||
myCall = DG4MLK ; Your CallSign ex : DS6XXX
|
||||
subscriberID = 1234567 ; Your DMRID ex : 1234567 (7 digit)
|
||||
repeaterID = 123456789 ; DMRID + 2 unique digit ex : 123456789 (9 digit)
|
||||
ipAddress = dvswitch.ostrach.tld ; DVSwitch Server IP | DDNS address ex : 127.0.0.1 (if stand alone)
|
||||
usrpTxPort = 50000 ; DVSwitch USRP TxPort ex : 50000
|
||||
usrpRxPort = 50000 ; DVSwitch USRP RxPort ex : 50000
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user