simonspa

Results 81 comments of simonspa

This looks pretty complete, @marcelklehr . Could this still land for NC26?

There was some implementation of Google's proto already in the repo. On March 2, 2018 2:11:17 PM dreyling wrote: > Advantages could be: > - maintained communication > - defined...

Not sure, I just saw the files scattered around. Check for `.proto` files. On March 2, 2018 2:48:16 PM dreyling wrote: > Ah, I was not aware of that. Is...

@arummler you can simply use Protocol Buffers with grpc which is the equivalent networking stack. However, this adheres to a very strict server/client model which is not really given in...

@arummler good points. Of course there are lots of solutions around but I am not aware of a system that serves simple use cases. Other solutions line XDAQ are more...

Concerning remote control: if we strictly separate the run control server and the actual interface (unlike it is done right now) this almost comes for free: the UI would connect...

Hi @arummler in my opinion a bit elaborate, but if you need this downstream, alright. As it is now it breaks compilation (or rather: configuration) on systems without `git` executable...

In the documentation? :) Not sure we need to explain everything in the source code. But since there is no other documentation provided for the producers I would like to...

Hm, yet another thing that needs to be updated and most likely will just rot there forever. Maybe better: ``` git shortlog -s producers/myproducer/ | cut -c8- ```

@arummler so if I see it correctly, with your fixes the only leftover thing is ROOT drawing the tree? Maybe this would really be a call for the ROOT bug...