Go to file
Jonathan Naylor ca76dfc728
Merge pull request #348 from k7pws/patch-2
Update NXDNHosts.txt
2024-02-17 17:50:31 +00:00
NXDNGateway Update NXDNHosts.txt 2024-02-16 22:28:54 -07:00
NXDNParrot Simplify the UDP socket handling. 2024-01-29 16:00:25 +00:00
.gitignore Simplify the UDP socket handling. 2024-01-29 16:00:25 +00:00
LICENCE Initial commit. 2018-03-13 22:16:48 +00:00
Makefile Remove the NXDN Reflector. 2023-02-23 19:34:37 +00:00
NXDNClients.sln Remove the NXDN Reflector. 2023-02-23 19:34:37 +00:00
README.md Remove the NXDN Reflector. 2023-02-23 19:34:37 +00:00

README.md

These programs are clients for the NXDN networking built into the MMDVM Host.

The Parrot is very simple minded and can only handle one client at a time and is therefore not suitable for use as a shared resource via the Internet.

The Gateway allows for use of NXDN Talk Groups to control the access to the various NXDN reflectors. It speaks the same language as Icom repeaters to the MMDVM so can be used as a gateway for Icom NXDN repeaters. It also includes experimental support for Kenwood NXDN repeaters.

The Gateway has an ini file that contain the parameters for running the software. The filename of the ini file is passed as a parameter on the command line. The Parrot takes the UDP port number to listen on as an argument.

The MMDVM .ini file should have the IP address and port number of the client in the [NXDN Network] settings.

These programs build on 32-bit and 64-bit Linux as well as on Windows using Visual Studio 2019 on x86 and x64.

This software is licenced under the GPL v2 and is primarily intended for amateur and educational use.