The host program for the MMDVM
Go to file
Jonathan Naylor d34d85c04b Initial commit 2016-01-14 18:45:04 +00:00
Images Initial commit 2016-01-14 18:45:04 +00:00
.gitignore Initial commit 2016-01-14 18:45:04 +00:00
BPTC19696.cpp Initial commit 2016-01-14 18:45:04 +00:00
BPTC19696.h Initial commit 2016-01-14 18:45:04 +00:00
CRC.cpp Initial commit 2016-01-14 18:45:04 +00:00
CRC.h Initial commit 2016-01-14 18:45:04 +00:00
CSBK.cpp Initial commit 2016-01-14 18:45:04 +00:00
CSBK.h Initial commit 2016-01-14 18:45:04 +00:00
Conf.cpp Initial commit 2016-01-14 18:45:04 +00:00
Conf.h Initial commit 2016-01-14 18:45:04 +00:00
DMRControl.cpp Initial commit 2016-01-14 18:45:04 +00:00
DMRControl.h Initial commit 2016-01-14 18:45:04 +00:00
DMRData.cpp Initial commit 2016-01-14 18:45:04 +00:00
DMRData.h Initial commit 2016-01-14 18:45:04 +00:00
DMRDefines.h Initial commit 2016-01-14 18:45:04 +00:00
DMRSlot.cpp Initial commit 2016-01-14 18:45:04 +00:00
DMRSlot.h Initial commit 2016-01-14 18:45:04 +00:00
DMRSync.cpp Initial commit 2016-01-14 18:45:04 +00:00
DMRSync.h Initial commit 2016-01-14 18:45:04 +00:00
DStarDefines.h Initial commit 2016-01-14 18:45:04 +00:00
DStarEcho.cpp Initial commit 2016-01-14 18:45:04 +00:00
DStarEcho.h Initial commit 2016-01-14 18:45:04 +00:00
Defines.h Initial commit 2016-01-14 18:45:04 +00:00
Display.cpp Initial commit 2016-01-14 18:45:04 +00:00
Display.h Initial commit 2016-01-14 18:45:04 +00:00
EMB.cpp Initial commit 2016-01-14 18:45:04 +00:00
EMB.h Initial commit 2016-01-14 18:45:04 +00:00
EmbeddedLC.cpp Initial commit 2016-01-14 18:45:04 +00:00
EmbeddedLC.h Initial commit 2016-01-14 18:45:04 +00:00
FullLC.cpp Initial commit 2016-01-14 18:45:04 +00:00
FullLC.h Initial commit 2016-01-14 18:45:04 +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 Initial commit 2016-01-14 18:45:04 +00:00
Golay24128.h Initial commit 2016-01-14 18:45:04 +00:00
Hamming.cpp Initial commit 2016-01-14 18:45:04 +00:00
Hamming.h Initial commit 2016-01-14 18:45:04 +00:00
HomebrewDMRIPSC.cpp Initial commit 2016-01-14 18:45:04 +00:00
HomebrewDMRIPSC.h Initial commit 2016-01-14 18:45:04 +00:00
LC.cpp Initial commit 2016-01-14 18:45:04 +00:00
LC.h Initial commit 2016-01-14 18:45:04 +00:00
LICENCE Initial commit 2016-01-14 18:45:04 +00:00
Log.cpp Initial commit 2016-01-14 18:45:04 +00:00
Log.h Initial commit 2016-01-14 18:45:04 +00:00
MMDVM.ini Initial commit 2016-01-14 18:45:04 +00:00
MMDVMHost.cpp Initial commit 2016-01-14 18:45:04 +00:00
MMDVMHost.h Initial commit 2016-01-14 18:45:04 +00:00
MMDVMHost.sln Initial commit 2016-01-14 18:45:04 +00:00
MMDVMHost.vcxproj Initial commit 2016-01-14 18:45:04 +00:00
MMDVMHost.vcxproj.filters Initial commit 2016-01-14 18:45:04 +00:00
Makefile Initial commit 2016-01-14 18:45:04 +00:00
Modem.cpp Initial commit 2016-01-14 18:45:04 +00:00
Modem.h Initial commit 2016-01-14 18:45:04 +00:00
NullDisplay.cpp Initial commit 2016-01-14 18:45:04 +00:00
NullDisplay.h Initial commit 2016-01-14 18:45:04 +00: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 Initial commit 2016-01-14 18:45:04 +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
RingBuffer.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 Initial commit 2016-01-14 18:45:04 +00:00
SerialController.cpp Initial commit 2016-01-14 18:45:04 +00:00
SerialController.h Initial commit 2016-01-14 18:45:04 +00:00
ShortLC.cpp Initial commit 2016-01-14 18:45:04 +00:00
ShortLC.h Initial commit 2016-01-14 18:45:04 +00:00
SlotType.cpp Initial commit 2016-01-14 18:45:04 +00:00
SlotType.h Initial commit 2016-01-14 18:45:04 +00:00
StopWatch.cpp Initial commit 2016-01-14 18:45:04 +00:00
StopWatch.h Initial commit 2016-01-14 18:45:04 +00:00
TFTSerial.cpp Initial commit 2016-01-14 18:45:04 +00:00
TFTSerial.h Initial commit 2016-01-14 18:45:04 +00: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 Initial commit 2016-01-14 18:45:04 +00:00
UDPSocket.h Initial commit 2016-01-14 18:45:04 +00:00
Utils.cpp Initial commit 2016-01-14 18:45:04 +00:00
Utils.h Initial commit 2016-01-14 18:45:04 +00:00
Version.h Initial commit 2016-01-14 18:45:04 +00:00
YSFDefines.h Initial commit 2016-01-14 18:45:04 +00:00
YSFEcho.cpp Initial commit 2016-01-14 18:45:04 +00:00
YSFEcho.h Initial commit 2016-01-14 18:45:04 +00:00

README.md

These are the source files for builing the MMDVMHost, the program that interfaces to the MMDVM on one side, and a network on the other.

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

It builds on Linux as well as Windows using VS2015 on x86 and x64.