No description
Find a file
2018-06-06 23:05:50 +02:00
.gitignore Initial commit. 2018-06-06 20:33:31 +01:00
Conf.cpp Initial commit. 2018-06-06 20:33:31 +01:00
Conf.h Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETGateway.cpp Print POCSAG RICs in decimal 2018-06-06 23:05:50 +02:00
DAPNETGateway.h Initial commit. 2018-06-06 20:33:31 +01:00
DAPNETGateway.ini Initial commit. 2018-06-06 20:33:31 +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 bugs in parsing the messages. 2018-06-06 22:00:43 +01:00
DAPNETNetwork.h Initial commit. 2018-06-06 20:33:31 +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 Get DAPNET login working. 2018-06-06 21:38:43 +01:00
POCSAGMessage.h Initial commit. 2018-06-06 20:33:31 +01:00
POCSAGNetwork.cpp Initial commit. 2018-06-06 20:33:31 +01:00
POCSAGNetwork.h Initial commit. 2018-06-06 20:33:31 +01:00
README.md Initial commit. 2018-06-06 20:33:31 +01:00
StopWatch.cpp Initial commit. 2018-06-06 20:33:31 +01:00
StopWatch.h Initial commit. 2018-06-06 20:33:31 +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 Fix bugs in parsing the messages. 2018-06-06 22:00:43 +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 priority order once the host becomes idle.