YSFClients/YSFReflector
2016-05-22 20:21:26 +02:00
..
aclocal.m4 Added autotools buildsystem 2016-05-22 20:21:26 +02:00
AUTHORS Added autotools buildsystem 2016-05-22 20:21:26 +02:00
autogen.sh Added autotools buildsystem 2016-05-22 20:21:26 +02:00
ChangeLog Added autotools buildsystem 2016-05-22 20:21:26 +02:00
configure Added autotools buildsystem 2016-05-22 20:21:26 +02:00
configure.ac Added autotools buildsystem 2016-05-22 20:21:26 +02:00
COPYING Added autotools buildsystem 2016-05-22 20:21:26 +02:00
depcomp Added autotools buildsystem 2016-05-22 20:21:26 +02:00
INSTALL Added autotools buildsystem 2016-05-22 20:21:26 +02:00
install-sh Added autotools buildsystem 2016-05-22 20:21:26 +02:00
Makefile.am Added autotools buildsystem 2016-05-22 20:21:26 +02:00
Makefile.in Added autotools buildsystem 2016-05-22 20:21:26 +02:00
missing Added autotools buildsystem 2016-05-22 20:21:26 +02:00
Network.cpp Initial version. 2016-05-19 17:36:54 +01:00
Network.h Initial version. 2016-05-19 17:36:54 +01:00
NEWS Added autotools buildsystem 2016-05-22 20:21:26 +02:00
README Added autotools buildsystem 2016-05-22 20:21:26 +02:00
RingBuffer.h Initial version. 2016-05-19 17:36:54 +01:00
StopWatch.cpp Initial version. 2016-05-19 17:36:54 +01:00
StopWatch.h Initial version. 2016-05-19 17:36:54 +01:00
Timer.cpp Initial version. 2016-05-19 17:36:54 +01:00
Timer.h Initial version. 2016-05-19 17:36:54 +01:00
UDPSocket.cpp Initial version. 2016-05-19 17:36:54 +01:00
UDPSocket.h Initial version. 2016-05-19 17:36:54 +01:00
Utils.cpp Initial version. 2016-05-19 17:36:54 +01:00
Utils.h Initial version. 2016-05-19 17:36:54 +01:00
Version.h Add the software version and other cleanups. 2016-05-19 17:59:49 +01:00
YSFDefines.h Initial version. 2016-05-19 17:36:54 +01:00
YSFReflector.cpp Reject unexpected incoming data. 2016-05-21 13:13:42 +01:00
YSFReflector.h Increase polling frequency. 2016-05-21 12:34:47 +01:00
YSFReflector.vcxproj Add the software version and other cleanups. 2016-05-19 17:59:49 +01:00
YSFReflector.vcxproj.filters Add the software version and other cleanups. 2016-05-19 17:59:49 +01:00

These programs represent simple clients for the System Fusion networking now built into the MMDVM Host. The parrot can be used as a functional replacement for the built-in parrot that was removed when the networking was added.

The reflector is a simple minded reflector that retransmits any received System Fusion data to other MMDVM Hosts logged into the reflector at the time.

Both programs take the UDP port number to listen on as an argument. The MMDVM .ini file should have the IP address and port number of the client in the [System Fusion Network] settings.

It builds on 32-bit and 64-bit Linux as well as on Windows using VS2015 on x86 and x64. It can optionally control various Displays. Currently these are:

This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.