No description
Find a file
2018-07-04 22:18:48 +01:00
.gitignore Initial commit. 2018-06-06 20:33:31 +01:00
Conf.cpp Optionally suppress time messages when messages are being queued. 2018-06-13 19:41:35 +01:00
Conf.h Optionally suppress time messages when messages are being queued. 2018-06-13 19:41:35 +01:00
DAPNETGateway.cpp Hopefully fix queue stalls. 2018-06-25 19:11:33 +01:00
DAPNETGateway.h Hopefully fix queue stalls. 2018-06-25 19:11:33 +01:00
DAPNETGateway.ini Optionally suppress time messages when messages are being queued. 2018-06-13 19:41:35 +01:00
DAPNETGateway.sln Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETGateway.vcxproj Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETGateway.vcxproj.filters Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETNetwork.cpp Fix parsing of the timeslot string. 2018-06-19 18:49:37 +01:00
DAPNETNetwork.h Begin timeslot parsing and processing. 2018-06-19 18:46:43 +01:00
LICENCE Initial commit. 2018-06-06 20:33:31 +01:00
Log.cpp Initial commit. 2018-06-06 20:33:31 +01:00
Log.h Initial commit. 2018-06-06 20:33:31 +01:00
Makefile Initial commit. 2018-06-06 20:33:31 +01:00
POCSAGMessage.cpp Hopefully fix queue stalls. 2018-06-25 19:11:33 +01:00
POCSAGMessage.h Hopefully fix queue stalls. 2018-06-25 19:11:33 +01:00
POCSAGNetwork.cpp Re-add Functional to the POCSAG network message. 2018-06-13 08:04:59 +01:00
POCSAGNetwork.h Initial commit. 2018-06-06 20:33:31 +01:00
README.md Update the README file. 2018-06-07 18:09:11 +01:00
StopWatch.cpp Fixed up the improved StopWatch for DAPNET use. 2018-07-04 22:18:48 +01:00
StopWatch.h Fixed up the improved StopWatch for DAPNET use. 2018-07-04 22:18:48 +01:00
TCPSocket.cpp Initial commit. 2018-06-06 20:33:31 +01:00
TCPSocket.h Initial commit. 2018-06-06 20:33:31 +01:00
Thread.cpp Initial commit. 2018-06-06 20:33:31 +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 Initial commit. 2018-06-06 20:33:31 +01:00
UDPSocket.h Initial commit. 2018-06-06 20:33:31 +01:00
Utils.cpp Initial commit. 2018-06-06 20:33:31 +01:00
Utils.h Initial commit. 2018-06-06 20:33:31 +01:00
Version.h Bump the version date. 2018-06-25 19:12:30 +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 intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.