hyperion.ng/libsrc/webconfig
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
..
CMakeLists.txt cleanup for compiler warning "Note: No relevant classes found. No output generated." (#42) 2016-06-24 17:46:30 +02:00
CgiHandler.cpp Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
CgiHandler.h Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
QtHttpClientWrapper.cpp Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
QtHttpClientWrapper.h integrated webserver ... (#697) 2016-06-12 22:27:24 +02:00
QtHttpHeader.cpp integrated webserver ... (#697) 2016-06-12 22:27:24 +02:00
QtHttpHeader.h integrated webserver ... (#697) 2016-06-12 22:27:24 +02:00
QtHttpReply.cpp integrated webserver ... (#697) 2016-06-12 22:27:24 +02:00
QtHttpReply.h integrated webserver ... (#697) 2016-06-12 22:27:24 +02:00
QtHttpRequest.cpp Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
QtHttpRequest.h Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
QtHttpServer.cpp integrated webserver ... (#697) 2016-06-12 22:27:24 +02:00
QtHttpServer.h integrated webserver ... (#697) 2016-06-12 22:27:24 +02:00
StaticFileServing.cpp Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
StaticFileServing.h Hyperiond refactoring + preparation for ip restriction settings (#12) 2016-06-19 00:56:47 +02:00
WebConfig.cpp Fixed random http port due to uninitialized _port (#29) 2016-06-20 15:51:34 +02:00