From 4113e98e5de322639ed5bdb7540a62912383efc9 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Tue, 3 Nov 2020 19:19:23 -0500 Subject: [PATCH] Update README --- M172DMR/README.md | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/M172DMR/README.md b/M172DMR/README.md index 00364d0..eebe360 100644 --- a/M172DMR/README.md +++ b/M172DMR/README.md @@ -1,10 +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 M172DMR, a software for digital voice conversion from M17 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 ICodec2(M17) and AMBE+2 2450x1150(DMR). -You can use this software with MMDVMHost and P25Gateway, with the default UDP ports: +This can be used to connect an XLX or DMR Master server to an M17 Reflector -MMDVMHost(P25 Mode):32010 <-> 42020:P25Gateway:42010 <-> 42012:P252DMR <-> (DMR Master server) +DMR Server <-> M172DMR <-> M17Reflector If you want to connect directly to a XLX reflector (with DMR support), you only need to uncomment ([DMR Network] section): @@ -22,33 +22,10 @@ This software is licenced under the GPL v2 and is intended for amateur and educa # Building -This utility is not built with the other cross mode ulitities, and has 2 external dependencies: +This utility is not built with the other cross mode ulitities, and has 1 external dependency: -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. +run 'make' from the source directory. -# Crosslink configuration -You can use P252DMR to link a [P25 Reflector](https://github.com/g4klx/P25Clients) to a DMR network (without using any RF link): - -P25Reflector <-> P252DMR <-> any DMR Network - -Install the P252DMR software at the same server where P25Reflector is located. Configure your [DMR Network] section (P252DMR.ini) as usual, depending on your preferred DMR network. Then, you only need to match the P25Reflector UDP port (Port in [Network], P25Reflector.ini) to P25 UDP port (DstPort in [P25 Network], P252DMR.ini). - -For example, a common UDP port in P25Reflector.ini: - - [Network] - Port=41000 - -Then you need to configure P252DMR.ini (example): - - [P25 Network] - Callsign=CE1ABC - TG=10300 - DstAddress=127.0.0.1 - DstPort=41000 - LocalAddress=127.0.0.1 - LocalPort=41015 - Daemon=0