Giter Site home page Giter Site logo

Android Support about iceoryx HOT 5 OPEN

GuDuJian-J-Zhang avatar GuDuJian-J-Zhang commented on May 23, 2024
Android Support

from iceoryx.

Comments (5)

elfenpiff avatar elfenpiff commented on May 23, 2024

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?

from iceoryx.

GuDuJian-J-Zhang avatar GuDuJian-J-Zhang commented on May 23, 2024

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 Shared Memory is the fastest way to do inter-process communication.
And last, the important thing is that i need to run the whole system on both Windows and Android Platform

from iceoryx.

elBoberido avatar elBoberido commented on May 23, 2024

@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

from iceoryx.

GuDuJian-J-Zhang avatar GuDuJian-J-Zhang commented on May 23, 2024

@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.
how long will it be taken for iceoryx2 to support c++ binding?

from iceoryx.

elBoberido avatar elBoberido commented on May 23, 2024

pure c++ is better, but both are ok i think.
how long will it be taken for iceoryx2 to support c++ binding?

It is one of our top priorities but it is hard to give an ETA

from iceoryx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.