No description
Find a file
Jonathan Naylor 475c8023ec
Merge pull request #37 from MW0MWZ/patch-1
Update Conf.cpp
2025-08-20 17:26:56 +01:00
.gitignore Simplify the UDP socket handling. 2024-01-29 16:37:34 +00:00
Conf.cpp Update Conf.cpp 2025-08-20 12:25:14 +01: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:43:56 +02:00
DAPNETGateway.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
DAPNETGateway.h Some minor code beautification 2018-11-18 23:35:06 +01:00
DAPNETGateway.ini Add optional log file rotation and UDP error handling. 2020-10-31 22:16:07 +00:00
DAPNETGateway.sln Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETGateway.vcxproj Allow to buildon Windows again. 2024-04-22 13:49:26 +01:00
DAPNETGateway.vcxproj.filters Add VS2017 support. 2018-11-19 11:31:30 +00:00
DAPNETNetwork.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
DAPNETNetwork.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:43:56 +02:00
LICENCE Initial commit. 2018-06-06 20:33:31 +01:00
Log.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
Log.h Add optional log file rotation and UDP error handling. 2020-10-31 22:16:07 +00:00
Makefile Add the gitversion to the Makefile. 2024-04-22 14:06:52 +01:00
POCSAGMessage.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
POCSAGMessage.h Hopefully fix queue stalls. 2018-06-25 19:11:33 +01:00
POCSAGNetwork.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
POCSAGNetwork.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:43:56 +02:00
prebuild.cmd Allow to buildon Windows again. 2024-04-22 13:49:26 +01:00
README.md Update the README 2021-12-13 10:25:03 +00:00
README.REGEX Add config options for REGEX support. Also add README.REGEX 2018-11-17 16:37:11 +00:00
REGEX.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
REGEX.h Some minor code beautification 2018-11-18 23:35:06 +01:00
StopWatch.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
StopWatch.h Fix Windows compilation. 2020-09-20 15:55:37 +01:00
TCPSocket.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
TCPSocket.h Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
Thread.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
Thread.h Initial commit. 2018-06-06 20:33:31 +01:00
Timer.cpp Initial commit. 2018-06-06 20:33:31 +01:00
Timer.h Initial commit. 2018-06-06 20:33:31 +01:00
UDPSocket.cpp Fix nullptr instead of NULL argument usage in getaddrinfo(). 2025-06-07 19:42:38 +02:00
UDPSocket.h Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
Utils.cpp Upgrade the C++ version. 2025-03-18 13:52:17 +00:00
Utils.h Initial commit. 2018-06-06 20:33:31 +01:00
Version.h Fix nullptr instead of NULL argument usage in getaddrinfo(). 2025-06-07 19:42:38 +02:00

The DAPNET Gateway links the MMDVM Host to the DAPNET network to receive paging messages.

The messages are buffered by the gateway when the host is busy with other modes, and then sends them to the host in order once the host becomes idle.

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.