Go to file
Jonathan Naylor d0638f1f38
Merge pull request #483 from n7eal/patch-1
Update P25Hosts.txt
2024-02-17 17:51:17 +00:00
P25Gateway Merge pull request #483 from n7eal/patch-1 2024-02-17 17:51:17 +00:00
P25Parrot Simplify the UDP socket handling. 2024-01-29 16:12:41 +00:00
.gitignore Simplify the UDP socket handling. 2024-01-29 16:12:41 +00:00
LICENCE Add the GPL. 2016-10-04 06:36:22 +01:00
Makefile Remove the P25 Reflector. 2023-02-23 19:38:03 +00:00
P25Clients.sln Remove the P25 Reflector. 2023-02-23 19:38:03 +00:00
README.md Update the README 2021-12-13 10:36:48 +00:00

README.md

These programs are clients for the P25 networking now 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 P25 Talk Groups to control the access to the various P25 reflectors.

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 [P25 Network] settings.

They build on 32-bit and 64-bit Linux as well as on Windows using Visual Studio 2017 on x86 and x64.

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