No description
Find a file
Jonathan Naylor 3c5fb387c4
Merge pull request #630 from W0CHP/master
Publish the "failed" link event for talkgroups that don't resolve
2026-08-11 11:32:49 +01:00
P25Gateway Publish the "failed" link event for talkgroups that don't resolve 2026-08-10 17:04:34 -05:00
P25Parrot Improve the build process. 2026-03-11 18:19:21 +00:00
.gitignore Improve the build process. 2026-03-11 18:19:21 +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 Merge branch 'mqtt' into json_hosts 2026-02-17 13:55:37 +00:00

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.

The file that contains the information about the reachable reflectors is held in the P25Hosts.txt file that should be donwloaded from the DVRef.com web site. A script to do this under Linux is included. This is handled automatically in WPSD and Pi-Star.

They build 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.