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/YSFReflector
Jonathan Naylor fd76dbe65f
Revert "Added C++ std11 to the autoconf and externalized VERSION const to configure.ac"
8 years ago
..
AUTHORS Added autotools buildsystem 8 years ago
COPYING Added autotools buildsystem 8 years ago
ChangeLog Added autotools buildsystem 8 years ago
INSTALL Added autotools buildsystem 8 years ago
Makefile.am Added autotools buildsystem 8 years ago
Makefile.in Revert "Added C++ std11 to the autoconf and externalized VERSION const to configure.ac" 8 years ago
NEWS Added autotools buildsystem 8 years ago
Network.cpp Initial version. 8 years ago
Network.h Initial version. 8 years ago
README Added autotools buildsystem 8 years ago
RingBuffer.h Initial version. 8 years ago
StopWatch.cpp Initial version. 8 years ago
StopWatch.h Initial version. 8 years ago
Timer.cpp Initial version. 8 years ago
Timer.h Initial version. 8 years ago
UDPSocket.cpp Initial version. 8 years ago
UDPSocket.h Initial version. 8 years ago
Utils.cpp Initial version. 8 years ago
Utils.h Initial version. 8 years ago
Version.h Revert "Added C++ std11 to the autoconf and externalized VERSION const to configure.ac" 8 years ago
YSFDefines.h Initial version. 8 years ago
YSFReflector.cpp Reject unexpected incoming data. 8 years ago
YSFReflector.h Increase polling frequency. 8 years ago
YSFReflector.vcxproj Add the software version and other cleanups. 8 years ago
YSFReflector.vcxproj.filters Add the software version and other cleanups. 8 years ago
aclocal.m4 Revert "Added C++ std11 to the autoconf and externalized VERSION const to configure.ac" 8 years ago
autogen.sh Removed depreciated PKG_NAME from autogen 8 years ago
configure Revert "Added C++ std11 to the autoconf and externalized VERSION const to configure.ac" 8 years ago
configure.ac Revert "Added C++ std11 to the autoconf and externalized VERSION const to configure.ac" 8 years ago
depcomp Added autotools buildsystem 8 years ago
install-sh Added autotools buildsystem 8 years ago
missing Added autotools buildsystem 8 years ago

README

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.