hyperion.ng/libsrc
penfold42 a6e1b89724 cleanup for compiler warning "Note: No relevant classes found. No output generated." (#42)
* 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.
2016-06-24 17:46:30 +02:00
..
blackborder big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
boblightserver Remove widgets (#35) 2016-06-21 23:34:57 +02:00
bonjour cleanup for compiler warning "Note: No relevant classes found. No output generated." (#42) 2016-06-24 17:46:30 +02:00
effectengine - add cmake qt check, minimum 5.2 (#40) 2016-06-23 19:56:50 +02:00
grabber cleanup for compiler warning "Note: No relevant classes found. No output generated." (#42) 2016-06-24 17:46:30 +02:00
hyperion fix linking for serialport (#37) 2016-06-23 09:39:56 +02:00
jsonserver Remove widgets (#35) 2016-06-21 23:34:57 +02:00
leddevice cleanup for compiler warning "Note: No relevant classes found. No output generated." (#42) 2016-06-24 17:46:30 +02:00
protoserver Remove widgets (#35) 2016-06-21 23:34:57 +02:00
udplistener Remove widgets (#35) 2016-06-21 23:34:57 +02:00
utils Remove widgets (#35) 2016-06-21 23:34:57 +02:00
webconfig cleanup for compiler warning "Note: No relevant classes found. No output generated." (#42) 2016-06-24 17:46:30 +02:00
xbmcvideochecker Remove widgets (#35) 2016-06-21 23:34:57 +02:00
CMakeLists.txt New builtin udp listener (#18) 2016-06-20 08:38:12 +02:00