mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2024-11-05 07:31:17 -05:00
README updates
This commit is contained in:
parent
16432170ea
commit
8b35da0c3d
@ -4,7 +4,7 @@ This is the source code of DMR2P25, a software for digital voice conversion from
|
||||
|
||||
You can use this software with MMDVMHost and P25Gateway, with the default UDP ports:
|
||||
|
||||
MMDVMHost <-> DMR2P25 <-> P25Gateway
|
||||
MMDVMHost(DMR Mode):62032 <-> 62037:DMR2P25:32010 <-> 42020:P25Gateway:42010 <-> (P25Reflector)
|
||||
|
||||
Program your DMR radio with P25 TG numbers.
|
||||
|
||||
@ -15,6 +15,7 @@ This software is licenced under the GPL v2 and is intended for amateur and educa
|
||||
This utility is not built with the other cross mode ulitities, and has 2 external dependencies:
|
||||
|
||||
imbe_vocoder https://github.com/nostar/imbe_vocoder
|
||||
|
||||
md380_vocoder https://github.com/nostar/md380_vocoder
|
||||
|
||||
With these dependencies installed, run 'make' from the source directory.
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Description
|
||||
|
||||
This is the source code of P252DMR, a software for digital voice conversion from P25 to DMR digital mode, based on Jonathan G4KLX's [MMDVM](https://github.com/g4klx) software. Unlike the other cross mode utilities upon which this is based, this utility performs software transcoding between IMBE 4400x2800(P25) and AMBE+2 2450x1150(DMR).
|
||||
This is the source code of P252DMR, a software for digital voice conversion from P25 to DMR digital mode, based on Jonathan G4KLX's [MMDVM](https://github.com/g4klx) software. Unlike the other cross mode utilities upon which this is based, this utility performs software transcoding between IMBE 4400x2800(P25) and AMBE+2 2450x1150(DMR).
|
||||
|
||||
You can use this software with MMDVMHost and P25Gateway, with the default UDP ports:
|
||||
|
||||
MMDVMHost(P25 Mode):32010 <-> 42020:P25Gateway:42010 <-> 42012:P252DMR <-> (DMR Master server)
|
||||
|
||||
If you want to connect directly to a XLX reflector (with DMR support), you only need to uncomment ([DMR Network] section):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user