MessageBus is a small library for inter process communication (IPC) in Qt. It provides simple functions to send every data including socket descriptors to another process.
Currently only Linux is supported but support for Windows and MacOS is planned.
- Calling functions
- Calling functions with return value
- Sending of nearly all data types including socket descriptors