No description
Find a file
2023-07-11 11:25:39 +01:00
.gitignore Upgrade the version and signal handling. 2023-07-07 18:41:30 +01:00
Conf.cpp Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01:00
Conf.h Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01:00
DAPNETGateway.cpp Add basic JSON logging. 2023-07-11 11:25:39 +01:00
DAPNETGateway.h Add basic JSON logging. 2023-07-11 11:25:39 +01:00
DAPNETGateway.ini Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01:00
DAPNETGateway.sln Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETGateway.vcxproj Use normal logging. 2020-09-29 12:33:12 +01:00
DAPNETGateway.vcxproj.filters Add VS2017 support. 2018-11-19 11:31:30 +00:00
DAPNETNetwork.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:43:56 +02: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 Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01:00
Log.h Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01:00
Makefile Upgrade the version and signal handling. 2023-07-07 18:41:30 +01:00
MQTTConnection.cpp Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01:00
MQTTConnection.h Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01:00
POCSAGMessage.cpp CPOCSAGMessage::CPOCSAGMessage(), m_message[] should be terminated by '\0'. 2019-09-21 21:40:21 +09:00
POCSAGMessage.h Hopefully fix queue stalls. 2018-06-25 19:11:33 +01:00
POCSAGNetwork.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:43:56 +02: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
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 Typo. 2019-02-28 14:47:05 +01:00
REGEX.h Some minor code beautification 2018-11-18 23:35:06 +01:00
schema.json Add basic JSON logging. 2023-07-11 11:25:39 +01:00
StopWatch.cpp Update and simplify the new stopwatch code. 2018-07-15 20:25:44 +01:00
StopWatch.h Fix Windows compilation. 2020-09-20 15:55:37 +01:00
TCPSocket.cpp IPv6 updates. 2020-09-06 14:06:13 +01:00
TCPSocket.h modified WinSock -> WinSock2 to pass compile on Windows (not tested) 2019-10-05 06:16:33 +09:00
Thread.cpp Updates for NetBSD. 2020-10-05 13:22:45 +01: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 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
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:43:56 +02:00
Utils.cpp Add basic JSON logging. 2023-07-11 11:25:39 +01:00
Utils.h Add basic JSON logging. 2023-07-11 11:25:39 +01:00
Version.h Convert the gateway to log via MQTT. 2023-07-07 17:57:36 +01: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.