eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.62k stars 383 forks source link

Building blocks in iceoryx #252

Closed dkroenke closed 3 years ago

dkroenke commented 4 years ago

Brief feature description

For a better modularization and customization of the iceoryx ports, we need to have building blocks where the customer can build the ports with his own flavor. For example we want to make the queue in the receiver port portable so that the customer can either have a Sofi or a MPMC queue in it.

We want to do the following points:

dkroenke commented 4 years ago

@budrus Maybe you want to add something if you want.

mossmaurice commented 4 years ago

This is a duplicate of #25?

dkroenke commented 4 years ago

@mossmaurice whats is duplicated?

mossmaurice commented 3 years ago

Reopening as @marthtz and myself are still working on this.