redpanther
|
df91527557
|
implement json forwarder
Former-commit-id: 5519118304bd5690e6b512481347579339e78ac9
|
2016-02-15 20:53:03 +01:00 |
|
redpanther
|
b01b5eb005
|
- prepare general way to send (proto) messages. currently only incomming protomessages are forwarded
- begin impl. of json server
Former-commit-id: 8f9237cd57ada1e84dc05e60b9ad723e47fd57b1
|
2016-02-15 18:25:18 +01:00 |
|
frostworx
|
defe217c89
|
added optional QT5 support - LedDevicePhilipsHue needs proper fixes
Former-commit-id: 7f0971ccda221933da4be836628532e7cfc7c085
|
2016-01-06 17:31:23 +01:00 |
|
Gamadril
|
9168ee5098
|
code refactoring
Former-commit-id: 157f424e83c58fca4ed1e3283899cbbdfadcffe1
|
2014-11-08 21:01:46 +01:00 |
|
Gamadril
|
6a9e75243d
|
Update JsonClientConnection.cpp
small code cleanup
Former-commit-id: 82029cd23f77b393b2e6688ed6e65424cb676452
|
2014-10-26 10:55:40 +01:00 |
|
Gamadril
|
bbc6fe389d
|
Added very basic WebSocket support to json server
Former-commit-id: 5d62331eecdbd10287ba0520bbb06814bca0bca7
|
2014-10-25 22:35:53 +02:00 |
|
Johan
|
b6fa306df7
|
Fix schema requirement for json transforms (use numbers instead of doubles to allow integer values for zero and one)
Former-commit-id: f65ea81c217bbf621184152fd913d58247d9b4db
|
2014-08-01 10:13:40 +02:00 |
|
Johan
|
c5b18d5925
|
Removed use of qt4_use_modules from build files
Former-commit-id: 49860cd93e1492a2c67bd2a84bd082713a0c8e9b
|
2014-02-07 09:20:00 +01:00 |
|
johan
|
cf7f66bc40
|
Make the Json server more flexible for set color commands. Commands can now contain multiple colors which are repeated over the entire string
Former-commit-id: e763f574a8d481a2d21e764d9b9ef2bfd6f1723a
|
2013-12-12 23:39:17 +01:00 |
|
T. van der Zwan
|
59eb7f788e
|
Merge branch 'master' into add_effect_engine
Conflicts:
include/hyperion/Hyperion.h
libsrc/hyperion/Hyperion.cpp
libsrc/jsonserver/JsonClientConnection.cpp
Former-commit-id: 53467c63b97c7dc370f04357588f7cf1ad0e3ada
|
2013-12-05 21:01:52 +00:00 |
|
johan
|
ea1b8315c4
|
Added a notify that color transforms have changed
Former-commit-id: 28eb82f4e6f646ffcb6ed1b013a9ec60de53e657
|
2013-12-03 22:56:46 +01:00 |
|
johan
|
515ae3e8c0
|
Added the possibility to set effect arguments over json
Former-commit-id: 4bc2920c04853e549c712ec70492371b14d20877
|
2013-12-01 14:09:01 +01:00 |
|
johan
|
ae1bd7d254
|
Effects added to configuration file
Former-commit-id: 2ff4700ee5d5bc3a7dd5a29ecd35c1c9dd189873
|
2013-11-30 12:42:08 +01:00 |
|
johan
|
5454ddb375
|
Added skeleton for effect engine development
Former-commit-id: e1fb69fd4de4b8968075660e3ba7f7add021c152
|
2013-11-24 16:10:48 +01:00 |
|
T. van der Zwan
|
826b964bf6
|
Implemented the multi-color transform including in hyperion-remote
Former-commit-id: ebdb0688b47d51bd6dccf6dafd580d3ce9ed80a7
|
2013-11-22 10:48:10 +00:00 |
|
johan
|
d60cca9e20
|
Added flag to disable dispmanx from build
Former-commit-id: 6630f588a739a08601c0db79abd2cdf0b1c1839c
|
2013-11-19 23:02:41 +01:00 |
|
T. van der Zwan
|
dd16af0df5
|
Changed RgbImage to template based Image (with template for pixel type)
Former-commit-id: ef02f164eaf3c2f9dd552c1c17b525cf6eed499c
|
2013-11-11 09:00:37 +00:00 |
|
johan
|
7300413015
|
BoblightServer added
Former-commit-id: deb3479ee673d763ad2e5451fcd35a0febedb4f3
|
2013-11-08 22:18:10 +01:00 |
|
T. van der Zwan
|
ecdd7775c5
|
Fixed doxygen warnings
|
2013-09-09 20:35:28 +00:00 |
|
T. van der Zwan
|
8441dd51cc
|
Added/Updated/Fixed doxygen comments
|
2013-09-09 02:54:13 +00:00 |
|
johan
|
3187fc84a6
|
Doxygen comments added
|
2013-08-31 14:36:54 +02:00 |
|
johan
|
9fe2fcfdd0
|
Changed hue in HsvTransform from uint_8 to uint16_t
|
2013-08-22 20:31:57 +02:00 |
|
johan
|
ee7a596d53
|
- HSV transform added
- Moved transform of led values to before the device write so transform changes are taken into account
|
2013-08-21 21:50:17 +02:00 |
|
johan
|
10a566e2ca
|
Get server info implemented for jsonserver
|
2013-08-19 20:33:36 +02:00 |
|
johan
|
cb38baa985
|
Implemented set transform for the json server
|
2013-08-19 19:57:35 +02:00 |
|
johan
|
0a9bbe86a4
|
Set image implemented
|
2013-08-18 20:55:59 +02:00 |
|
johan
|
1766212b70
|
clear and clear all implemented
|
2013-08-18 13:33:56 +02:00 |
|
johan
|
638d5aa424
|
set color on json connection implemented
|
2013-08-18 12:21:07 +02:00 |
|
johan
|
46076998a0
|
Schema checking for all commands added
|
2013-08-18 12:02:17 +02:00 |
|
johan
|
b66c397a46
|
json schema added for checking incoming messages
|
2013-08-17 19:20:19 +02:00 |
|
johan
|
16c260b3dc
|
added skeleton for the json connection server
|
2013-08-17 15:39:29 +02:00 |
|