1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YSFClients/DGIdGateway
Jonathan Naylor af2be04fc8
Beginnings of the DG-ID Gateway
4 years ago
..
APRSWriter.cpp Beginnings of the DG-ID Gateway 4 years ago
APRSWriter.h Beginnings of the DG-ID Gateway 4 years ago
CRC.cpp Beginnings of the DG-ID Gateway 4 years ago
CRC.h Beginnings of the DG-ID Gateway 4 years ago
Conf.cpp Beginnings of the DG-ID Gateway 4 years ago
Conf.h Beginnings of the DG-ID Gateway 4 years ago
DGIdGateway.cpp Beginnings of the DG-ID Gateway 4 years ago
DGIdGateway.filters Beginnings of the DG-ID Gateway 4 years ago
DGIdGateway.h Beginnings of the DG-ID Gateway 4 years ago
DGIdGateway.ini Beginnings of the DG-ID Gateway 4 years ago
DGIdGateway.vcxproj Beginnings of the DG-ID Gateway 4 years ago
DGIdNetwork.cpp Beginnings of the DG-ID Gateway 4 years ago
DGIdNetwork.h Beginnings of the DG-ID Gateway 4 years ago
FCSNetwork.cpp Beginnings of the DG-ID Gateway 4 years ago
FCSNetwork.h Beginnings of the DG-ID Gateway 4 years ago
FCSRooms.txt Beginnings of the DG-ID Gateway 4 years ago
GPS.cpp Beginnings of the DG-ID Gateway 4 years ago
GPS.h Beginnings of the DG-ID Gateway 4 years ago
Golay24128.cpp Beginnings of the DG-ID Gateway 4 years ago
Golay24128.h Beginnings of the DG-ID Gateway 4 years ago
Log.cpp Beginnings of the DG-ID Gateway 4 years ago
Log.h Beginnings of the DG-ID Gateway 4 years ago
Makefile Beginnings of the DG-ID Gateway 4 years ago
README.md Beginnings of the DG-ID Gateway 4 years ago
RingBuffer.h Beginnings of the DG-ID Gateway 4 years ago
StopWatch.cpp Beginnings of the DG-ID Gateway 4 years ago
StopWatch.h Beginnings of the DG-ID Gateway 4 years ago
Sync.cpp Beginnings of the DG-ID Gateway 4 years ago
Sync.h Beginnings of the DG-ID Gateway 4 years ago
Thread.cpp Beginnings of the DG-ID Gateway 4 years ago
Thread.h Beginnings of the DG-ID Gateway 4 years ago
Timer.cpp Beginnings of the DG-ID Gateway 4 years ago
Timer.h Beginnings of the DG-ID Gateway 4 years ago
UDPSocket.cpp Beginnings of the DG-ID Gateway 4 years ago
UDPSocket.h Beginnings of the DG-ID Gateway 4 years ago
Utils.cpp Beginnings of the DG-ID Gateway 4 years ago
Utils.h Beginnings of the DG-ID Gateway 4 years ago
Version.h Beginnings of the DG-ID Gateway 4 years ago
YSFConvolution.cpp Beginnings of the DG-ID Gateway 4 years ago
YSFConvolution.h Beginnings of the DG-ID Gateway 4 years ago
YSFDefines.h Beginnings of the DG-ID Gateway 4 years ago
YSFFICH.cpp Beginnings of the DG-ID Gateway 4 years ago
YSFFICH.h Beginnings of the DG-ID Gateway 4 years ago
YSFHosts.txt Beginnings of the DG-ID Gateway 4 years ago
YSFHostsupdate.sh Beginnings of the DG-ID Gateway 4 years ago
YSFNetwork.cpp Beginnings of the DG-ID Gateway 4 years ago
YSFNetwork.h Beginnings of the DG-ID Gateway 4 years ago
YSFPayload.cpp Beginnings of the DG-ID Gateway 4 years ago
YSFPayload.h Beginnings of the DG-ID Gateway 4 years ago
YSFReflectors.cpp Beginnings of the DG-ID Gateway 4 years ago
YSFReflectors.h Beginnings of the DG-ID Gateway 4 years ago

README.md

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 cron 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.

An example would be following line in root's crontab, that fetches the reflector-list each 5 minutes:

sudo crontab -e

add following line:

*/5 * * * * wget -O /var/YSFGateway/YSFHosts.txt http://register.ysfreflector.de/export_csv.php