mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-29 14:35:41 +08:00
19 lines
992 B
Markdown
19 lines
992 B
Markdown
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, NXDN, System Fusion,
|
|
POCSAG, and FM on the MMDVM, and D-Star, DMR, and System Fusion on the DVMega.
|
|
|
|
On the D-Star side the MMDVMHost interfaces with the ircDDB Gateway, on DMR it
|
|
connects to the DMR Gateway to allow for connection to multiple DMR networks,
|
|
or a single network directly. on System Fusion it connects to the YSF Gateway to allow
|
|
access to the FCS and YSF networks. On P25 it connects to the P25 Gateway. On
|
|
NXDN it connects to the NXDN Gateway which provides access to the NXDN and
|
|
NXCore talk groups. It uses the DAPNET Gateway to access DAPNET to receive
|
|
paging messages.
|
|
|
|
It builds on 32-bit and 64-bit Linux as well as on Windows using Visual Studio
|
|
2022 on x86 and x64.
|
|
|
|
This software is licenced under the GPL v2 and is primarily intended for amateur and
|
|
educational use.
|