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/YSFGateway
Jonathan Naylor 876111ee17
Merge pull request #134 from AndyTaylorTweet/patch-7
6 years ago
..
APRSWriter.cpp Small MobileGPS code cleanups. 6 years ago
APRSWriter.h Clean up static location handling. 6 years ago
APRSWriterThread.cpp Fix Linux compiler issues. 8 years ago
APRSWriterThread.h Fix more APRS bugs. 8 years ago
CRC.cpp Prepare for Wires-X encoding. 8 years ago
CRC.h Prepare for Wires-X encoding. 8 years ago
Conf.cpp Experimental WiresX Selective Passthrough 6 years ago
Conf.h Experimental WiresX Selective Passthrough 6 years ago
DTMF.cpp Add sanity checks to the DTMF code. 7 years ago
DTMF.h Blank out the DTMF tones. 7 years ago
FCSNetwork.cpp Fix callsign length issue with FCS rooms. 6 years ago
FCSNetwork.h Clean up the code and reformat the visible FCSxxxxx string. 7 years ago
FCSRooms.txt Read FCS Wires-X data from a file. 6 years ago
GPS.cpp First version of the mobile GPS client code. 6 years ago
GPS.h First version of the mobile GPS client code. 6 years ago
Golay24128.cpp Initial commit. 8 years ago
Golay24128.h Initial commit. 8 years ago
Log.cpp Increase log file path variable. 8 years ago
Log.h Initial commit. 8 years ago
Makefile Begin adding FCS specific code. 7 years ago
Makefile.Solaris Begin adding FCS specific code. 7 years ago
README.md typo + example 8 years ago
RingBuffer.h Initial commit. 8 years ago
StopWatch.cpp Simplify the new stopwatch code. 6 years ago
StopWatch.h Simplify the new stopwatch code. 6 years ago
Sync.cpp Prepare for Wires-X encoding. 8 years ago
Sync.h Prepare for Wires-X encoding. 8 years ago
TCPSocket.cpp Add aprs.fi gateway. 8 years ago
TCPSocket.h Add aprs.fi gateway. 8 years ago
Thread.cpp Fix Linux threading compile issues. 8 years ago
Thread.h Fix Linux threading compile issues. 8 years ago
Timer.cpp Initial commit. 8 years ago
Timer.h Initial commit. 8 years ago
UDPSocket.cpp Debugging the gateway. 8 years ago
UDPSocket.h Initial commit. 8 years ago
Utils.cpp Initial commit. 8 years ago
Utils.h Initial commit. 8 years ago
Version.h Bump the version date. 6 years ago
WiresX.cpp Alternate Disconnect 6 years ago
WiresX.h Add Wires-X DX Request to any network. 6 years ago
YSFConvolution.cpp Initial commit. 8 years ago
YSFConvolution.h Initial commit. 8 years ago
YSFDefines.h Still need to handle polls and such like. 7 years ago
YSFFICH.cpp Now have a valid response to the DX command :-) 8 years ago
YSFFICH.h Beginnings of Wires-X replies. 8 years ago
YSFGateway.cpp Update YSFGateway.cpp 6 years ago
YSFGateway.h Update YSFGateway.h 6 years ago
YSFGateway.ini Update YSFGateway.ini 6 years ago
YSFGateway.vcxproj Begin adding FCS specific code. 7 years ago
YSFGateway.vcxproj.filters Begin adding FCS specific code. 7 years ago
YSFHosts.txt Update YSFHosts.txt 6 years ago
YSFHostsupdate.sh Update for the new YAF hosts file format and remove the restart of the gateway. 8 years ago
YSFNetwork.cpp Edit file log print 6 years ago
YSFNetwork.h Lots of Wires-X changes. 7 years ago
YSFPayload.cpp Debugging the gateway. 8 years ago
YSFPayload.h Add the data creation for the payload. 8 years ago
YSFReflectors.cpp Tag YSF2xxx reflectors as being Wires-X capable. 6 years ago
YSFReflectors.h Tag YSF2xxx reflectors as being Wires-X capable. 6 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