Go to file
Andy CA6JAU 5c77cf734d Merge remote-tracking branch 'g4klx/master' 2017-05-22 20:23:25 -04:00
Images
Nextion
RSSI
TFTSerial
UMP
linux
.gitignore
AMBEFEC.cpp
AMBEFEC.h
BCH.cpp
BCH.h
BPTC19696.cpp
BPTC19696.h
CRC.cpp
CRC.h
Conf.cpp
Conf.h
DMRAccessControl.cpp
DMRAccessControl.h
DMRCSBK.cpp
DMRCSBK.h
DMRControl.cpp
DMRControl.h
DMRData.cpp
DMRData.h
DMRDataHeader.cpp Remove unused code. 2017-05-19 08:35:14 +01:00
DMRDataHeader.h
DMRDefines.h
DMREMB.cpp
DMREMB.h
DMREmbeddedData.cpp
DMREmbeddedData.h
DMRFullLC.cpp
DMRFullLC.h
DMRIDUpdate.sh
DMRIDUpdateBM.sh
DMRIds.dat
DMRLC.cpp
DMRLC.h
DMRLookup.cpp
DMRLookup.h
DMRNetwork.cpp Add new GPS and TA DMR network messages. 2017-05-17 18:16:08 +01:00
DMRNetwork.h
DMRShortLC.cpp
DMRShortLC.h
DMRSlot.cpp
DMRSlot.h
DMRSlotType.cpp
DMRSlotType.h
DMRTrellis.cpp
DMRTrellis.h
DMRplus_startup_options.md
DStarControl.cpp
DStarControl.h
DStarDefines.h
DStarHeader.cpp
DStarHeader.h
DStarNetwork.cpp
DStarNetwork.h
DStarSlowData.cpp
DStarSlowData.h
Defines.h
Display.cpp
Display.h
Golay2087.cpp
Golay2087.h
Golay24128.cpp
Golay24128.h
HD44780.cpp
HD44780.h
HD44780.layouts
Hamming.cpp
Hamming.h
ISSUES.txt
LCDproc.cpp
LCDproc.h
LICENCE
Log.cpp
Log.h
MMDVM.ini
MMDVMHost.cpp Re-add log notification about root privileges 2017-05-04 10:37:45 +02:00
MMDVMHost.h
MMDVMHost.sln
MMDVMHost.vcxproj
MMDVMHost.vcxproj.filters
Makefile
Makefile.Pi
Makefile.Pi.Adafruit
Makefile.Pi.HD44780
Makefile.Pi.OLED
Makefile.Pi.PCF8574
Makefile.Solaris
Modem.cpp Increase delay between modem tries. 2017-05-19 08:12:11 +01:00
Modem.h
ModemSerialPort.cpp
ModemSerialPort.h
Mutex.cpp
Mutex.h
Nextion.cpp
Nextion.h
NullDisplay.cpp
NullDisplay.h
OLED.cpp
OLED.h
OLED.md
P25Audio.cpp
P25Audio.h
P25Control.cpp Fix compiler warning. 2017-05-21 11:52:06 +01:00
P25Control.h
P25Data.cpp
P25Data.h
P25Defines.h
P25LowSpeedData.cpp
P25LowSpeedData.h
P25NID.cpp
P25NID.h
P25Network.cpp
P25Network.h
P25Utils.cpp
P25Utils.h
QR1676.cpp
QR1676.h
README.HD44780
README.daemon
README.md
RS129.cpp
RS129.h
RS241213.cpp
RS241213.h
RSSI.dat
RSSIInterpolator.cpp
RSSIInterpolator.h
RingBuffer.h
SHA256.cpp
SHA256.h
SerialController.cpp
SerialController.h
SerialPort.cpp
SerialPort.h
StopWatch.cpp
StopWatch.h
Sync.cpp
Sync.h
TFTSerial.cpp
TFTSerial.h
Thread.cpp
Thread.h
Timer.cpp
Timer.h
UDPSocket.cpp
UDPSocket.h
UMP.cpp
UMP.h
Utils.cpp
Utils.h
Version.h
YSFControl.cpp
YSFControl.h
YSFConvolution.cpp
YSFConvolution.h
YSFDefines.h
YSFFICH.cpp
YSFFICH.h
YSFNetwork.cpp
YSFNetwork.h
YSFPayload.cpp
YSFPayload.h
prebuild.cmd

README.md

These are the source files for building the MMDVMHost, the program that interfaces to the MMDVM or DVMega on the one side, and a suitable network on the other. It supports D-Star, DMR, P25 Phase 1, and System Fusion.

On the D-Star side the MMDVMHost interfaces with the ircDDB Gateway, on DMR it can connect to BrandMeister, DMR+, or HB Link, on System Fusion it connects to the YSF Gateway. On P25 it connects to the P25 Gateway.

It builds on 32-bit and 64-bit Linux as well as on Windows using VS2015 on x86 and x64. It can optionally control various Displays. Currently these are:

  • HD44780 (sizes 2x16, 2x40, 4x16, 4x20)
    • Support for HD44780 via 4 bit GPIO connection (user selectable pins)
    • Adafruit 16x2 LCD+Keypad Kits (I2C)
    • Connection via PCF8574 GPIO Extender (I2C)
  • Nextion TFTs (sizes 2.4", 2.8", 3.2" and 3.5")
  • TFT display sold by Hobbytronics in UK
  • OLED 128x64 (SSD1306)

The Nextion displays can connect to the UART on the Raspberry Pi, or via a USB to TTL serial converter like the FT-232RL. It may also be connected to the UART output of the MMDVM modem (Arduino Due, STM32, Teensy), or to the UART output on the UMP.

The HD44780 displays are integrated with wiringPi for Raspberry Pi based platforms.

The Hobbytronics TFT Display, which is a Pi-Hat, connects to the UART on the Raspbery Pi.

The OLED display needs a extra library see OLED.md

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.