The host program for the MMDVM
Go to file
Jonathan Naylor ba63f7fb19 Merge pull request #25 from phl0/NextionFormatting
Variable type for callsign in TFTSerial and HD44780
2016-04-21 11:50:00 +01:00
Images Move TFTSerial images to their own directory. 2016-03-19 19:11:28 +00:00
Nextion Display text on Tilde Page centered 2016-04-19 11:46:17 +02:00
TFTSerial Move TFTSerial images to their own directory. 2016-03-19 19:11:28 +00:00
.gitignore Log buffer overflows from the modem and handle master reboots cleanly. 2016-01-14 19:26:06 +00:00
AMBEFEC.cpp Fix some missing unsigned int declarations. 2016-04-20 10:36:04 +01:00
AMBEFEC.h First go at VW mode IMBE FEC. 2016-04-19 07:45:49 +01:00
BPTC19696.cpp Add new Hamming for YSF. 2016-04-19 06:50:51 +01:00
BPTC19696.h Initial commit 2016-01-14 18:45:04 +00:00
Conf.cpp Convert the D-Star module to upper case. 2016-04-19 17:27:00 +01:00
Conf.h Translate DMR Id to callsign from a file. 2016-04-12 18:26:13 +01:00
CRC.cpp Decode and encode the System Fusion FICH. 2016-02-23 19:30:35 +00:00
CRC.h Decode and encode the System Fusion FICH. 2016-02-23 19:30:35 +00:00
Defines.h Add an error display. 2016-03-21 22:47:58 +00:00
Display.cpp Initial commit 2016-01-14 18:45:04 +00:00
Display.h Add output of information about incoming reflector 2016-04-16 21:45:49 +02:00
DMRControl.cpp Translate DMR Id to callsign from a file. 2016-04-12 18:26:13 +01:00
DMRControl.h Translate DMR Id to callsign from a file. 2016-04-12 18:26:13 +01:00
DMRCSBK.cpp Spelling mistake in log entry. 2016-03-15 19:02:20 +00:00
DMRCSBK.h Handle group transmissions of Preamble CSBKs. 2016-03-14 21:22:09 +00:00
DMRData.cpp Add the BER and a future RSSI to the DMR data. 2016-03-23 17:30:06 +00:00
DMRData.h Add the BER and a future RSSI to the DMR data. 2016-03-23 17:30:06 +00:00
DMRDataHeader.cpp More work on DMR Data Header block counts. 2016-03-15 22:46:36 +00:00
DMRDataHeader.h Add special data spacer/termination after data transmission. 2016-02-28 18:22:17 +00:00
DMRDefines.h A new DMR silence frame. 2016-03-01 19:42:24 +00:00
DMREMB.cpp Renamed DMR protocol files. 2016-02-15 18:45:57 +00:00
DMREMB.h Renamed DMR protocol files. 2016-02-15 18:45:57 +00:00
DMREmbeddedLC.cpp Add regeneration of Embedded LCs. 2016-02-29 07:27:10 +00:00
DMREmbeddedLC.h Add regeneration of Embedded LCs. 2016-02-29 07:27:10 +00:00
DMRFullLC.cpp Finally fix the (re)generation of Full LC PDUs. 2016-02-22 22:27:03 +00:00
DMRFullLC.h Renamed DMR protocol files. 2016-02-15 18:45:57 +00:00
DMRIds.dat Update DMRIds.dat 2016-04-19 21:25:02 +10:00
DMRIPSC.cpp Correct typo 2016-04-19 21:56:56 +02:00
DMRIPSC.h Allow for setting of outgoing port number on DMR networking. 2016-04-03 19:11:45 +01:00
DMRLC.cpp Add more asserts to catch bugs. 2016-03-07 20:21:55 +00:00
DMRLC.h Finally fix the (re)generation of Full LC PDUs. 2016-02-22 22:27:03 +00:00
DMRLookup.cpp Fix compile error that some people experienced. 2016-04-12 21:37:21 +01:00
DMRLookup.h The beginnings of DMR Id to callsign lookups. 2016-04-11 11:52:21 +01:00
DMRShortLC.cpp Add more asserts to catch bugs. 2016-03-07 20:21:55 +00:00
DMRShortLC.h Renamed DMR protocol files. 2016-02-15 18:45:57 +00:00
DMRSlot.cpp Small fixes for DMR data modes. 2016-04-19 19:46:16 +01:00
DMRSlot.h Translate DMR Id to callsign from a file. 2016-04-12 18:26:13 +01:00
DMRSlotType.cpp Renamed DMR protocol files. 2016-02-15 18:45:57 +00:00
DMRSlotType.h Renamed DMR protocol files. 2016-02-15 18:45:57 +00:00
DStarControl.cpp Distinguish between linked und unlinked state for messages 2016-04-20 22:33:06 +02:00
DStarControl.h Add black list functionality for D-Star and DMR. 2016-04-06 18:46:05 +01:00
DStarDefines.h Debugging D-Star. 2016-02-01 21:44:40 +00:00
DStarHeader.cpp Add more asserts to catch bugs. 2016-03-07 20:21:55 +00:00
DStarHeader.h Add the status ack to D-Star. 2016-02-01 20:49:52 +00:00
DStarNetwork.cpp Changes for DVMega via the host. 2016-03-08 17:26:51 +00:00
DStarNetwork.h Changes for DVMega via the host. 2016-03-08 17:26:51 +00:00
DStarSlowData.cpp Fix the CCITT16 checksums for CSBK, DMR Data and D-Star Headers. 2016-02-18 21:56:26 +00:00
DStarSlowData.h Add the status ack to D-Star. 2016-02-01 20:49:52 +00:00
Golay2087.cpp Initial commit 2016-01-14 18:45:04 +00:00
Golay2087.h Initial commit 2016-01-14 18:45:04 +00:00
Golay24128.cpp The beginnings of simple System Fusion support. 2016-02-04 19:17:39 +00:00
Golay24128.h The beginnings of simple System Fusion support. 2016-02-04 19:17:39 +00:00
Hamming.cpp Add new Hamming for YSF. 2016-04-19 06:50:51 +01:00
Hamming.h Add new Hamming for YSF. 2016-04-19 06:50:51 +01:00
HD44780.cpp Changed type of callsign variable for HD44780 2016-04-21 12:03:55 +02:00
HD44780.h Changed type of callsign variable for HD44780 2016-04-21 12:03:55 +02:00
LICENCE Initial commit 2016-01-14 18:45:04 +00:00
Log.cpp Fix a compile error under Linux. 2016-03-07 21:55:02 +00:00
Log.h Modify the logging system greatly. 2016-03-07 18:42:05 +00:00
Makefile Small fixes for DMR data modes. 2016-04-19 19:46:16 +01:00
Makefile.Pi.Adafruit Small fixes for DMR data modes. 2016-04-19 19:46:16 +01:00
Makefile.Pi.HD44780 Small fixes for DMR data modes. 2016-04-19 19:46:16 +01:00
MMDVM.ini Add support for Adafruit i2c 16 x 2 RGB LCD Pi Plate 2016-04-17 07:11:05 -04:00
MMDVMHost.cpp Changed type of callsign variable for TFTSerial 2016-04-21 12:09:54 +02:00
MMDVMHost.h Allow ordainary data to activate DMR when in simplex. 2016-03-07 19:45:19 +00:00
MMDVMHost.sln Initial commit 2016-01-14 18:45:04 +00:00
MMDVMHost.vcxproj Small fixes for DMR data modes. 2016-04-19 19:46:16 +01:00
MMDVMHost.vcxproj.filters Small fixes for DMR data modes. 2016-04-19 19:46:16 +01:00
Modem.cpp Improve the start of the modem. 2016-04-14 19:03:51 +01:00
Modem.h Add a playout timer to avoid flooding the modem with data. 2016-03-31 11:42:12 +01:00
Nextion.cpp Changed variable type for callsign 2016-04-20 21:23:51 +02:00
Nextion.h Changed variable type for callsign 2016-04-20 21:23:51 +02:00
NullDisplay.cpp Add output of information about incoming reflector 2016-04-16 21:45:49 +02:00
NullDisplay.h Add output of information about incoming reflector 2016-04-16 21:45:49 +02:00
QR1676.cpp Initial commit 2016-01-14 18:45:04 +00:00
QR1676.h Initial commit 2016-01-14 18:45:04 +00:00
README.md Update the readme based on software development. 2016-04-07 15:19:38 +01:00
RingBuffer.h Recalculate the free space in the ring buffer. 2016-02-15 22:21:50 +00:00
RS129.cpp Initial commit 2016-01-14 18:45:04 +00:00
RS129.h Initial commit 2016-01-14 18:45:04 +00:00
SerialController.cpp DMR beacon handling. 2016-01-14 19:58:16 +00:00
SerialController.h Initial commit 2016-01-14 18:45:04 +00:00
SHA256.cpp Initial commit 2016-01-14 18:45:04 +00:00
SHA256.h Use C++11 <cstdint> on Windows. 2016-01-14 23:25:52 +00:00
StopWatch.cpp Fix Linux compile issue. 2016-01-26 07:13:55 +00:00
StopWatch.h Use gettimeofday on Linux for the StopWatch. 2016-01-24 21:18:53 +00:00
Sync.cpp Centralise the Sync addition methods. 2016-02-15 21:46:57 +00:00
Sync.h Centralise the Sync addition methods. 2016-02-15 21:46:57 +00:00
TFTSerial.cpp Changed type of callsign variable for TFTSerial 2016-04-21 12:09:54 +02:00
TFTSerial.h Changed type of callsign variable for TFTSerial 2016-04-21 12:09:54 +02:00
Timer.cpp Initial commit 2016-01-14 18:45:04 +00:00
Timer.h Initial commit 2016-01-14 18:45:04 +00:00
UDPSocket.cpp Fix assert error. 2016-04-04 17:00:59 +01:00
UDPSocket.h Fix assert error. 2016-04-04 17:00:59 +01:00
Utils.cpp Add more asserts to catch bugs. 2016-03-07 20:21:55 +00:00
Utils.h Initial commit 2016-01-14 18:45:04 +00:00
Version.h Bump the version date. 2016-04-19 19:51:39 +01:00
YSFControl.cpp Display the FICH errors and fix minor bugs. 2016-04-20 07:29:09 +01:00
YSFControl.h Improve timing within the protocol engines. 2016-03-14 20:55:15 +00:00
YSFConvolution.cpp Change M to improve the decoding. 2016-04-21 11:17:20 +01:00
YSFConvolution.h Beginnings of System Fusion payload regeneration. 2016-02-28 20:34:37 +00:00
YSFDefines.h System Fusion bug fixes. 2016-04-18 21:56:10 +01:00
YSFFICH.cpp Add missing include for Linux. 2016-04-20 09:14:28 +01:00
YSFFICH.h Display the FICH errors and fix minor bugs. 2016-04-20 07:29:09 +01:00
YSFParrot.cpp Handle sync-less data frames. 2016-02-23 21:01:14 +00:00
YSFParrot.h Decode and encode the System Fusion FICH. 2016-02-23 19:30:35 +00:00
YSFPayload.cpp Display the FICH errors and fix minor bugs. 2016-04-20 07:29:09 +01:00
YSFPayload.h First go at VW mode IMBE FEC. 2016-04-19 07:45:49 +01:00

These are the source files for builing the MMDVMHost, the program that interfaces to the MMDVM or DVMega on the one side, and a suitable network on the other. On the D-Star side the MMDVMHost interfaces with the ircDDB Gateway, on DMR, only the BrandMeister network currently.

It supports D-Star, DMR, and System Fusion.

It builds on 32-bit and 64-bit Linux as well as on Windows using VS2015 on x86 and x64. On the Raspberry Pi it can optionally control either an HD44780 based display, the TFT display sold by Hobbytronics in the UK, or the 2.4" TFT display sold by Nextion.

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.

It is only to be used on the main DMR+, the main BrandMeister, and Phoenix (UK) networks. If you wish to use it on any other network, you must get written permission from myself, G4KLX. Each such request will be dealt with on a case-by-case basis.