Paulchen-Panther
|
f0dec4cf73
|
Hyperion X11 KodiCheck (#685)
* Update X11Grabber.h
* Update ProtoConnection.h
* Update ProtoConnectionWrapper.h
* Update ProtoServer.h
* Update X11Grabber.cpp
* Update message.proto
* Update ProtoClientConnection.cpp
* Update ProtoClientConnection.h
* Update ProtoConnection.cpp
* Update ProtoConnectionWrapper.cpp
* Update ProtoServer.cpp
* Update hyperion-x11.cpp
* Update X11Wrapper.cpp
* Update X11Wrapper.h
* Update hyperiond.cpp
* Update ProtoClientConnection.cpp
* Update X11Wrapper.cpp
* Update hyperiond.cpp
Former-commit-id: a572f275b270217cd8ce8cdd91b3eca3037d6472
|
2016-06-07 23:12:18 +02: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 |
|
redpanther
|
5dc59344c4
|
forward protobuf messages.
configure (send proto messages to two other hyperiond):
"protoServer" :
{
"port" : 19446,
"forward" : [ "192.168.0.10:19445", "192.168.0.11:19445" ]
},
Former-commit-id: 33af219cfce99609ca7245d662dc0f0561013bbd
|
2016-02-08 16:56:23 +01:00 |
|
poljvd
|
51b6967947
|
Removed unused includes
Former-commit-id: bd5ffa2d701729d86ecb9b9cf0182f1774e0fec8
|
2013-10-16 12:53:53 +02:00 |
|
johan
|
9247c577ba
|
Proto server added for better performance of remote application using a binary protocol;
gpio2spi added which can be used to switch the GPIO pins into SPI mode if necessary;
Former-commit-id: 237f495289ce2f4afae49b36684f464937dbd30f
|
2013-10-11 10:06:24 +02:00 |
|