Go to file
M0VUB 5d07c709a1
Update NXDNHosts.txt
Add UK 116 bridge to NXDN UK cluster
2024-01-17 21:48:55 +00:00
NXDNGateway Update NXDNHosts.txt 2024-01-17 21:48:55 +00:00
NXDNParrot Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. 2021-04-25 07:48:10 +02:00
.gitignore Make the NXDN Reflector more robust. 2020-08-23 13:22:18 +01: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.