MMDVM_CM/M172DMR/README.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

2020-11-03 19:04:48 -05:00
# Description
2020-11-03 19:19:23 -05:00
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).
2020-11-03 19:04:48 -05:00
2020-11-03 19:19:23 -05:00
This can be used to connect an XLX or DMR Master server to an M17 Reflector
2020-11-03 19:04:48 -05:00
2020-11-03 19:19:23 -05:00
DMR Server <-> M172DMR <-> M17Reflector
2020-11-03 19:04:48 -05:00
If you want to connect directly to a XLX reflector (with DMR support), you only need to uncomment ([DMR Network] section):
XLXFile=XLXHosts.txt
XLXReflector=950
XLXModule=D
and replace XLXReflector and XLXModule according your preferences. Also, you need to configure the DMR port according the XLX reflector port, for example:
Port=62030
StartupDstId, StartupPC and Address parameters don't care in XLX mode.
This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.
# Building
2020-11-30 21:32:58 -05:00
This utility is not built with the other cross mode ulitities, and has 3 external dependencies:
2020-11-03 19:04:48 -05:00
md380_vocoder https://github.com/nostar/md380_vocoder
2021-01-14 15:53:56 -05:00
2020-11-30 21:32:58 -05:00
imbe_vocoder https://github.com/nostar/imbe_vocoder
2020-11-03 19:04:48 -05:00
2021-01-14 15:53:56 -05:00
mbelib https://github.com/szechyjs/mbelib
2020-11-03 19:04:48 -05:00
2021-01-14 15:53:56 -05:00
md380_vocoder uses md380 firmware for vocoding, so this software needs to be run on an ARM based platform i.e. raspberri pi.
2020-11-03 19:04:48 -05:00