YSFClients/DGIdGateway
2024-01-29 15:44:33 +00:00
..
.vscode Show FCS receive debug only when debug is active 2022-07-16 11:02:52 +02:00
APRSWriter.cpp Take care of GPSd API version about fix. 2023-05-21 06:50:10 +02:00
APRSWriter.h Add APRS Symbol option (based on my PR https://github.com/g4klx/DMRGateway/pull/122) 2023-02-13 06:59:27 -06:00
Conf.cpp Simplify the UDP socket handling. 2024-01-29 15:44:33 +00:00
Conf.h Add APRS Symbol option (based on my PR https://github.com/g4klx/DMRGateway/pull/122) 2023-02-13 06:59:27 -06:00
CRC.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
CRC.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
DGIdGateway.cpp Add APRS Symbol option (based on my PR https://github.com/g4klx/DMRGateway/pull/122) 2023-02-13 06:59:27 -06:00
DGIdGateway.h Improve the network state machines. 2020-09-21 09:52:05 +01:00
DGIdGateway.ini Update sample INI with quoted Symbol= value. 2023-05-19 09:57:48 -05:00
DGIdGateway.vcxproj Remove YCS support. 2020-09-28 09:59:43 +01:00
DGIdGateway.vcxproj.filters Remove YCS support. 2020-09-28 09:59:43 +01:00
DGIdNetwork.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
DGIdNetwork.h Explicitely add YCS support. 2020-09-22 13:09:03 +01:00
FCSNetwork.cpp Show FCS receive debug only when debug is active 2022-07-16 11:02:52 +02:00
FCSNetwork.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:51:51 +02:00
FCSRooms.txt Bring the DGId Gateway FCS Rooms file up to date. 2021-03-28 15:31:01 +01:00
Golay24128.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
Golay24128.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
GPS.cpp Add FT-5D GPS support for the DGIdGateway. 2021-09-22 21:57:38 +01:00
GPS.h Fix Wires-X passthrough and some code cleanups. 2020-11-08 15:20:24 +00:00
IMRSNetwork.cpp Convert the IMRS sequence number to little-endian. 2020-09-29 12:07:09 +01:00
IMRSNetwork.h Fix order of initialisation. 2020-09-24 14:46:17 +01:00
Log.cpp Fix compiler warnings 2021-10-25 18:03:19 +01:00
Log.h Add optional diabling of file rotation and UDP socket bug fixing. 2020-11-01 12:28:12 +00:00
Makefile * Added git version string to VERSION, etc. (GitVersion.h); consistent with other clients. 2022-01-07 08:35:27 -06:00
README.md Update the README files. 2020-08-19 16:16:00 +01:00
RingBuffer.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
StopWatch.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
StopWatch.h Fix Windows compilation. 2020-09-20 15:01:29 +01:00
Sync.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
Sync.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
Thread.cpp Updates for NetBSD. 2020-10-05 13:12:01 +01:00
Thread.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
Timer.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
Timer.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
UDPSocket.cpp Simplify the UDP socket handling. 2024-01-29 15:44:33 +00:00
UDPSocket.h Simplify the UDP socket handling. 2024-01-29 15:44:33 +00:00
Utils.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
Utils.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
Version.h Simplify the UDP socket handling. 2024-01-29 15:44:33 +00:00
YSFConvolution.cpp Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
YSFConvolution.h Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
YSFDefines.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:51:51 +02:00
YSFFICH.cpp Fix Wires-X passthrough and some code cleanups. 2020-11-08 15:20:24 +00:00
YSFFICH.h Fix Wires-X passthrough and some code cleanups. 2020-11-08 15:20:24 +00:00
YSFHosts.txt Update YSFHosts.txt 2021-10-25 18:49:01 +01:00
YSFHostsupdate.sh Beginnings of the DG-ID Gateway 2020-08-19 13:01:40 +01:00
YSFNetwork.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:51:51 +02:00
YSFNetwork.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:51:51 +02:00
YSFPayload.cpp Handle VW mode DCH and the YSF sequence number. 2020-09-24 12:19:57 +01:00
YSFPayload.h Handle VW mode DCH and the YSF sequence number. 2020-09-24 12:19:57 +01:00
YSFReflectors.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:51:51 +02:00
YSFReflectors.h Move DG-ID Gateway to Ipv6 2020-09-03 17:10:25 +01:00

The DG-ID Gateway interfaces the MMDVM Host to the YSF/FCS/IMRS networks using the DG-ID setting on your radio. It also gateways position information to aprs.fi if sent.

The file YSFHosts.txt holds information about the reflectors available.