YSFClients/YSFGateway
2016-09-30 13:24:44 +01:00
..
APRSWriter.cpp Add -Y suffix to C4FM aprs.fi messages. 2016-07-14 18:05:44 +01:00
APRSWriter.h Simplify the APRS report. 2016-06-14 17:39:00 +01:00
APRSWriterThread.cpp Fix Linux compiler issues. 2016-06-14 06:36:40 +01:00
APRSWriterThread.h Fix more APRS bugs. 2016-06-13 23:45:08 +01:00
Conf.cpp Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
Conf.h Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
CRC.cpp Prepare for Wires-X encoding. 2016-06-06 18:19:56 +01:00
CRC.h Prepare for Wires-X encoding. 2016-06-06 18:19:56 +01:00
Golay24128.cpp Initial commit. 2016-05-27 17:55:44 +01:00
Golay24128.h Initial commit. 2016-05-27 17:55:44 +01:00
GPS.cpp Rewrite the GPS data collector. 2016-06-13 23:12:28 +01:00
GPS.h Rewrite the GPS data collector. 2016-06-13 23:12:28 +01:00
Log.cpp Initial commit. 2016-05-27 17:55:44 +01:00
Log.h Initial commit. 2016-05-27 17:55:44 +01:00
Makefile Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
Makefile.Solaris Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
Network.cpp Change the tag to be just the callsign. 2016-09-22 22:07:35 +01:00
Network.h Change the tag to be just the callsign. 2016-09-22 22:07:35 +01:00
README.md Update the links mark down. 2016-09-30 13:24:44 +01:00
Reflectors.cpp Pad the reflector name and description to the correct size. 2016-09-30 11:39:32 +01:00
Reflectors.h Remove unneeded variable. 2016-09-30 11:09:59 +01:00
RingBuffer.h Initial commit. 2016-05-27 17:55:44 +01:00
StopWatch.cpp Initial commit. 2016-05-27 17:55:44 +01:00
StopWatch.h Initial commit. 2016-05-27 17:55:44 +01:00
Sync.cpp Prepare for Wires-X encoding. 2016-06-06 18:19:56 +01:00
Sync.h Prepare for Wires-X encoding. 2016-06-06 18:19:56 +01:00
TCPSocket.cpp Add aprs.fi gateway. 2016-06-12 11:52:02 +01:00
TCPSocket.h Add aprs.fi gateway. 2016-06-12 11:52:02 +01:00
Thread.cpp Fix Linux threading compile issues. 2016-06-06 19:29:23 +01:00
Thread.h Fix Linux threading compile issues. 2016-06-06 19:29:23 +01:00
Timer.cpp Initial commit. 2016-05-27 17:55:44 +01:00
Timer.h Initial commit. 2016-05-27 17:55:44 +01:00
UDPSocket.cpp Debugging the gateway. 2016-06-07 21:19:33 +01:00
UDPSocket.h Initial commit. 2016-05-27 17:55:44 +01:00
Utils.cpp Initial commit. 2016-05-27 17:55:44 +01:00
Utils.h Initial commit. 2016-05-27 17:55:44 +01:00
Version.h Bump the version date. 2016-09-23 13:05:29 +01:00
WiresX.cpp Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
WiresX.h Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
YSFConvolution.cpp Initial commit. 2016-05-27 17:55:44 +01:00
YSFConvolution.h Initial commit. 2016-05-27 17:55:44 +01:00
YSFDefines.h Initial commit. 2016-05-27 17:55:44 +01:00
YSFFICH.cpp Now have a valid response to the DX command :-) 2016-06-07 21:54:57 +01:00
YSFFICH.h Beginnings of Wires-X replies. 2016-06-06 22:16:22 +01:00
YSFGateway.cpp Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
YSFGateway.h Allow link to reflector at startup. 2016-07-05 19:35:32 +01:00
YSFGateway.ini Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
YSFGateway.vcxproj Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
YSFGateway.vcxproj.filters Alter format of hosts file ready for network reloading. 2016-09-29 19:56:27 +01:00
YSFHosts.txt Use a real YSF Hosts file from Kim Heinz. 2016-09-30 08:23:15 +01:00
YSFHostsupdate.sh Correct my callsign! (oh and a few other things!) 2016-06-30 15:44:37 +01:00
YSFPayload.cpp Debugging the gateway. 2016-06-07 21:19:33 +01:00
YSFPayload.h Add the data creation for the payload. 2016-06-06 18:29:20 +01:00

The YSF Gateway interfaces the MMDVM Host to the open source YSF Reflector system using the standard Wires-X commands from the radio. It also gateways position information to aprs.fi if sent.

The file YSFHosts.txt holds information about the reflectors available, and the gateway has the ability to reload this file at intervals to ensure that it is always up to date.

It is expected that a call to retrieve this file is done via some mechanism such as crom on Linux. The URLs to retrieve the latest file are http://register.ysfreflector.de/export_csv.php, or https://register.ysfreflector.de/export_csv.php.