Sojan James
Sojan James
Hi @JEnoch I think you should start discussing the security concepts while the protocol is evolving rather than having to change something later on due to security. If there is...
> > There are indeed some leaks in how it abstracts Iceoryx if some readers are compatible with Iceoryx while others in the same process aren't, e.g., if you have...
@eboasson I'm eagerly awaiting the work from @reicheratwork to become public. Ive managed to get the Rust binding (https://github.com/sjames/cyclonedds-rs) working with shared memory, but there are corner cases that break....
Hi @willstott101, Instances are only supported for known field names. The the key-hash is generated according to how CDDS expects it when a type has keys. Reader instances are not...
@willstott101, XTypes is not supported. XTypes needs XCDR2 serialization which is not supported by the cdr Rust crate (https://crates.io/crates/cdr). I haven't really given a thought about how to implement this.
@jkelleyrtp could you please re-open this issue? It has been reported as still being an issue by multiple people.
> Hi, I was wondering if there could be official support for a rust version of cyclone dds. I have been working on a wrapper, that likely would be easier...
> @yellowhatter this issue seems to be blocked by the capability of zenoh-c to fully disable shared-memory support. Being able to build this natively in Android is pretty important. Thanks...
@maniema4real Thanks for trying this out and reporting. Please try the following: 1. Build and install this version of Iceoryx. https://github.com/eclipse-iceoryx/iceoryx version 2.0.2. (https://github.com/eclipse-iceoryx/iceoryx/commit/f756b7c99ddf714d05929374492b34c5c69355bb 2. Build and install this version...
> I would also be curious why dx serve builds very quickly but then takes a long time until the webserver is up and running. What is happening between `👑...