P25Clients/P25Gateway
2021-12-22 17:20:21 +02:00
..
Audio
Conf.cpp 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
Conf.h 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
DMRIds.dat
DMRLookup.cpp
DMRLookup.h
Log.cpp Fix compiler warnings 2021-10-25 17:49:03 +01:00
Log.h Add optional log rotation and fix a UDP bug. 2020-11-01 12:54:51 +00:00
Makefile Rewrite the networking for dual IPv4 and IPv6. 2020-11-04 11:50:57 +00:00
Mutex.cpp
Mutex.h
P25Gateway.cpp Simplify the networking code a little. 2020-11-04 12:14:31 +00:00
P25Gateway.h Fix Windows compilation. 2020-09-20 15:47:58 +01:00
P25Gateway.ini Simplify the networking code a little. 2020-11-04 12:14:31 +00:00
P25Gateway.vcxproj Rewrite the networking for dual IPv4 and IPv6. 2020-11-04 11:50:57 +00:00
P25Gateway.vcxproj.filters Rewrite the networking for dual IPv4 and IPv6. 2020-11-04 11:50:57 +00:00
P25Hosts.txt Change reflector 37500 IP address to hostname. 2021-12-22 17:20:21 +02:00
P25Network.cpp 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
P25Network.h 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
Reflectors.cpp 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
Reflectors.h 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
RptNetwork.cpp 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
RptNetwork.h 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
StopWatch.cpp
StopWatch.h Fix Windows compilation. 2020-09-20 15:47:58 +01:00
Thread.cpp Updates for NetBSD. 2020-10-05 13:16:21 +01:00
Thread.h Fix Windows compilation. 2020-09-20 15:47:58 +01:00
Timer.cpp
Timer.h
UDPSocket.cpp 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
UDPSocket.h 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
Utils.cpp
Utils.h
Version.h Alter the way that the P25 Network is opened for IPv4 and IPv6. 2020-11-05 09:51:05 +00:00
Voice.cpp
Voice.h