mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a6e1b89724
* Fixed compile error when no grabbers are defined * Remove stupid avahi warning... * Started on the new integrated UDP listener to replace the python effect. Cloned boblight server and rename it to be UDP listener It compiles!, It starts! it seems to work as a second boblight protocol server... * moving from the exsting TCP to UDP. i can catch packets now.. need to consider ditching the connection handling * It kinda works right now. UDP packets are received, led data is sent and hyperion displays them. .... for a moment before going back to what it was doing * It works! looks like the default priority of 900 was fighting with something else that was also 900 commented out some udp packet debugging * oops, forgot to add the changes the the previous commit * resolving merge conflicts * Fixed random http port due to uninitialized _port * cleaning up compiler warning * cleaned up CMakeLists to remove warning: Note: No relevant classes found. No output generated. |
||
---|---|---|
assets/webconfig | ||
bin | ||
cmake | ||
config | ||
dependencies | ||
doc | ||
effects | ||
include | ||
libsrc | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
CODING_STYLE.md | ||
CompileHowto.txt | ||
CrossCompileHowto.txt | ||
HyperionConfig.h.in | ||
ISSUE_TEMPLATE | ||
LICENSE | ||
PULL_REQUEST_TEMPLATE | ||
README.md |
HYPERION
This is a (alpha) development branch for the next major version of hyperion
Current new deps (libs) QT5
- sudo apt-get install libqt5core5a libqt5network5 libqt5gui5 libqt5serialport5 libusb-1.0-0
zeroconf
- apt-get install libavahi-core-dev libavahi-compat-libdnssd-dev
94MB free disc space for deps
More information can be found on the official Hyperion Wiki
If you need further support please open a topic at the our new forum! Hyperion webpage/forum.
The source is released under MIT-License (see http://opensource.org/licenses/MIT).