No description
Find a file
Jonathan Naylor b869053a80
Merge pull request #40 from W0CHP/master
Publish structured link/connectivity status
2026-08-11 11:30:57 +01:00
.gitignore Improve the build process. 2026-03-11 17:10:09 +00:00
Conf.cpp Merge branch 'master' into mqtt 2026-02-14 16:39:05 +00:00
Conf.h Add MQTT authentication. 2025-03-26 15:11:42 +00:00
DAPNETGateway.cpp Publish structured link/connectivity status 2026-08-10 17:37:55 -05:00
DAPNETGateway.h Add basic JSON logging. 2023-07-11 11:25:39 +01:00
DAPNETGateway.ini Add MQTT authentication. 2025-03-26 15:11:42 +00:00
DAPNETGateway.sln Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETGateway.vcxproj Merge branch 'master' into mqtt 2026-02-14 16:39:05 +00:00
DAPNETGateway.vcxproj.filters Merge branch 'master' into mqtt 2025-03-18 15:13:07 +00:00
DAPNETNetwork.cpp Publish structured link/connectivity status 2026-08-10 17:37:55 -05: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 Publish structured link/connectivity status 2026-08-10 17:37:55 -05:00
Log.h Publish structured link/connectivity status 2026-08-10 17:37:55 -05:00
Makefile Improve the build process. 2026-03-11 17:10:09 +00:00
MQTTConnection.cpp Publish structured link/connectivity status 2026-08-10 17:37:55 -05:00
MQTTConnection.h Publish structured link/connectivity status 2026-08-10 17:37:55 -05: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 README.md 2026-02-14 18:19:54 +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
schema.json Publish structured link/connectivity status 2026-08-10 17:37:55 -05: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 Merge branch 'master' into mqtt 2025-03-18 15:13:07 +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 create timestamps in rfc3339 format 2026-03-23 13:00:13 +00:00
Utils.h Add basic JSON logging. 2023-07-11 11:25:39 +01:00
Version.h Merge branch 'master' into mqtt 2026-02-14 16:39:05 +00: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 2022 on x86 and x64.

This software is licenced under the GPL v2 and is primarily intended for amateur and educational use.