You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Jonathan Naylor ff11c079cc
Merge pull request #240 from kb5rir/patch-1
Update P25Hosts.txt
2 years ago
P25Gateway Update P25Hosts.txt 2 years ago
P25Parrot Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. 2 years ago
P25Reflector Hopefully fix the display of IP addresses in the reflector. 2 years ago
.gitignore Stop the P25Reflector binary from appearing in git. 3 years ago
LICENCE Add the GPL. 7 years ago
Makefile Add top level Makefile. 3 years ago
P25Clients.sln Add the P25 Reflector. 5 years ago
README.md Upgrade the README file considerably. 6 years ago

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.