Go to file
kb5rir 7bc4888002
Update P25Hosts.txt
Please add
# 1007 The Harley-Hangout
1007 43773.kb5rir.com 41000
Thanks Jonathan
James KB5RIR
2021-10-06 12:02:38 -05:00
P25Gateway Update P25Hosts.txt 2021-10-06 12:02:38 -05:00
P25Parrot Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. 2021-04-25 07:51:01 +02:00
P25Reflector Hopefully fix the display of IP addresses in the reflector. 2021-09-12 20:24:14 +01:00
.gitignore Stop the P25Reflector binary from appearing in git. 2020-08-27 13:11:29 +01:00
LICENCE Add the GPL. 2016-10-04 06:36:22 +01:00
Makefile Add top level Makefile. 2020-07-06 10:09:12 +01:00
P25Clients.sln Add the P25 Reflector. 2018-01-03 20:40:45 +00:00
README.md Upgrade the README file considerably. 2017-09-22 20:29:05 +01: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 intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.