KerstinKeller
KerstinKeller
Well I guess this would somehow be expected since v140 does not fully support C++17, but ftxui requires it. Maybe this helps us in treating eCAL sdk = v140 and...
Btw, thanks for the great project, I really enjoy using it 👍
Hi @chengguizi , first of all, thanks for your interest in eCAL. While eCAL is able to handle CapnProto and Flatbuffers, they have never been used "in the field", as...
How about move 3.10 to the top, e.g. sort by most recent to least recent 😉
Actually there is a binary python subscriber. It is one level below the message subscribers, and defined in this file https://github.com/eclipse-ecal/ecal/blob/master/lang/python/core/ecal/core/core.py You can use it directly if you need a...
No I don't think that there is a sample. In general, I am not sure if we want to encourage using the binary subscribers / publishers, though of course we...
From my point of view, I would try to get started first (e.g. with the PPA eCAL version) for basic benchmarking. If your setup gets more complex, at some point...
[ecal/core/include/msg/](https://github.com/eclipse-ecal/ecal/tree/master/ecal/core/include/ecal/msg) implements only the publishers / subscribers / client / server version for the different language protocols. [contrib/message](https://github.com/eclipse-ecal/ecal/tree/master/contrib/message) on the other hand is thought to provide an interface that can...
This is part of #1165. The current default (which seems to be configurable via ecal.ini), causes problems on MacOS. So I guess this is somewhat of a discussion, if we...
This sounds a lot like the issues we've been able to fix with #1222