Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 460 Bytes

File metadata and controls

19 lines (12 loc) · 460 Bytes

MessageBus

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.

Supported platforms

Currently only Linux is supported but support for Windows and MacOS is planned.

Functionalities

  • Calling functions
  • Calling functions with return value
  • Sending of nearly all data types including socket descriptors