Hi,

How to Communicate 2 different process running on the same host using Dbus?(ARM in my case).


I have few confusion regarding use and implementation of qt Dbus. I am using Qt for Embedded Linux 4.4.

My scenario,
I am developing one device having GUI interface which works as SLAVE and connected to MASTER. SLAVE's main process will communicate with MASTER for sending and receiving messages.

I want to display this messages coming for MASTER.

Process 1:- Main Process take cares of hardware drivers and send and receive messages from MASTER (distributed architecture). e.g.:- ./MainProcess
Process 2:- Separate Qt process for GUI Display. e.g.:- ./QtProcess

Can anybody guide me how to solve this problem?
Immediate response would be highly appreciable.

Thanks in Advance,
Nirav