Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an implementation of Shared memory that does not through Iceoryx #2064

Open
caojiebao opened this issue Aug 7, 2024 · 1 comment

Comments

@caojiebao
Copy link

The current implementation requires RouDi to be started and the xml configration

        <General>
            <Interfaces>
                <PubSubMessageExchange name="iox" library="psmx_iox" config="LOG_LEVEL=INFO;"/>
            </Interfaces>
        </General>

SHM can be run without RouDi ?

@eboasson
Copy link
Contributor

Iceoryx needs RouDi to function.

Cyclone allows plugging in a different implementation (we also do that in tests), so it should be possible to write a plugin for Iceoryx2, and IINM that would mean you don't need RouDi anymore. Or one could do something else ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants