Cross-over tools for DV Modes
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
M0VUB 5c0a387da2
Update MBEVocoder.cpp
CR
2 years ago
DMR2M17 Update MBEVocoder.cpp 2 years ago
DMR2NXDN Update Makefile 3 years ago
DMR2P25 Fix segfault when running on RaspiOS and Lite (used on PiStar) with kernel > 5.4.x 2 years ago
DMR2YSF Add M172DMR 3 years ago
DSTAR2YSF Add DMR2M17 3 years ago
M172DMR Fix segfault when running on RaspiOS and Lite (used on PiStar) with kernel > 5.4.x 2 years ago
NXDN2DMR Update Makefile 3 years ago
P252DMR Fix segfault when running on RaspiOS and Lite (used on PiStar) with kernel > 5.4.x 2 years ago
USRP2DMR Update README 2 years ago
USRP2M17 Merge pull request #3 from kc1awv/patch-1 2 years ago
USRP2P25 Use USRP callsign for M17 source if found, and add header and EOT frames to USRP2P25 2 years ago
YSF2DMR Add M172DMR 3 years ago
YSF2NXDN Update Makefile 3 years ago
YSF2P25 Merge branch 'juribeparada:master' into master 2 years ago
.gitignore Add .gitignore 5 years ago
Makefile Update Makefile 3 years ago
README.md Update README 2 years ago

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.