hyperion.ng/libsrc
penfold42 a23735d1ef New builtin udp listener (#18)
* 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
2016-06-20 08:38:12 +02:00
..
blackborder big code cleanup. mostly line endings and indentions (#659) 2016-05-26 23:44:27 +02:00
boblightserver refactoring and cleanup (#2) 2016-06-17 01:25:40 +02:00
bonjour Fixed compile error when no grabbers are defined + remove avahi warning (#11) 2016-06-18 16:33:25 +02:00
effectengine refactoring and cleanup (#2) 2016-06-17 01:25:40 +02:00
grabber refactoring and cleanup (#2) 2016-06-17 01:25:40 +02:00
hyperion refactoring and cleanup (#2) 2016-06-17 01:25:40 +02:00
jsonserver Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
leddevice cleanup: remove ambiled and fix typo (#13) 2016-06-19 17:18:11 +02:00
protoserver Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
udplistener New builtin udp listener (#18) 2016-06-20 08:38:12 +02:00
utils refactoring and cleanup (#2) 2016-06-17 01:25:40 +02:00
webconfig Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
xbmcvideochecker refactoring and cleanup (#2) 2016-06-17 01:25:40 +02:00
CMakeLists.txt New builtin udp listener (#18) 2016-06-20 08:38:12 +02:00