Commit graph

74 commits

Author SHA1 Message Date
Jonathan Naylor
f0868dd4ba Update YSFHosts.txt 2021-10-25 18:49:01 +01:00
Jonathan Naylor
d152dd1074 Fix compiler warnings 2021-10-25 18:03:19 +01:00
Jonathan Naylor
c848b32cce Add FT-5D GPS support for the DGIdGateway. 2021-09-22 21:57:38 +01:00
Jonathan Naylor
94fbd66cc3 Update the YSF hosts file. 2021-07-19 21:55:04 +01:00
Daniel Caujolle-Bert
fc76b0f4ab
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
Jonathan Naylor
c9660478c5 Bring the DGId Gateway FCS Rooms file up to date. 2021-03-28 15:31:01 +01:00
Jonathan Naylor
10dcdbf56f Truncate FCS reflector names to six characters. 2021-02-28 14:18:21 +00:00
Jonathan Naylor
8203003add Update the YSFHosts files. 2021-01-16 12:33:46 +00:00
Jonathan Naylor
dd41bc0624 Update FCSRooms.txt 2020-12-10 16:41:21 +00:00
Jonathan Naylor
79cf5aa89b Update YSFHosts.txt 2020-11-11 12:01:03 +00:00
Jonathan Naylor
a74a95360b Fix Wires-X passthrough and some code cleanups. 2020-11-08 15:20:24 +00:00
Jonathan Naylor
f488dc88e1 Pass Wires-X DG-Id through unchanged. 2020-11-08 12:41:28 +00:00
Jonathan Naylor
ebe32306c0 Wires-X uses an odd DG-Id, handle it correctly. 2020-11-07 21:44:44 +00:00
Jonathan Naylor
3fd09f49f9 Fix crash. 2020-11-07 16:27:22 +00:00
Jonathan Naylor
2201b07a38 Fix Linux compile bugs. 2020-11-02 14:56:06 +00:00
Jonathan Naylor
81170f53ee Add optional diabling of file rotation and UDP socket bug fixing. 2020-11-01 12:28:12 +00:00
Jonathan Naylor
c9c7705628 Update FCSRooms.txt 2020-10-30 11:47:06 +00:00
Jonathan Naylor
7320bb44b2 Allow a DG-Id of zero for accessing YSF Gateway from DG-Id Gateway. 2020-10-29 15:04:28 +00:00
Jonathan Naylor
db2c9f46fb Fix buffer overflows. 2020-10-07 11:11:57 +01:00
Jonathan Naylor
5e5222de86 Updates for NetBSD. 2020-10-05 13:12:01 +01:00
Jonathan Naylor
6376866e21 More changes when going to an unassigned DG-ID. 2020-10-05 11:20:13 +01:00
Jonathan Naylor
06c4ff3eac Remove crash when going to an unassigned DG-ID. 2020-10-05 10:11:08 +01:00
Jonathan Naylor
91ec066418 Handle moving to an unassigned DG-ID. 2020-10-04 13:48:12 +01:00
Jonathan Naylor
9c1e4239ff Convert the IMRS sequence number to little-endian. 2020-09-29 12:07:09 +01:00
Jonathan Naylor
47c9edb4fc Remove YCS support. 2020-09-28 09:59:43 +01:00
Jonathan Naylor
2e48fdd2c7 Remove DG-ID filtering from the YCS Network handler. 2020-09-27 15:30:37 +01:00
Jonathan Naylor
5015ad9ed8 Handle loss of lnks. 2020-09-26 11:42:12 +01:00
Jonathan Naylor
4c59b42c20 Simplify the YCS packet selection logic. 2020-09-25 12:41:08 +01:00
Jonathan Naylor
d25f13822d Reject incoming YCS audio with the incorrect DG-Id. 2020-09-25 12:02:50 +01:00
Jonathan Naylor
4457fb8e9e Add global IMRS parameters. 2020-09-25 09:52:21 +01:00
Jonathan Naylor
47bf9d6fc2 Fix order of initialisation. 2020-09-24 14:46:17 +01:00
Jonathan Naylor
ad4e7a0afc Update FCSRooms.txt 2020-09-24 13:27:55 +01:00
Jonathan Naylor
7b65cfddff Handle VW mode DCH and the YSF sequence number. 2020-09-24 12:19:57 +01:00
Jonathan Naylor
5ac1bbe599 More IMRS work. 2020-09-24 11:47:14 +01:00
Jonathan Naylor
0a3873c7ff More work on IMRS mode. 2020-09-23 15:52:55 +01:00
Jonathan Naylor
98feb0b485 Make the startup logging more informative. 2020-09-23 10:46:27 +01:00
Jonathan Naylor
556e6c9366 Make bleeps optional and timed after the transmission. 2020-09-23 09:37:09 +01:00
Jonathan Naylor
fd06781f93 Split the YCS network handler off from the YSF protocol handler and code
simplification.
2020-09-22 17:23:50 +01:00
Jonathan Naylor
977a344da3 Add explicit support for YCS reflectors. 2020-09-22 15:16:02 +01:00
Jonathan Naylor
5a44d85c0f Update for YCS310. 2020-09-22 13:20:57 +01:00
Jonathan Naylor
af4eadf15b Update YSFHosts.txt 2020-09-22 13:18:04 +01:00
Jonathan Naylor
95bef49d32 Update FCSRooms.txt 2020-09-22 13:13:44 +01:00
Jonathan Naylor
596b51d980 Add Alabama-Link and a YCS system. 2020-09-22 13:11:03 +01:00
Jonathan Naylor
2043036afe Explicitely add YCS support. 2020-09-22 13:09:03 +01:00
Jonathan Naylor
0a4260a23c Get the DGId Gateway working for YSF at least. 2020-09-21 15:48:10 +01:00
Jonathan Naylor
be1e3aa4fa Closer to working. 2020-09-21 13:13:35 +01:00
Jonathan Naylor
ce8e34959f Improve the network state machines. 2020-09-21 09:52:05 +01:00
Jonathan Naylor
364c496507 Remove unused include file. 2020-09-20 21:14:07 +01:00
Jonathan Naylor
49c8b0f41a Get the DG-Id Gateway to run under Windows. 2020-09-20 20:52:47 +01:00
Jonathan Naylor
c215f814e0 Update FCSRooms.txt 2020-09-20 15:11:03 +01:00