-
Notifications
You must be signed in to change notification settings - Fork 404
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
Android Support #2172
Comments
It does not yet work on android, but it is one of the platforms we are targeting. I already tried it, and it seems pretty much everything is working except the posix shared memory. Here, android uses the system V API. But this can easily be ported and handled in the iceoryx_platform. The biggest problem was always the lack of time on our side and not too much interest from the community - but it can be changed. @GuDuJian-J-Zhang would you be free to tell us a bit more about the use case you are considering with iceoryx on android? |
Thanks for your reply. I'm developing a multi-process framework for graphics rendering purpose. There is one process as a 'server' and one or more process as 'clients'. And i need a IPC mechanism so that each 'client ' can send rendering command and upload several assets (such as image、3D Model File, etc.) for rendering to the 'server'. For now, i just using an RPC framework to do this. But, from my understand |
@GuDuJian-J-Zhang are you bound to C++ or do you need a pure C++ solution? With iceoryx2 we are heading into the Rust direction and it might be easier to add Android support for iceoryx2 than for current iceoryx since it does not require a central daemon. Once C/C++ bindings are there, it might be an option for you. https://github.com/eclipse-iceoryx/iceoryx2/blob/main/ROADMAP.md#platform-support |
pure c++ is better, but both are ok i think. |
It is one of our top priorities but it is hard to give an ETA |
Brief feature description
Is it supported on Android platform
Detailed information
I'm wondering if it has been compiled and tested on Android platform
The text was updated successfully, but these errors were encountered: