Cross-over tools for DV Modes
Go to file
M0VUB 5c0a387da2
Update MBEVocoder.cpp
CR
2021-10-11 20:05:50 +01:00
DMR2M17 Update MBEVocoder.cpp 2021-10-11 20:05:50 +01:00
DMR2NXDN Update Makefile 2020-07-03 10:21:19 +02:00
DMR2P25 Fix segfault when running on RaspiOS and Lite (used on PiStar) with kernel > 5.4.x 2021-09-22 14:49:17 -04:00
DMR2YSF Add M172DMR 2020-11-03 19:04:48 -05:00
DSTAR2YSF Add DMR2M17 2020-11-02 00:11:30 -05:00
M172DMR Fix segfault when running on RaspiOS and Lite (used on PiStar) with kernel > 5.4.x 2021-09-22 01:43:46 -04:00
NXDN2DMR Update Makefile 2020-07-03 10:23:39 +02:00
P252DMR Fix segfault when running on RaspiOS and Lite (used on PiStar) with kernel > 5.4.x 2021-09-22 01:41:07 -04:00
USRP2DMR Update README 2021-09-22 15:28:10 -04:00
USRP2M17 Merge pull request #3 from kc1awv/patch-1 2021-04-23 16:26:29 -04:00
USRP2P25 Use USRP callsign for M17 source if found, and add header and EOT frames to USRP2P25 2021-04-08 16:42:15 -04:00
YSF2DMR Add M172DMR 2020-11-03 19:04:48 -05:00
YSF2NXDN Update Makefile 2020-07-03 10:24:57 +02:00
YSF2P25 Merge branch 'juribeparada:master' into master 2021-09-22 15:30:22 -04:00
.gitignore Add .gitignore 2018-07-22 11:56:54 -04:00
Makefile Update Makefile 2020-07-03 10:34:54 +02:00
README.md Update README 2021-09-22 15:28:10 -04:00

README.md

Description

This is the source code of several tools for cross-mode conversion for some digital voice protocols, based on Jonathan G4KLX's MMDVM software.

Please see individual README at each subdirectory for more information.

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.

Transcoding cross mode utilities

This fork of MMDVM_CM includes transcoding cross mode utilities that use md380 firmware to encode/decode AMBE+2 2450x1150 used by DMR/YSF/NXDN. Because of this, these utilties must be run on an ARM platform or via an ARM emulator. RPi 2, 3, 4 are confirmed to work, using both RaspiOS and PiStar (which is based on RaspiOS Lite). RPi Zero, 1, or other clones are not supported. DSTAR2xxx utilties are still a work in progress and are not currently functional. When finished, these utilties will use 1 and only 1 USB AMBE vocoder device for the AMBE+ 2400x1200 along with either md380, imbe, or codec2 vocders for the other side, depending on the mode.

The USRP2xxx utilties connect the various modes to an AllStar node or AllStar enabled repeater via USRP. These are a work in progress and should be considered experimental.