Languages

Menu
Sites
Language
How to achieve IPC(Inter process communication) in tizen ?

For Service application which don't have UI and for that i want to achieve below use case, How it can be done ?

I want to implemet IPC for my application. What is the best way to achieve this in Tizen. I have gone through link(https://developer.tizen.org/development/guides/native-application/application-management/application-data-exchange) which state about Message port, Data control and Data bundle. It looks that Message port is best way to implement data exchange if we follow concept of request and response.

Apart from Message port implementation is there any other way also there which can fullfill requirement for data exchange based on request-response ?

Thanks in advance :)

Edited by: Sagar Tak on 13 Nov, 2017

Responses

6 Replies
Shaswati Saha

I would like to suggest you to go through App Control API in this scenario. This API will provide you the facility to send data to other app and reply response to that sender app in return. Please have a look into this link.

 

Sagar Tak

I am working on some service application which works in background. There is no user interaction so i doubt whether this will fullfill my need. Can you suggest if any other way is there ?

Thanks

Shaswati Saha

That means you're looking for communication between two service applications, am I right?

Sagar Tak

Yes, Shaswati

Sagar Tak

Thanks :) , Will check and bug you back.

Sagar Tak

Yes.