A Windows system tray application that monitors the status of all local HDHomeRun devices in the system.
Copyright (C)2021-2022 Michael G. Brehm
MIT LICENSE
LIBHDHOMERUN - Copyright (C)2005-2018 Silicondust USA Inc
JSON.NET - Copyright (c) 2007 James Newton-King
REQUIRED COMPONENTS
INITIALIZE SOURCE TREE AND DEPENDENCIES
git clone https://github.com/djp952/hdhomeruntray
cd hdhomeruntray
git submodule update --init
BUILD TARGET PACKAGE(S)
cd hdhomeruntray
msbuild msbuild.proj
Output .MSI installer package(s) will be generated in the out folder.
LIBHDHOMERUN
https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic
This library statically links with code licensed under the GNU Lesser Public License, v2.1 (LGPL 2.1). As per the terms of that license, the maintainer (djp952) must provide the library in an object (or source) format and allow the user to modify and relink against a different version(s) of the LGPL 2.1 libraries. To use a different or custom version of libhdhomerun the user may alter the contents of the depends/libhdhomerun source directory prior to building this library.